diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-02 14:16:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-02 14:16:34 -0300 |
commit | dca06e3f10d636f5530d88a6cdd3571b71831dfc (patch) | |
tree | 77826ea3288f045736d617b88c476b283f632b70 | |
parent | e73a7ab1a43705ff7ec816f485a17a8bae4d271b (diff) | |
download | dotfiles-dca06e3f10d636f5530d88a6cdd3571b71831dfc.tar.gz dotfiles-dca06e3f10d636f5530d88a6cdd3571b71831dfc.tar.bz2 |
Commenting old fetchmail macro
-rw-r--r-- | modules/mutt/muttrc.dot.link | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 71e8fa9..b231fda 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -350,8 +350,8 @@ 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" "Fecth new mail" -macro index <esc>f "!clear;fetchmail\n" "Fetch new 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" |