aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt/default
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/default')
-rw-r--r--mutt/default5
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
10set message_cachedir = ~/.cache/mutt.message 10set message_cachedir = ~/.cache/mutt.message
11set edit_headers = yes 11set edit_headers = yes
12set mailcap_path = ~/.config/mutt/mailcap 12set mailcap_path = ~/.config/mutt/mailcap
13set recall = no
13 14
14# This allows to reply with "To: " in header 15# This allows to reply with "To: " in header
15set reverse_name = yes 16set reverse_name = yes
@@ -31,6 +32,7 @@ set my_keep_lines2 = 12
31set pager_index_lines = $my_keep_lines1 32set pager_index_lines = $my_keep_lines1
32set markers = no # Remove '+' for long links with limited terminal width 33set markers = no # Remove '+' for long links with limited terminal width
33# set reply_with_xorig = true 34# set reply_with_xorig = true
35set 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
52macro index,pager c '<change-folder>=' 54macro index,pager c '<change-folder>='
53macro index q '<change-folder>?' 55macro index q '<change-folder>?'
56bind attach g exit
54bind index o sort-reverse 57bind index o sort-reverse
58bind index R group-chat-reply
55bind index O sort-mailbox 59bind index O sort-mailbox
56bind index,pager <Return> sync-mailbox 60bind index,pager <Return> sync-mailbox
57bind index x tag-entry 61bind index x tag-entry
@@ -195,6 +199,7 @@ color index blue green "~N~v~(~F)" #
195color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) 199color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
196color index magenta black "~h Stay" # marked as Stay 200color index magenta black "~h Stay" # marked as Stay
197color index lightblack black "~h Done" # marked as Done 201color index lightblack black "~h Done" # marked as Done
202color index lightblack black "~y done" # marked as Done
198 203
199# color header 204# color header
200color header green black "^(From)" 205color header green black "^(From)"