From 61b1dc0e4ace620728c6dc2680ca2737c60e142e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 Jun 2013 14:36:10 -0300 Subject: Changing fetchmail macro descriptions --- modules/mutt/muttrc.dot.link | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 421ffc6..f6918e3 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -350,10 +350,10 @@ mailboxes `echo $HOME/mail/Sync/*/*` #macro index f "!clear;fetchmail -v;philter.sh\n" "Sync remote with local mail" #macro pager f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" #macro index f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" -macro pager f "!clear;fetchmail\n" "Sync remote with local mail" -macro index f "!clear;fetchmail\n" "Sync remote with local mail" -macro pager G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" -macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Sync remote with local mail" +macro pager f "!clear;fetchmail\n" "Fecth new mail" +macro index f "!clear;fetchmail\n" "Fetch new mail" +macro pager G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" +macro index G "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" #macro index $ "=INBOX/\n" "Sync mailbox and refresh list of new messages" macro index n "" -- cgit v1.2.3