From 17e7028db1965c8e62f03b2469caa4f385acfa3a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Nov 2020 19:36:27 -0300 Subject: Feat: commented support for getmail --- muttrc.dot.link | 2 ++ 1 file changed, 2 insertions(+) (limited to 'muttrc.dot.link') 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 "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" macro index z "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +#macro pager z "unset wait_key\n!clear ; getmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +#macro index z "unset wait_key\n!clear ; getmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" # ---------------------------------------- # Navigation -- cgit v1.2.3