diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-04-28 08:38:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-04-28 08:42:47 +0800 |
commit | 7702cd1a6f708cea72c7fd16a520d7c036ff3ec7 (patch) | |
tree | 3970c7c291457e9ac2d44ff7541a2797e8174c54 /mutt | |
parent | 4cad49b1bf0a3998a76d948f9c53b857510676e0 (diff) |
Update
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/default b/mutt/default index b40cecf..f33582d 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -54,6 +54,7 @@ macro index,pager c '<change-folder>=' | |||
54 | macro index q '<change-folder>?' | 54 | macro index q '<change-folder>?' |
55 | bind attach g exit | 55 | bind attach g exit |
56 | bind index o sort-reverse | 56 | bind index o sort-reverse |
57 | bind index R group-chat-reply | ||
57 | bind index O sort-mailbox | 58 | bind index O sort-mailbox |
58 | bind index,pager <Return> sync-mailbox | 59 | bind index,pager <Return> sync-mailbox |
59 | bind index x tag-entry | 60 | bind index x tag-entry |
@@ -197,6 +198,7 @@ color index blue green "~N~v~(~F)" # | |||
197 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) | 198 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) |
198 | color index magenta black "~h Stay" # marked as Stay | 199 | color index magenta black "~h Stay" # marked as Stay |
199 | color index lightblack black "~h Done" # marked as Done | 200 | color index lightblack black "~h Done" # marked as Done |
201 | color index lightblack black "~y done" # marked as Done | ||
200 | 202 | ||
201 | # color header | 203 | # color header |
202 | color header green black "^(From)" | 204 | color header green black "^(From)" |