aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/default
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-01-15 17:03:54 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-01-15 17:05:20 +0800
commitce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 (patch)
tree4ab2ffe61d5ded91dd7280b75fc1370bb2ecf5b0 /mutt/default
parent1a4cda747970e8239b6a27f5d4eb03b63ab4bf9b (diff)
Update
Diffstat (limited to 'mutt/default')
-rw-r--r--mutt/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/default b/mutt/default
index c46f9ec..c254e5f 100644
--- a/mutt/default
+++ b/mutt/default
@@ -53,10 +53,9 @@ macro index,pager c '<change-folder>='
53macro index q '<change-folder>?' 53macro index q '<change-folder>?'
54bind index o sort-reverse 54bind index o sort-reverse
55bind index O sort-mailbox 55bind index O sort-mailbox
56bind index E edit-type
57bind index,pager <Return> sync-mailbox 56bind index,pager <Return> sync-mailbox
58bind index y edit-label
59bind index x tag-entry 57bind index x tag-entry
58bind index y edit-label
60bind index t edit-label 59bind index t edit-label
61bind index,browser l select-entry 60bind index,browser l select-entry
62bind index \\ limit 61bind index \\ limit
@@ -191,6 +190,7 @@ color index blue green "~N~v~(~F~N)" #
191color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged 190color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
192color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) 191color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
193color index magenta black "~h Stay" # marked as Stay 192color index magenta black "~h Stay" # marked as Stay
193color index lightblack black "~h Done" # marked as Done
194 194
195# color header 195# color header
196color header green black "^(From)" 196color header green black "^(From)"