From 4bb695a060b035dab553df1723da20e2c4449220 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 11 Nov 2025 17:26:30 +0100 Subject: Minor modifications/updates to mutt settings/mappings --- .config/neomutt/mappings | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to '.config/neomutt/mappings') diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings index 2e29117..6ca2e47 100644 --- a/.config/neomutt/mappings +++ b/.config/neomutt/mappings @@ -1,18 +1,19 @@ # vim: filetype=neomuttrc bind index,pager,attach g noop -macro index,pager gi "=INBOX" "open inbox" -macro index,pager gd "=Drafts" "open drafts" -macro index,pager gs "=Sent Messages" "open sent" -macro index,pager gt "=Deleted Messages" "open trash" -macro index,pager gf "?" "open mailbox..." +macro index,pager gi "+INBOX" "open inbox" +macro index,pager gd "+Drafts" "open drafts" +macro index,pager gs "+Sent%20Messages" "open sent" +macro index,pager gt "+Deleted%20Messages" "open trash" +macro index,pager gf "?" "open mailbox..." + +bind index,pager j next-undeleted +bind index,pager k previous-undeleted + +bind pager J next-line +bind pager K previous-line bind index,pager \CJ sidebar-next bind index,pager \CK sidebar-prev -bind index,pager \CE sidebar-open -bind index,pager B sidebar-toggle-visible - -# Attach PGP public key -bind compose a noop -bind compose aa attach-file -macro compose ap "`echo pm@a14m.me`" "attach public key" +bind index,pager \Co sidebar-open +bind index,pager \Cb sidebar-toggle-visible -- cgit v1.2.3