diff options
Diffstat (limited to 'mutt/default')
-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)" |