From 1b02c7f84bc247c6546007ba6f18ce7bef2e5f47 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 18 Mar 2020 12:47:51 -0700 Subject: reenable deletion keybindings in mutt Since it's not my primary MUA anymore. --- .muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.muttrc') diff --git a/.muttrc b/.muttrc index ec730ca7..da33bed9 100644 --- a/.muttrc +++ b/.muttrc @@ -200,10 +200,10 @@ bind pager t display-toggle-weed # # printing # bind index,pager \cP print-message -# safety, since mbsync trash functionality doesn't work with FastMail -bind generic,index,pager d noop -bind generic,index,pager D noop -bind generic,index,pager \cd noop +# # safety, since mbsync trash functionality doesn't work with FastMail +# bind generic,index,pager d noop +# bind generic,index,pager D noop +# bind generic,index,pager \cd noop # # ... but let me delete notes made on tablet computer # folder-hook . bind generic,index,pager d noop -- cgit v1.2.3