diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-02 23:33:28 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-02 23:33:28 +0800 |
commit | 172e135dda0f9ac17da2d26a6aaadcc4d50b49b1 (patch) | |
tree | 3aa5b2bcf5471cbf9942a951f05172fcabf7f72c /muttrc | |
parent | 302cfbc8082f08498d9f36f191021d08b7435a2e (diff) |
update
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 23 |
1 files changed, 10 insertions, 13 deletions
@@ -1,31 +1,31 @@ | |||
1 | # IMAP/SMTP settings | ||
1 | set folder = "imaps://pham@mail.topo.tw:993/" | 2 | set folder = "imaps://pham@mail.topo.tw:993/" |
2 | set imap_pass = `pass pham@topo.tw` | 3 | set imap_pass = `pass pham@topo.tw` |
3 | set header_cache = "~/.cache/mutt" | 4 | set header_cache = "~/.cache/mutt" |
4 | set message_cachedir = "~/.cache/mutt" | 5 | set message_cachedir = "~/.cache/mutt" |
5 | |||
6 | set smtp_url = "smtp://pham@mail.topo.tw:25" | 6 | set smtp_url = "smtp://pham@mail.topo.tw:25" |
7 | set smtp_pass = "$imap_pass" | 7 | set smtp_pass = "$imap_pass" |
8 | 8 | ||
9 | # Identify meself | ||
9 | set from = "pham@topo.tw" | 10 | set from = "pham@topo.tw" |
10 | set realname = "謝晉凡 Hsieh Chin Fan" | 11 | set realname = "謝晉凡 Hsieh Chin Fan" |
11 | set signature="$SETTING_DIR/.signature" | 12 | set signature="$SETTING_DIR/.signature" |
13 | set pgp_use_gpg_agent=yes | ||
14 | set crypt_use_gpgme=yes | ||
15 | set pgp_timeout=300 | ||
16 | set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id | ||
12 | 17 | ||
18 | # Basic Mailbox | ||
13 | set spoolfile = "+INBOX" | 19 | set spoolfile = "+INBOX" |
14 | set mbox= "+mbox" | 20 | set mbox= "+mbox" |
15 | set move = yes | 21 | set move = yes |
16 | set record = "+Sent" | 22 | set record = "+Sent" |
17 | set trash = "+Trash" | 23 | set trash = "+Trash" |
18 | set postponed = "+Drafts" | 24 | set postponed = "+Drafts" |
19 | set index_format = "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" | ||
20 | |||
21 | set pgp_use_gpg_agent=yes | ||
22 | set crypt_use_gpgme=yes | ||
23 | set pgp_timeout=300 | ||
24 | # replace 6DD8C14A with your gpg key id | ||
25 | set pgp_sign_as=6DD8C14A | ||
26 | 25 | ||
27 | subscribe talk-tw@openstreetmap.org | 26 | subscribe talk-tw@openstreetmap.org |
28 | 27 | ||
28 | # Interface | ||
29 | set editor = "vim" | 29 | set editor = "vim" |
30 | set charset = "utf-8" | 30 | set charset = "utf-8" |
31 | set send_charset = "us-ascii:utf-8" | 31 | set send_charset = "us-ascii:utf-8" |
@@ -94,7 +94,7 @@ color sidebar_divider color8 black | |||
94 | color sidebar_flagged red black | 94 | color sidebar_flagged red black |
95 | color sidebar_new green black | 95 | color sidebar_new green black |
96 | 96 | ||
97 | # basic colors ------------------------------------------------------- | 97 | # basic colors |
98 | color normal white black | 98 | color normal white black |
99 | color error red black | 99 | color error red black |
100 | color tilde white black | 100 | color tilde white black |
@@ -106,9 +106,8 @@ color status brightwhite black | |||
106 | color indicator white blue | 106 | color indicator white blue |
107 | color tree magenta black # arrows in threads | 107 | color tree magenta black # arrows in threads |
108 | 108 | ||
109 | # For list ------------------------------------------------------- | 109 | # For list |
110 | # Highlight mails by their status. For a specific pattern(e.g. ~N), pleas read mutt manual 4.2 | 110 | # Highlight mails by their status. For a specific pattern(e.g. ~N), pleas read mutt manual 4.2 |
111 | |||
112 | color index red black "~A" # all messages | 111 | color index red black "~A" # all messages |
113 | color index brightred black "~E" # expired messages | 112 | color index brightred black "~E" # expired messages |
114 | color index brightcyan black "~N" # new messages | 113 | color index brightcyan black "~N" # new messages |
@@ -139,8 +138,6 @@ color index green white "~N~v~(~F~N)" # | |||
139 | color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged | 138 | color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged |
140 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) | 139 | color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) |
141 | 140 | ||
142 | # Highlight mail header ------------------------------------------ | ||
143 | |||
144 | # color header | 141 | # color header |
145 | color header green black "^(From)" | 142 | color header green black "^(From)" |
146 | color header brightyellow black "^(Subject)" | 143 | color header brightyellow black "^(Subject)" |