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