diff options
Diffstat (limited to 'muttrc_fastmail_may22')
-rw-r--r-- | muttrc_fastmail_may22 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/muttrc_fastmail_may22 b/muttrc_fastmail_may22 index 6d33cb8..66aef88 100644 --- a/muttrc_fastmail_may22 +++ b/muttrc_fastmail_may22 @@ -40,7 +40,7 @@ set text_flowed=yes # Sidebar Patch -------------------------------------- #set sidebar_delim = '│' -set sidebar_visible = yes +set sidebar_visible = no set sidebar_width = 20 #set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" set mail_check_stats @@ -133,6 +133,9 @@ bind index R group-reply bind index <tab> sync-mailbox bind index <space> collapse-thread +# Email the sender (not a reply) +bind index,pager @ compose-to-sender + # Ctrl-R to mark all as read macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" |