+"macro index S" for razor-report invocation
[nethome.git] / .muttrc.addons
1 # System-wide personalization for Mutt
2 ######################################
3
4 set sort=threads
5 unset strict_threads
6 set editor="vim -c 'set noai' -c 'set ts=8'"
7 set send_charset="us-ascii:iso-8859-2:utf-8"
8 set charset="iso-8859-2"
9 set autoedit
10 set auto_tag
11 set history=100
12 set include=yes
13 unset metoo
14 set mime_fwd
15 set move=no
16 set pager_context=1
17 set pager_stop
18 set pop_delete
19 set record=+sent
20 set reverse_alias
21 set status_format="---%h:%f [%M %nN %tT %dD %lB]%>-%v---"
22 #set web_browser="lynx %s"
23 set pager_format="-%S- [%l lines, %c] %C/%T: %-20.20n   %s"
24 set status_on_top
25 set fcc_clear
26 set rfc2047_parameters
27 unset save_empty
28 set read_inc=1000
29 set write_inc=1000
30 unset confirmappend
31 unset confirmcreate
32 set reply_to=ask-yes
33 set thorough_search
34
35
36 # Mail command
37 ##############
38 bind index \ca mail
39 macro index M ":my_hdr X-Priority: 1\n:my_hdr Importance: high\n:set dsn_return=hdrs\n:set dsn_notify=failure,delay,success\n^a" "DSN and Priority-1 classed compose of a new mail message"
40 macro index m ":unmy_hdr X-Priority Importance\n:unset dsn_return dsn_notify\n^a" "Standard compose of a new mail message"
41 macro index S ":unset wait_key\n|formail -s /home/short/bin/razor-report\n:set wait_key\nd"
42
43 # GPG
44 #####
45 source /home/short/.muttrc-gpg.rc
46 unset pgp_show_unusable
47 set pgp_replyencrypt
48 set pgp_replysignencrypted
49
50 # Ignore headers
51 ################
52 ignore received content- mime-version status x-status message-id sender
53 ignore references return-path lines precedence x-authentication-warning
54 ignore list-help list-subscribe list-unsubscribe list-post list-archive
55 ignore x-mimetrack priority x-priority importance x-mime-autoconverted
56 ignore x-accept-language resent-message-id x-sender x-antirelay
57 ignore x-msmail-priority x-mimeole x-pop3-rcpt delivered-to
58
59 # Colors
60 ########
61 color hdrdefault brightcyan black
62 color quoted cyan black
63 color signature brightred black
64 color indicator brightyellow red
65 color error brightred black
66 color status brightyellow blue
67 color tree brightmagenta black  # the thread tree in the index menu
68 color tilde brightmagenta black
69 color message brightcyan black
70 color normal white black
71 color attachment brightmagenta black
72 color search black green  # how to hilite search patterns in the pager
73 color header brightyellow black ^(From|Subject):
74 color body brightyellow black "(ftp|http)://[^ ]+"  # point out URLs
75 color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
76 color underline brightgreen black
77 mono header underline ^(From|Subject):
78 mono quoted bold