aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-01-13 13:13:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-01-13 13:13:30 +1300
commitb066eb1c26a8bf2081fa02be01a0f0c8a252d484 (patch)
treecee24271e7ac7cd3640bb8652cba168f8c54ea06 /mutt
parentAdd comment to custom macros (diff)
downloaddotfiles-b066eb1c26a8bf2081fa02be01a0f0c8a252d484.tar.gz
dotfiles-b066eb1c26a8bf2081fa02be01a0f0c8a252d484.zip
Define macro to retrieve mail with getmails(1)
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index a20755b6..fac62c0b 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -120,3 +120,6 @@ bind generic,index,browser,pager \Cb previous-page
macro generic,index,browser,pager gi '<change-folder>=inbox<enter>' 'Change to inbox folder'
macro generic,index,browser,pager gs '<change-folder>=sent<enter>' 'Change to sent folder'
+# Run getmails(1) to retrieve all mail
+macro generic,index,browser,pager gm '!getmails<enter>' 'Run getmails'
+