summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mutt2022/colours6
-rw-r--r--muttrc_fastmail_may225
2 files changed, 9 insertions, 2 deletions
diff --git a/mutt2022/colours b/mutt2022/colours
index 4c8fabf..8d9e99e 100644
--- a/mutt2022/colours
+++ b/mutt2022/colours
@@ -74,7 +74,11 @@ color quoted6 red black
color quoted7 green black
## Default color definitions
-#color hdrdefault white green
+#color hdrdefault white green
+
+# Progress bar - neomutt
+color progress white red
+
color normal white default
color signature brightmagenta black
color indicator black cyan
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"