From: Silvio Rhatto Date: Mon, 12 May 2014 23:01:25 +0000 (-0300) Subject: Changing mail sync command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=befea804c7412863f7a2ce6c3c092bb68d79c536;p=rhatto%2Fdotfiles%2Fmail.git Changing mail sync command --- diff --git a/muttrc.dot.link b/muttrc.dot.link index cca994c..04a888f 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -353,8 +353,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" "Fecth new mail" #macro index f "!clear;fetchmail\n" "Fetch new mail" -macro pager G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" -macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +macro pager z "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +macro index z "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" #macro index $ "=INBOX/\n" "Sync mailbox and refresh list of new messages" macro index n "" macro pager n ""