aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-18 11:16:25 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-02-18 11:16:25 +0800
commitbe2c260b65e548c691ef702a8ad123b0cc072388 (patch)
tree755e5b9b8b6ef818849a53173a40bf4a26a4362a
parent432fc9e641105379b7bf9a921cebb0d3049ce227 (diff)
update
-rw-r--r--muttrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/muttrc b/muttrc
index b5cf4ee..d19e91e 100644
--- a/muttrc
+++ b/muttrc
@@ -62,8 +62,8 @@ color status brightwhite black
62color indicator white blue 62color indicator white blue
63color tree magenta black # arrows in threads 63color tree magenta black # arrows in threads
64 64
65# 列表部分 ------------------------------------------------------- 65# For list -------------------------------------------------------
66# 高亮不同状态的邮件, 具体的pattern(例如~N)参见mutt manual4.2 66# Highlight mails by their status. For a specific pattern(e.g. ~N), pleas read mutt manual 4.2
67 67
68color index red black "~A" # all messages 68color index red black "~A" # all messages
69color index brightred black "~E" # expired messages 69color index brightred black "~E" # expired messages
@@ -94,17 +94,17 @@ color index green white "~N~v~(~F~N)" #
94color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged 94color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
95color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) 95color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
96 96
97# 邮件内容页面邮件头部分高亮 ------------------------------------------ 97# Highlight mail header ------------------------------------------
98 98
99# color header 99# color header
100color header green black "^(From)" 100color header green black "^(From)"
101color header brightyellow black "^(Subject)" 101color header brightyellow black "^(Subject)"
102 102
103# 引文起始符号设置 103# Set quote's starting symbol
104set quote_regexp = "^([ ]t]*[|>:}#])+" 104set quote_regexp = "^([ ]t]*[|>:}#])+"
105set quote_regexp = "^([ \t ]*[>])+" 105set quote_regexp = "^([ \t ]*[>])+"
106 106
107# 嵌套引文不同层的颜色 107# Highlight quotes by indent
108color quoted blue black 108color quoted blue black
109color quoted1 magenta black 109color quoted1 magenta black
110color quoted2 cyan black 110color quoted2 cyan black