diff options
Diffstat (limited to 'muttrc.dot.link')
-rw-r--r-- | muttrc.dot.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 96a5213..fe818a0 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -199,6 +199,8 @@ mailboxes `echo $HOME/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 pager z "<enter-command>unset wait_key\n!clear ; getmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" +#macro index z "<enter-command>unset wait_key\n!clear ; getmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox><buffy-list>" "Fetch new mail" # ---------------------------------------- # Navigation |