aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index f2b5265d..4f252477 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -120,8 +120,8 @@ macro generic,index,browser,pager gs '<change-folder>=sent<enter>' 'Change to se
# Blindly save message to whatever box is suggested
macro index,pager S 's<enter>' 'Save message blindly'
-# Run getmails(1) to retrieve all mail
-macro generic,index,browser,pager gm '!getmails --quiet &<enter>' 'Run getmails'
+# Run gms to retrieve all mail
+macro generic,index,browser,pager gm '!gms --quiet &<enter>' 'Run gms'
# Shortcut to add addresses to abook
macro index,pager A '<pipe-message>abook --add-email<enter>' 'Add sender address to abook'