commit 6c91a13f731e4c9e1fded7f6cbcdff41af13556a
parent 4cd25098bbe81ad9c9f74dce5c4a2c0acfc90897
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 9 Jun 2017 10:59:22 +0200
my-mutt pass args
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/my-mutt b/my-mutt
@@ -8,10 +8,10 @@ if grep "^`hostname | cut -d '.' -f1`$" ~/.mutt/local_email > /dev/null
then
# local email
# -e "push '<limit>~(! ~D)<enter>G'"
- mutt
+ mutt "$@"
else
# remote email
# -e "push '<limit>~(! ~D)<enter>G'"
- mutt -F ~/.mutt/imap
+ mutt -F ~/.mutt/imap "$@"
fi