From b9ca3ab54f91ac1bcf9861169b9bfdd71dd67ddb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Sep 2016 22:28:33 +1200 Subject: 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. --- mutt/muttrc.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mutt') 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 '=inbox' 'Change to inbox folder' macro generic,index,browser,pager gs '=sent' 'Change to sent folder' -- cgit v1.2.3