From: Silvio Rhatto Date: Sat, 1 Jun 2013 13:58:55 +0000 (-0300) Subject: Changing mutt sync mailbox behavior X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7b1cc68a2c7946efc69ad1d83c66817f5cc60f1c;p=metadot.git Changing mutt sync mailbox behavior --- 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 "" # -------------