From bb3b4acd89a6200b6b3dbbe81c153021fb6d3164 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jun 2016 22:41:46 +1200 Subject: Mutt getmails quietly in background --- mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt/muttrc') diff --git a/mutt/muttrc b/mutt/muttrc index 6306d924..f2b5265d 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -121,7 +121,7 @@ macro generic,index,browser,pager gs '=sent' 'Change to se macro index,pager S 's' 'Save message blindly' # Run getmails(1) to retrieve all mail -macro generic,index,browser,pager gm '!getmails' 'Run getmails' +macro generic,index,browser,pager gm '!getmails --quiet &' 'Run getmails' # Shortcut to add addresses to abook macro index,pager A 'abook --add-email' 'Add sender address to abook' -- cgit v1.2.3