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