aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--muttrc20
1 files changed, 13 insertions, 7 deletions
diff --git a/muttrc b/muttrc
index 11db2bd..5620b62 100644
--- a/muttrc
+++ b/muttrc
@@ -18,8 +18,8 @@ set postponed = "+Drafts"
18 18
19set pgp_use_gpg_agent=yes 19set pgp_use_gpg_agent=yes
20set crypt_use_gpgme=yes 20set crypt_use_gpgme=yes
21# replace D21D8761 with your gpg key id
22set pgp_timeout=300 21set pgp_timeout=300
22# replace 6DD8C14A with your gpg key id
23set pgp_sign_as=6DD8C14A 23set pgp_sign_as=6DD8C14A
24 24
25subscribe talk-tw@openstreetmap.org 25subscribe talk-tw@openstreetmap.org
@@ -30,6 +30,8 @@ set send_charset = "us-ascii:utf-8"
30set header = no 30set header = no
31set pager_stop 31set pager_stop
32set sleep_time=0 # When changing folder 32set sleep_time=0 # When changing folder
33set timeout=10
34set quit=ask-no
33 35
34# Vim-style key binding, \c means Ctrl 36# Vim-style key binding, \c means Ctrl
35# ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A 37# ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A
@@ -50,7 +52,6 @@ bind index l select-entry
50bind index \cl limit 52bind index \cl limit
51bind index G last-entry 53bind index G last-entry
52bind index R group-reply 54bind index R group-reply
53bind index q change-folder
54bind index \cf next-page 55bind index \cf next-page
55bind index \cb previous-page 56bind index \cb previous-page
56bind index \cd half-down 57bind index \cd half-down
@@ -58,17 +59,22 @@ bind index \cu half-up
58bind index } bottom-page 59bind index } bottom-page
59bind index x tag-entry 60bind index x tag-entry
60bind attach x view-mailcap 61bind attach x view-mailcap
62macro generic,index,pager \cr ":source ~/.config/mutt/muttrc\n" "Reload mutt's configuration file"
61 63
62# Sidebar 64# Sidebar
63mailboxes =INBOX =mbox =Sent =Trash =Drafts =talk-tw =pay =service 65mailboxes =INBOX =mbox =pay =Sent =Trash =Drafts =talk-tw =service =keep
66set mail_check_stats
67set imap_check_subscribed = yes
68set imap_list_subscribed = yes
64set sidebar_visible = yes 69set sidebar_visible = yes
65set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' 70set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
66set sidebar_short_path = yes 71set sidebar_short_path = yes
67set sidebar_sort_method = 'new'
68bind index,pager B sidebar-toggle-visible 72bind index,pager B sidebar-toggle-visible
69bind index \Cp sidebar-prev 73bind index,pager \Cp sidebar-prev
70bind index \Cn sidebar-next 74bind index,pager \Cn sidebar-next
71bind index \Co sidebar-open 75bind index,pager \Co sidebar-open
76bind index,pager <F5> sidebar-prev-new
77bind index,pager <F6> sidebar-next-new
72color indicator cyan black 78color indicator cyan black
73color sidebar_highlight black color8 79color sidebar_highlight black color8
74color sidebar_divider color8 black 80color sidebar_divider color8 black