From 7b1cc68a2c7946efc69ad1d83c66817f5cc60f1c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 Jun 2013 10:58:55 -0300 Subject: Changing mutt sync mailbox behavior --- modules/mutt/muttrc.dot.link | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 5f5679f..ed1b155 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -352,9 +352,9 @@ 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\n" "Sync remote with local mail" -macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n\n" "Sync remote with local mail" -macro index $ "=INBOX/\n\n" "Sync mailbox and refresh list of new messages" +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