aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--muttrc32
1 files changed, 24 insertions, 8 deletions
diff --git a/muttrc b/muttrc
index 4d1ef75..11db2bd 100644
--- a/muttrc
+++ b/muttrc
@@ -19,10 +19,8 @@ set postponed = "+Drafts"
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 21# replace D21D8761 with your gpg key id
22set pgp_sign_as=6DD8C14A
23set pgp_timeout=300 22set pgp_timeout=300
24 23set pgp_sign_as=6DD8C14A
25#mailboxes =INBOX =mbox =Sent =Trash =Drafts #=talk-tw =pay =service
26 24
27subscribe talk-tw@openstreetmap.org 25subscribe talk-tw@openstreetmap.org
28 26
@@ -33,12 +31,11 @@ set header = no
33set pager_stop 31set pager_stop
34set sleep_time=0 # When changing folder 32set sleep_time=0 # When changing folder
35 33
36# Open mail externally
37bind attach x view-mailcap
38
39# Vim-style key binding, \c means Ctrl 34# Vim-style key binding, \c means Ctrl
40# 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 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
41bind pager G bottom 36bind pager G bottom
37bind pager g noop
38bind pager gg top
42bind pager j next-line 39bind pager j next-line
43bind pager k previous-line 40bind pager k previous-line
44bind pager \cf next-page 41bind pager \cf next-page
@@ -47,17 +44,36 @@ bind pager \cd half-down
47bind pager \cu half-up 44bind pager \cu half-up
48bind pager \cj next-entry 45bind pager \cj next-entry
49bind pager \ck previous-entry 46bind pager \ck previous-entry
50bind pager gg top 47bind index g noop
51bind pager G bottom
52bind index gg first-entry 48bind index gg first-entry
49bind index l select-entry
50bind index \cl limit
53bind index G last-entry 51bind index G last-entry
54bind index R group-reply 52bind index R group-reply
53bind index q change-folder
55bind index \cf next-page 54bind index \cf next-page
56bind index \cb previous-page 55bind index \cb previous-page
57bind index \cd half-down 56bind index \cd half-down
58bind index \cu half-up 57bind index \cu half-up
59bind index } bottom-page 58bind index } bottom-page
60bind index x tag-entry 59bind index x tag-entry
60bind attach x view-mailcap
61
62# Sidebar
63mailboxes =INBOX =mbox =Sent =Trash =Drafts =talk-tw =pay =service
64set sidebar_visible = yes
65set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
66set sidebar_short_path = yes
67set sidebar_sort_method = 'new'
68bind index,pager B sidebar-toggle-visible
69bind index \Cp sidebar-prev
70bind index \Cn sidebar-next
71bind index \Co sidebar-open
72color indicator cyan black
73color sidebar_highlight black color8
74color sidebar_divider color8 black
75color sidebar_flagged red black
76color sidebar_new green black
61 77
62# basic colors ------------------------------------------------------- 78# basic colors -------------------------------------------------------
63color normal white black 79color normal white black