diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-12 20:01:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-12 20:01:25 -0300 |
commit | befea804c7412863f7a2ce6c3c092bb68d79c536 (patch) | |
tree | 10e47beeb49e522b76c19018fd4f1f3647c16cc1 | |
parent | 0f3dc31ddbd8bbae19f3ad309954393b3b83bec7 (diff) | |
download | mail-befea804c7412863f7a2ce6c3c092bb68d79c536.tar.gz mail-befea804c7412863f7a2ce6c3c092bb68d79c536.tar.bz2 |
Changing mail sync command
-rw-r--r-- | muttrc.dot.link | 4 |
1 files changed, 2 insertions, 2 deletions
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 <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" #macro pager <esc>f "!clear;fetchmail\n" "Fecth new mail" #macro index <esc>f "!clear;fetchmail\n" "Fetch new mail" -macro pager G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" -macro index G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" +macro pager z "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" +macro index z "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" #macro index $ "<change-folder>=INBOX/\n<sync-mailbox>" "Sync mailbox and refresh list of new messages" macro index n "<next-unread-mailbox>" macro pager n "<next-unread-mailbox>" |