From 2b6347aff0ad07e8bd0cb1ba1e24ff1c5840109b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 27 Jun 2022 08:20:15 -0300 Subject: Fix: mutt: use getmails-alternative instead of getmails --- muttrc.dot.link | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/muttrc.dot.link b/muttrc.dot.link index 9132bef..8332222 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -203,10 +203,10 @@ mailboxes `echo $HOME/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" -#macro pager z "unset wait_key\n!clear ; getmails-alternative || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" -#macro index z "unset wait_key\n!clear ; getmails-alternative || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" -macro pager z "unset wait_key\n!clear ; getmails || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" -macro index z "unset wait_key\n!clear ; getmails || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +#macro pager z "unset wait_key\n!clear ; getmails || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +#macro index z "unset wait_key\n!clear ; getmails || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +macro pager z "unset wait_key\n!clear ; getmails-alternative || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +macro index z "unset wait_key\n!clear ; getmails-alternative || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" # ---------------------------------------- # Navigation -- cgit v1.2.3