From 14da7f1b795ac1810557305a2c4e7f67089319bf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 Jun 2013 14:33:22 -0300 Subject: Enhancing check mail macro --- modules/mutt/muttrc.dot.link | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index ed1b155..421ffc6 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -352,8 +352,8 @@ mailboxes `echo $HOME/mail/Sync/*/*` #macro index f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" macro pager f "!clear;fetchmail\n" "Sync remote with local mail" macro index f "!clear;fetchmail\n" "Sync remote with local mail" -macro pager G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" -macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" +macro pager G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" +macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" #macro index $ "=INBOX/\n" "Sync mailbox and refresh list of new messages" macro index n "" -- cgit v1.2.3