diff options
Diffstat (limited to 'mutt/default')
-rw-r--r-- | mutt/default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/default b/mutt/default index 5d7369b..8a3df31 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -10,6 +10,7 @@ set header_cache = ~/.cache/mutt | |||
10 | set message_cachedir = ~/.cache/mutt.message | 10 | set message_cachedir = ~/.cache/mutt.message |
11 | set edit_headers = yes | 11 | set edit_headers = yes |
12 | set mailcap_path = ~/.config/mutt/mailcap | 12 | set mailcap_path = ~/.config/mutt/mailcap |
13 | set recall = no | ||
13 | 14 | ||
14 | # This allows to reply with "To: " in header | 15 | # This allows to reply with "To: " in header |
15 | set reverse_name = yes | 16 | set reverse_name = yes |
@@ -31,6 +32,7 @@ set my_keep_lines2 = 12 | |||
31 | set pager_index_lines = $my_keep_lines1 | 32 | set pager_index_lines = $my_keep_lines1 |
32 | set markers = no # Remove '+' for long links with limited terminal width | 33 | set markers = no # Remove '+' for long links with limited terminal width |
33 | # set reply_with_xorig = true | 34 | # set reply_with_xorig = true |
35 | set text_flowed = yes | ||
34 | 36 | ||
35 | # Index format | 37 | # Index format |
36 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | 38 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" |
@@ -51,7 +53,9 @@ macro pager l "v/(html|zip)<Return>xq<Return>" "Open html file" | |||
51 | # Vim-style key binding, \c means Ctrl | 53 | # Vim-style key binding, \c means Ctrl |
52 | macro index,pager c '<change-folder>=' | 54 | macro index,pager c '<change-folder>=' |
53 | macro index q '<change-folder>?' | 55 | macro index q '<change-folder>?' |
56 | bind attach g exit | ||
54 | bind index o sort-reverse | 57 | bind index o sort-reverse |
58 | bind index R group-chat-reply | ||
55 | bind index O sort-mailbox | 59 | bind index O sort-mailbox |
56 | bind index,pager <Return> sync-mailbox | 60 | bind index,pager <Return> sync-mailbox |
57 | bind index x tag-entry | 61 | bind index x tag-entry |
@@ -195,6 +199,7 @@ color index blue green "~N~v~(~F)" # | |||
195 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) | 199 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) |
196 | color index magenta black "~h Stay" # marked as Stay | 200 | color index magenta black "~h Stay" # marked as Stay |
197 | color index lightblack black "~h Done" # marked as Done | 201 | color index lightblack black "~h Done" # marked as Done |
202 | color index lightblack black "~y done" # marked as Done | ||
198 | 203 | ||
199 | # color header | 204 | # color header |
200 | color header green black "^(From)" | 205 | color header green black "^(From)" |