aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 22:28:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 22:28:33 +1200
commitb9ca3ab54f91ac1bcf9861169b9bfdd71dd67ddb (patch)
tree3f0c4dab200437e670e82b2772cd96f526bfc7a4 /mutt
parentIgnore built mutt/muttrc (diff)
downloaddotfiles-b9ca3ab54f91ac1bcf9861169b9bfdd71dd67ddb.tar.gz
dotfiles-b9ca3ab54f91ac1bcf9861169b9bfdd71dd67ddb.zip
Add an unbind to Mutt
I really dislike the "lock mailbox" feature, and never use it; it's right next to $ for "refresh mailbox" too.
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/muttrc.m4 b/mutt/muttrc.m4
index e9fee2fd..49862d8c 100644
--- a/mutt/muttrc.m4
+++ b/mutt/muttrc.m4
@@ -135,6 +135,9 @@ bind index,pager \Cd half-down
bind generic,index,browser,pager \Cf next-page
bind generic,index,browser,pager \Cb previous-page
+# Turn off annoying mailbox lock feature
+bind index '%' noop
+
# Jump to mailboxes
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'