]> git.phdru.name Git - dotfiles.git/blob - .muttrc
.muttrc: "close" backtick to fix color highlighting in vim
[dotfiles.git] / .muttrc
1 #
2 # User configuration file for Mutt
3 #
4
5 # Note: $folder should be set _before_ any other path vars where `+' or `='
6 # is used because paths are expanded when parsed
7 #
8 #set folder=~/Mail                # Where I keep my mailboxes; I am happy with this default
9
10 # Character set for my terminal and config files (including aliases)
11 set charset=`case "$LC_CTYPE" in *UTF-8) echo utf-8 ;; *) echo koi8-r ;; esac`
12 set assumed_charset="us-ascii:utf-8:windows-1251:koi8-r" # Character sets for mail without a charset
13 set config_charset=koi8-r # Character set for this config file and alias files
14 set send_charset="us-ascii:iso-8859-1:koi8-r:windows-1251:utf-8" # Character sets for outgoing mail
15 charset-hook x-unknown koi8-r    # Show unknow encoding as koi8-r
16 charset-hook windows-1251 cp1251 # Autoconvert windoze encoding
17
18 # source aliases
19 source =mutt/aliases
20
21 # All my addresses
22 alternates `awk '{s=s"|"$0} END {print substr(s,2)}' $HOME/mail/misc/.myemail` # All my addresses
23
24 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
25 #
26 # Mailboxes to watch for new mail
27 #
28 #       mailboxes <path1> [ <path2> ... ]
29 #
30
31 mailboxes ! =admin =block =bulk =spam `echo $HOME/mail/lists/* | sed s#$HOME/mail/#=#g`
32
33 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
34 #
35 # Settings
36 #
37
38 #set indent_string='%v> '         # How to quote replied text
39
40 # Settings for dumb slow term
41 set ascii_chars=`[ -n "$SLOWTERM" ] && echo yes || echo no` # Use ASCII instead of ACS chars for threads
42 set arrow_cursor=`[ -n "$SLOWTERM" ] && echo yes || echo no` # Draw a simple cursor on slow terminals
43
44 set index_format="%4C %Z %{%b %d} %-15.15F (%4c) %s" # Somewhat different index format, which works nicely with mail lists.
45 set pager_format="%4C %Z %[%b %d] %-15.15F (%4l) %s %* ---(%P)---" # Mostly match index_format
46
47 set sort=mailbox-order           # Primary sorting method
48 #set sort=threads                 # Sort by threads,...
49 set sort_aux=date                # ...then by date
50
51 set sort_alias=unsorted
52 set sort_browser=alpha
53
54 set history=1000                 # Number of lines of history in memory
55 set history_file==tmp/.mutt_history
56 set save_history=1000            # Number of lines of history in file
57
58 set read_inc=10                  # Progress indicator when reading folders.
59 set write_inc=10                 # Progress indicator when writing folders.
60
61 set allow_8bit                   # Never do Q-P encoding on legal 8-bit chars
62 set abort_unmodified=no          # Let me send empty messages
63 set alias_file==tmp/aliases      # Where to store aliases
64 set attribution="`case "$LC_TIME" in ru_RU*) echo 'В %{%a, %d %b %Y в %I:%M:%S%p %Z} %f написал(а):' ;; *) echo 'On %d, %f wrote:' ;; esac`" # `
65 set beep=no                      # Never beep on errors
66 set collapse_unread=no           # Do not collapse thread with unread messages
67 set confirmappend=no             # Don't ask me if i want to append to mailboxes
68 set fast_reply                   # Skip initial prompts when replying if no autoedit
69 set forward_format="[Fwd: %s]"   # Subject to use when forwarding messages
70 set help                         # Show the help lines
71 set ignore_list_reply_to         # Ignore Reply-To headers pointing to mailing lists.
72 set include=yes                  # Always include a copy when replying.
73 set locale=`echo $LC_TIME`       # Locale to format dates
74 set mail_check=30                # How often (in seconds) to poll for new mail
75 set mark_old=no                  # Distinguish between seen (but unread) and new messages
76 set mask=""                      # Show dot-files in the file browser
77 set menu_scroll                  # No implicit next-page/prev-page
78 set move=no                      # Do not move read messages to ~/mbox
79 set pager_context=1              # No. of lines of context to give when scrolling
80 set pager_index_lines=6          # How many index lines to show in the pager
81 set pager_stop                   # Don't move to the next message on next-page
82 set postponed==tmp/.mutt_postponed
83 set print=ask-no                 # Don't waste paper
84 set recall=no                    # When I say "compose", ask me whether I want to continue composing a postponed message.
85 set reply_regexp="^((re([\\[0-9\\]+])*|aw|на):[ \t]*)+[ \t]*" # A regular expression to detect replies
86 set rfc2047_parameters           # Sometimes, I get mails which use a bogus encoding for MIME parameters. Setting this shouldn't harm.
87 set sendmail_wait=5              # Wait 5 seconds before putting sendmail to the background.
88 set sig_dashes=no                # Do not add "-- " before my sig - I already have it there
89 set status_on_top                # I prefer the status bar on top
90 set suspend=no                   # Do not suspend on Ctrl+Z
91 set tilde                        # Indicate empty lines in the pager.
92 set tmpdir=~/tmp                 # Temporary files aren't stored in public places.
93 set use_domain=no                # Don't qualify local addresses with $domain
94 set use_ipv6=no                  # Speed up DNS
95 set wait_key=no                  # Do not wait for a key after running external programs, pipes
96
97 set xterm_set_titles
98 set xterm_title="%f: %?m?%m messages&no messages?%?n? N:%n?%?d? D:%d?%?b? [%b new mboxes]? [$USER@%h] mutt"
99 set xterm_icon="%f: %m%?n?:%n?%?d?/%d?%?b? [%b]? [$USER@%h] mutt"
100
101 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
102 #
103 # MIME settings
104 #
105
106 alternative_order text/enriched text/plain text
107
108 #auto_view text/html
109 #auto_view application/ms-tnef text/x-vcard
110 #auto_view application/x-gzip application/x-gunzip
111 #auto_view application/rtf
112 #set implicit_autoview # Use copiousoutput filters from mailcap for all types of attachments
113
114 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
115 #
116 # Encryption: GnuPG
117 #
118 source /usr/share/doc/mutt/examples/gpg.rc
119 set pgp_use_gpg_agent
120
121 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
122 #
123 # Header fields I don't normally want to see
124 #
125 ignore *                         # Ignore all lines by default
126
127 # I do want to see these fields, though!
128 unignore date from reply-to mail-followup-to followup-to to x-original-to cc \
129    newsgroups subject user-agent x-mailer x-url x-face
130
131 # Default list of header fields to weed when displaying
132 #
133 #ignore "from " received content- mime-version status x-status message-id
134 #ignore sender references return-path lines
135
136 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
137 #
138 # Specify the order of the headers to appear when displaying a message
139 #
140 #       hdr_order <hdr1> [ <hdr2> ... ]
141 #
142
143 hdr_order date from reply-to mail-followup-to followup-to to x-original-to cc \
144    newsgroups subject user-agent x-mailer x-url x-face
145
146 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
147 #
148 # My special headers
149 #
150
151 my_hdr X-Attribution: phd
152
153 my_hdr X-Face: \"4chVP^f8\;3Bi>x\"ic0%DuP(ZLyn:\;kzQ1njs]5,GRZG<{<\\~\`|Shxi7|)d|8uO~HFRfyym\n\
154  {[xs@OYG]2Q]0\#}0sjJp\`1^1+B6]A2+{9fW=S<O7^\"hul]^|AGtiI7SkYF-2VD?UH*h_!zuCIf+^F7\n\
155  c0x8?W,UfhCAx^YY\#1ALhvG\\2yG}LW:)zw\#1\;Yajq\"hK~S # `
156
157 my_hdr X-Operating-System: Debian GNU/Linux
158
159 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
160 #
161 # Identify mailing lists I subscribe to
162 #
163 #       lists <list-name> [ <list-name> ... ]
164
165 subscribe (python-(announce|dev|ideas)|.*-(list|sig))@python\.org \
166    core-workflow@python\.org \
167    .*@moderators\.isc\.org .*@lists\.sourceforge\.net \
168    (durus|quixote)-users@mems-exchange\.org pysqlite@lists\.initd\.org \
169    .*@googlegroups\.com mlug@unixcenter\.ru
170
171 #lists
172
173 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
174 #
175 # Change settings based on mailbox
176 #
177 #       folder-hook [!]<regexp> <command>
178 #
179 # <command> is executed when opening a mailbox matching <pattern>
180
181 # Restore defaults
182 folder-hook .* "\
183    my_hdr From: Oleg Broytman <phd@phdru.name>; \
184    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
185    my_hdr X-Url: http://phdru.name/; \
186    set record==sent-mail; \
187    set signature==signatures/phd@phdru.name"
188
189 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
190 #
191 # Multiple spool mailboxes
192 #
193 #       mbox-hook [!]<pattern> <mbox-mailbox>
194 #
195 # Read mail in <pattern> is moved to <mbox-mailbox> when <pattern> is closed.
196
197 #mbox-hook =mutt-users.in =mutt-users
198 #mbox-hook +TEST +inbox
199
200 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
201 #
202 # Specify default filename when saving messages
203 #
204 #       save-hook [!]<pattern> <mailbox>
205 #
206 # <mailbox> is provided as default when saving messages from <pattern>
207
208 #save-hook mutt- =mutt-mail
209 #save-hook aol\.com +spam
210
211 save-hook .* =inbox
212
213 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
214 #
215 # Specify where to save composed messages
216 #
217 #       fcc-hook [!]<pattern> <mailbox>
218 #
219 # <pattern> is recipient(s), <mailbox> is where to save a copy
220
221 #fcc-hook joe +joe
222 #fcc-hook bob +bob
223
224 #fcc-hook .* +sent
225
226 fcc-hook .* =sent-mail
227
228 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
229 #
230 # Change settings based upon message recipient
231 #
232 #       send-hook [!]<pattern> <command>
233 #
234 # <command> is executed when sending mail to an address matching <pattern>
235
236 #send-hook mutt- 'set signature=~/.sigmutt; my_hdr From: Mutt User <user@example.com>'
237
238 # Restore defaults
239 send-hook .* "\
240    my_hdr From: Oleg Broytman <phd@phdru.name>; \
241    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
242    my_hdr X-Url: http://phdru.name/; \
243    set signature==signatures/phd@phdru.name"
244
245 send-hook "~L '@.*\.(r|s)u$'" "\
246    my_hdr From: Олег Бройтман <phd@phdru.name>; \
247    my_hdr Reply-To: Олег Бройтман <phd@phdru.name>; \
248    set signature='iconv -f koi8-r ~/mail/signatures/phd@phdru.name-ru|'"
249
250 send-hook "~L '@(mail|list|inbox|bk)\.ru'" "\
251    my_hdr From: Олег Бройтман <phd@mail.ru>; \
252    my_hdr Reply-To: Олег Бройтман <phd@mail.ru>; \
253    my_hdr X-Url: http://my.mail.ru/mail/phd; \
254    set signature='iconv -f koi8-r ~/mail/signatures/phd@mail.ru|'"
255
256 send-hook "~L '(@|\.)(((ya|yandex|narod)\.ru)|(yandex\.com)|yandex-team\.ru)$'" "\
257    my_hdr From: Олег Бройтман <phd2@yandex.ru>; \
258    my_hdr Reply-To: Олег Бройтман <phd2@yandex.ru>; \
259    my_hdr X-Url: http://phd2.ya.ru/; \
260    set signature='iconv -f koi8-r ~/mail/signatures/phd2@yandex.ru|'"
261
262 send-hook ~u unmy_hdr Reply-To
263
264 send-hook "~L python-announce-list@python\.org" "\
265    set followup_to=no; \
266    my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
267    my_hdr Mail-Followup-To: Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>"
268
269 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
270 #
271 # Key bindings
272 #
273
274 # Change Up/Down for pager
275 bind pager <Up> previous-line
276 bind pager <Down> next-line
277
278 bind index,pager <Esc>c copy-message
279 bind index,pager <Esc>S decode-save
280
281 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
282 #
283 # Macros
284 #
285
286 macro index C \
287    <Home><change-folder><Enter> \
288    "Go to the first folder with unread messages"
289 macro pager C \
290    <exit><Home><change-folder><Enter> \
291    "Go to the first folder with unread messages"
292
293 macro index,pager S \
294    <save-message>!<Enter> \
295    "Move current message to inbox"
296
297 macro index,pager <Esc>h \
298    ":auto_view text/html<Enter>" \
299    "View HTML attachments"
300 macro index,pager <Esc>H \
301    ":unauto_view text/html<Enter>" \
302    "Don't show HTML attachments"
303
304 macro index <Esc>s \
305    "<pipe-message>spamassassin -d | ~/mail/bin/spamcop.py<Enter><next-undeleted>" \
306    "Send spam to SpamCop"
307 macro pager <Esc>s \
308    "<exit><pipe-message>spamassassin -d | ~/mail/bin/spamcop.py<Enter><next-undeleted>" \
309    "Send spam to SpamCop"
310 macro index <Esc>z \
311    ":set editor='vim -s ~/mail/misc/spamcop.vim'<Enter><reply>:set editor=vim.sh<Enter><exit>n" \
312    "Process message from SpamCop"
313 macro pager <Esc>z \
314    "<exit>:set editor='vim -s ~/mail/misc/spamcop.vim'<Enter><reply>:set editor=vim.sh<Enter><exit>n" \
315    "Process message from SpamCop"
316
317 macro index H \
318    <Home><change-folder>!<Enter> \
319    "Go to inbox"
320 macro pager H \
321    <exit><Home><change-folder>!<Enter> \
322    "Go to inbox"
323 macro index M \
324    <Home><change-folder>=sent-mail<Enter> \
325    "Go to sent-mail"
326 macro pager M \
327    <exit><Home><change-folder>=sent-mail<Enter> \
328    "Go to sent-mail"
329
330 # Go to python mailbox
331 macro index Y \
332    <Home><change-folder>=lists/python<Enter> \
333    "Go to python"
334 macro pager Y \
335    <exit><Home><change-folder>=lists/python<Enter> \
336    "Go to python"
337
338 # Go to STCnet "Atlas"/STM mailboxes
339 macro index A \
340    <Home><change-folder>=stcnet<Enter> \
341    "Go to stcnet inbox"
342 macro pager A \
343    <exit><Home><change-folder>=stcnet<Enter> \
344    "Go to stcnet inbox"
345 macro index <Esc>a \
346    <Home><change-folder>=sent-stcnet<Enter> \
347    "Go to sent-stcnet"
348 macro pager <Esc>a \
349    <exit><Home><change-folder>=sent-stcnet<Enter> \
350    "Go to sent-stcnet"
351
352 # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc.
353 macro index,pager \
354    <Esc>m "<pipe-message>mimedecode.py | less<Enter>" \
355    "View MIME-decoded message"
356 macro index,pager E \
357    ":set editor=mimedecode.sh<Enter><edit>:set editor=vim.sh<Enter>" \
358    "MIME-decode and save"
359
360 macro index,pager <Esc>f \
361    <pipe-message>~/mail/bin/view-x-face<Enter> \
362    "Convert X-Face header to an image and display it"
363
364 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
365 #
366 # Colors
367 #
368
369 # This is for an xterm with with grayish background
370
371 #     object      foreground     background regexp/pattern
372
373 color normal      default        default
374 color hdrdefault  black          default
375
376 color header      magenta        default ^(date|x-mailer|user-agent|x-operating-system):
377 color header      blue           default ^(from|to|cc|delivered-to|reply-to|mail-followup-to|x-attribution):
378 color header      brightblack    default ^subject:
379
380 color quoted      blue           default
381 color quoted1     magenta        default
382 color quoted2     red            default
383 color quoted3     green          default
384 color quoted4     cyan           default
385 color quoted5     blue           default
386 color quoted6     magenta        default
387 color quoted7     red            default
388 color quoted8     green          default
389 color quoted9     cyan           default
390 color quoted10    blue           default
391
392 color attachment  white          green
393 color error       brightred      default
394 color index       brightblack    default ~N
395 color indicator   black          cyan
396 color message     blue           default
397 color search      black          yellow
398 color signature   magenta        default
399 color status      white          blue
400 color underline   blue           default
401
402 color markers     brightblue     default
403 color tilde       blue           default
404 color tree        blue           default
405
406 # email
407 color body        brightblue     default [-a-Z_0-9.+]+@[-a-Z_0-9.]+
408
409 # URLs
410 color body        brightblue     default "(((https?|ftp|gopher|telnet)://|(mailto|file|news|about|ed2k|irc|sip|magnet):)[^' \t<>\"]+)[A-Za-z0-9/]"
411
412 # Smilies (emoticons)
413 color body        brightmagenta  default " [;:]-*[dp(){}<>|\\/]| [(){}<>|\\/]-*[;:]" # :-)
414
415 # Attributes when using a mono terminal
416 mono header underline ^Subject:
417 mono quoted bold