.muttrc

changeset 286
8895a4042b14
child 287
0e4736894e00
equal deleted inserted replaced
285:fefaa23c064c 286:8895a4042b14
1 # Folder management / IMAP
2 set folder=imaps://mhoward@ramdas.roomag.org/
3 set spoolfile=+INBOX
4
5 unset imap_passive
6 set imap_idle = yes
7 set imap_check_subscribed = yes
8 set imap_keepalive = 300
9 set imap_peek = no
10 set mark_old = no
11
12 set ssl_usesystemcerts = yes
13
14 # Behavior
15 set beep = no
16 set beep_new = no
17 set mail_check = 120
18 set move = no
19 set pager_stop = yes
20 set pager_context = 2
21 set menu_scroll = yes
22 set mailcap_path = ~/.mailcap
23 set assumed_charset = "utf-8:iso8859-1"
24 set autoedit = yes
25 set edit_headers = yes
26 set editor = "vim +'set tw=72 noawa'"
27
28 auto_view text/html
29 alternative_order text/plain text/html
30
31 bind index <F1> help
32 bind index / search
33 bind index ? search-reverse
34 bind index n search-next
35 bind index N search-opposite
36
37 bind index gg first-entry
38 bind index G last-entry
39 bind index \Cu half-up
40 bind index \Cd half-down
41
42 bind pager J next-unread
43 bind pager K previous-unread
44
45 bind pager <up> previous-line
46 bind pager <down> next-line
47 bind pager gg top
48 bind pager G bottom
49 bind pager \Cu half-up
50 bind pager \Cd half-down
51
52 bind pager r reply
53 bind pager R group-reply
54 bind pager l list-reply
55
56 bind pager <F1> help
57 bind pager / search
58 bind pager ? search-reverse
59 bind pager n search-next
60 bind pager N search-opposite
61
62 push <first-entry>
63
64 # Appearance
65 set sort = reverse-date-sent
66 set status_on_top = yes
67 set pager_index_lines = 10
68 set wrap = -15
69 set markers = no
70
71 set date_format = "%m-%d %H:%M"
72 set index_format = "%2C %Z %D %-30.30F %s"
73
74 ignore *
75 unignore from date subject to cc
76 unignore organization organisation x-mailing-list: posted-to:
77
78 hdr_order subject from to cc date
79
80 # jellybeans-ish
81 color attachment color162 color233
82 color bold color183 color233
83 color hdrdefault color215 color233
84 color indicator brightwhite color234
85 color markers color215 color233
86 color message color188 color233
87 color normal color188 color233
88 color search brightgreen color233
89 color signature color222 color233
90 color status color30 color235
91 color tilde color244 color233
92 color tree color104 color233
93 # color underline brightmagenta color233
94 color error color167 color233
95
96 # Colours for items in the index
97 color index color188 color233 ~A
98 color index default color233 ~R
99 color index color110 color233 ~U
100 color index color213 color233 ~F
101 color index color217 color233 ~T
102 color index color126 color233 ~D
103
104 # Highlights inside message body
105
106 # URLs
107 color body color103 color233 "https?://[^ \"\t\r\n>]+"
108 color body color103 color233 "mailto:[^ \"\t\r\n>]+"
109
110 # Email addresses.
111 color body color103 color233 "[-a-z_0-9.%$+]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
112
113 color quoted color107 color233
114 color quoted1 color58 color233
115 color quoted2 color244 color233
116 color quoted3 color233 color233

mercurial