diff options
Diffstat (limited to 'mutt/default')
-rw-r--r-- | mutt/default | 4 |
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>=' | |||
53 | macro index q '<change-folder>?' | 53 | macro index q '<change-folder>?' |
54 | bind index o sort-reverse | 54 | bind index o sort-reverse |
55 | bind index O sort-mailbox | 55 | bind index O sort-mailbox |
56 | bind index E edit-type | ||
57 | bind index,pager <Return> sync-mailbox | 56 | bind index,pager <Return> sync-mailbox |
58 | bind index y edit-label | ||
59 | bind index x tag-entry | 57 | bind index x tag-entry |
58 | bind index y edit-label | ||
60 | bind index t edit-label | 59 | bind index t edit-label |
61 | bind index,browser l select-entry | 60 | bind index,browser l select-entry |
62 | bind index \\ limit | 61 | bind index \\ limit |
@@ -191,6 +190,7 @@ color index blue green "~N~v~(~F~N)" # | |||
191 | color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged | 190 | color index blue green "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged |
192 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) | 191 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) |
193 | color index magenta black "~h Stay" # marked as Stay | 192 | color index magenta black "~h Stay" # marked as Stay |
193 | color index lightblack black "~h Done" # marked as Done | ||
194 | 194 | ||
195 | # color header | 195 | # color header |
196 | color header green black "^(From)" | 196 | color header green black "^(From)" |