commit 049c01e4710185c61c08c9ad10c07820741148ef parent b709ed3032a347cbd0a14e4050eb47130b6cc171 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 7 Aug 2014 23:59:12 +0200 remove useless startup commands Diffstat:
my-mutt | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/my-mutt b/my-mutt @@ -7,9 +7,11 @@ sleep 0.01 if grep "^`hostname`$" ~/.mutt/local_email > /dev/null then # local email - mutt -e "push '<limit>~(! ~D)<enter>G'" + # -e "push '<limit>~(! ~D)<enter>G'" + mutt else # remote email - mutt -F ~/.mutt/imap -e "push '<limit>~(! ~D)<enter>G'" + # -e "push '<limit>~(! ~D)<enter>G'" + mutt -F ~/.mutt/imap fi