aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 22:41:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 22:41:46 +1200
commitbb3b4acd89a6200b6b3dbbe81c153021fb6d3164 (patch)
tree73b77ee930dfb0be4412fe9dea6c8d5a03113807 /mutt
parentAdd getmails (diff)
downloaddotfiles-bb3b4acd89a6200b6b3dbbe81c153021fb6d3164.tar.gz
dotfiles-bb3b4acd89a6200b6b3dbbe81c153021fb6d3164.zip
Mutt getmails quietly in background
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
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 '<change-folder>=sent<enter>' 'Change to se
macro index,pager S 's<enter>' 'Save message blindly'
# Run getmails(1) to retrieve all mail
-macro generic,index,browser,pager gm '!getmails<enter>' 'Run getmails'
+macro generic,index,browser,pager gm '!getmails --quiet &<enter>' 'Run getmails'
# Shortcut to add addresses to abook
macro index,pager A '<pipe-message>abook --add-email<enter>' 'Add sender address to abook'