aboutsummaryrefslogtreecommitdiffhomepage
path: root/mutt
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-10-29 11:31:46 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-10-29 11:31:46 +0800
commit41fe59f5ef3a807342077216dc456a51dfecdfd6 (patch)
tree4f31002cfbf2637721ddcc792451c8fa1d327b9f /mutt
parent14eba4708b51d4aeda98f40fa158f4688cb4ff8f (diff)
Update mutt config
Diffstat (limited to 'mutt')
-rw-r--r--mutt/default1
-rw-r--r--mutt/muttrc.gmail6
-rw-r--r--mutt/muttrc.topo16
3 files changed, 19 insertions, 4 deletions
diff --git a/mutt/default b/mutt/default
index 15a6b27..974bae6 100644
--- a/mutt/default
+++ b/mutt/default
@@ -17,6 +17,7 @@ set pager_stop
17set sleep_time = 0 # When changing folder 17set sleep_time = 0 # When changing folder
18set timeout = 10 18set timeout = 10
19set quit = ask-no 19set quit = ask-no
20set delete = yes
20set sort = reverse-threads 21set sort = reverse-threads
21set pager_index_lines = 5 22set pager_index_lines = 5
22set markers = no # Remove '+' for long links with limited terminal width 23set markers = no # Remove '+' for long links with limited terminal width
diff --git a/mutt/muttrc.gmail b/mutt/muttrc.gmail
index 7f14996..759a4c6 100644
--- a/mutt/muttrc.gmail
+++ b/mutt/muttrc.gmail
@@ -19,9 +19,9 @@ set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id
19set folder = "imaps://imap.gmail.com/" 19set folder = "imaps://imap.gmail.com/"
20set move = no 20set move = no
21set spoolfile = "+INBOX" 21set spoolfile = "+INBOX"
22unset record 22set postponed = "=[Gmail]/Drafts"
23unset postponed 23set record = "=[Gmail]/Sent Mail"
24unset trash 24set trash = "=[Gmail]/Trash"
25 25
26# Sidebar 26# Sidebar
27unmailboxes * 27unmailboxes *
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 974700b..7715ba3 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -29,7 +29,21 @@ set postponed = "+Drafts"
29 29
30# Sidebar 30# Sidebar
31unmailboxes * 31unmailboxes *
32mailboxes =INBOX =mbox =DeltaChat "+------ Watch ------" =hometeach =pay =osm =keep "+---- Processed ----" =Sent =Trash =Drafts =test =spam 32mailboxes =INBOX \
33 =mbox \
34 =DeltaChat \
35 "+------ Watch ------" \
36 =hometeach \
37 =osm \
38 -label Arch =arch-general \
39 "+---- Permanent ----" \
40 =pay \
41 =keep \
42 =Sent \
43 -poll =Trash \
44 =Drafts \
45 =test \
46 =spam
33 47
34# Keybinding 48# Keybinding
35macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>' 49macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>'