mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 59b0a47f8aaa52813a8e66891ce4dd385ae39877
parent 081a88e8454aef7b99950adfed7156f23e1046dd
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 12 Jan 2019 18:11:48 +0100

pass arguments for my-mutt

Diffstat:
my-mutt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/my-mutt b/my-mutt @@ -12,7 +12,7 @@ if [ -f "$FILE" ] then # local email # -e "push '<limit>~(! ~D)<enter>G'" - neomutt -F "$FILE" + neomutt -F "$FILE" "$@" else # remote email # -e "push '<limit>~(! ~D)<enter>G'"