diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 19:36:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-07 19:36:27 -0300 |
commit | 17e7028db1965c8e62f03b2469caa4f385acfa3a (patch) | |
tree | fd7db2c5ff0a17b8cd42a2583a4ad246cc4d1703 | |
parent | 4501c632a38470a91fa2019175694acefd50135e (diff) | |
download | mail-17e7028db1965c8e62f03b2469caa4f385acfa3a.tar.gz mail-17e7028db1965c8e62f03b2469caa4f385acfa3a.tar.bz2 |
Feat: commented support for getmail
-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 |