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