aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mutt/muttrc.topo39
1 files changed, 20 insertions, 19 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 07c609f..47b10cb 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -9,11 +9,11 @@ set smtp_pass = "$imap_pass"
9# Identify meself 9# Identify meself
10set from = "pham@topo.tw" 10set from = "pham@topo.tw"
11set realname = "謝晉凡 Hsieh Chin Fan" 11set realname = "謝晉凡 Hsieh Chin Fan"
12set signature="~/.config/mutt/.signature" 12set signature = "~/.config/mutt/.signature"
13set pgp_use_gpg_agent=yes 13set pgp_use_gpg_agent = yes
14set crypt_use_gpgme=yes 14set crypt_use_gpgme = yes
15set pgp_timeout=300 15set pgp_timeout = 300
16set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id 16set pgp_sign_as = 6DD8C14A # replace 6DD8C14A with your gpg key id
17 17
18# Tune contacts 18# Tune contacts
19source ~/.config/mutt/alias.topo 19source ~/.config/mutt/alias.topo
@@ -28,22 +28,23 @@ set trash = "+Trash"
28set postponed = "+Drafts" 28set postponed = "+Drafts"
29 29
30# Sidebar 30# Sidebar
31mailboxes =INBOX \ 31mailboxes +INBOX \
32 =mbox \ 32 +mbox \
33 -label DC =DeltaChat \ 33 -label DC +DeltaChat \
34 "+---- Watch -----" \ 34 "+---- Watch -----" \
35 =hometeach \ 35 +hometeach \
36 =osm \ 36 +osm \
37 -label Arch =arch-general \ 37 -label Arch +arch-general \
38 +STOCK \
38 "+-- Permanent ---" \ 39 "+-- Permanent ---" \
39 =pay \ 40 +pay \
40 =keep \ 41 +keep \
41 =login \ 42 +login \
42 =Sent \ 43 +Sent \
43 -poll =Trash \ 44 -poll +Trash \
44 =Drafts \ 45 +Drafts \
45 =test \ 46 +test \
46 =spam 47 +spam
47 48
48# Keybinding 49# Keybinding
49macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>' 50macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>'