diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-01 14:36:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-01 14:36:10 -0300 |
commit | 61b1dc0e4ace620728c6dc2680ca2737c60e142e (patch) | |
tree | 85499cfadcfb4e4afe05f429d80413760cf4d057 /modules | |
parent | 14da7f1b795ac1810557305a2c4e7f67089319bf (diff) | |
download | dotfiles-61b1dc0e4ace620728c6dc2680ca2737c60e142e.tar.gz dotfiles-61b1dc0e4ace620728c6dc2680ca2737c60e142e.tar.bz2 |
Changing fetchmail macro descriptions
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mutt/muttrc.dot.link | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 421ffc6..f6918e3 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -350,10 +350,10 @@ mailboxes `echo $HOME/mail/Sync/*/*` #macro index <esc>f "!clear;fetchmail -v;philter.sh\n" "Sync remote with local mail" #macro pager <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" #macro index <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" -macro pager <esc>f "!clear;fetchmail\n" "Sync remote with local mail" -macro index <esc>f "!clear;fetchmail\n" "Sync remote with local mail" -macro pager G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Sync remote with local mail" -macro index G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "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 index $ "<change-folder>=INBOX/\n<sync-mailbox>" "Sync mailbox and refresh list of new messages" macro index n "<next-unread-mailbox>" |