aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-22 10:13:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-22 10:13:10 +1200
commitc83042d6701f275bd792fb15c889e780deddb14a (patch)
treecc6f6615267ce1ce8aae52e59477d8cea4dd8e73 /mutt
parentRemove reference to GitHub dotfiles pages (diff)
downloaddotfiles-c83042d6701f275bd792fb15c889e780deddb14a.tar.gz
dotfiles-c83042d6701f275bd792fb15c889e780deddb14a.zip
Rename binscripts more tersely
Diffstat (limited to 'mutt')
-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'