From 87f79a06b478c6d097d74923f1d664100c53defe Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 11 Jul 2021 19:47:33 +0100 Subject: [PATCH] [mutt] Update keybindings --- mutt/.muttrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mutt/.muttrc b/mutt/.muttrc index 75126ee..5a66069 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -22,4 +22,13 @@ unset mime_forward # forward attachments as part of body unmy_hdr * # delete existing header-settings, if there are any. my_hdr X-PGP-Key: https://keybase.io/nikdoof/pgp_keys.asc +set record = "+.Sent" +set postponed = "+.Drafts" + +mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' "` +macro index c "?" "open a different folder" +macro pager c "?" "open a different folder" +macro index C "?" "copy a message to a mailbox" +macro index M "?" "move a message to a mailbox" + unignore List-ID # Show list ID for mailing lists