+/usr/local/share/gdb/auto-load
[nethome.git] / .muttrc.addons
1 # System-wide personalization for Mutt
2 ######################################
3
4 # '!' an '=' are expand only as the very first characters.
5 # regexes are processed.
6 # '$' must follow alpha or '{' to get interpreted as a variable.
7 folder-hook ""                   set sort=threads
8 folder-hook "!$"                 set sort=mailbox-order;push "*<Tab>"
9 folder-hook "=(=|err|rhbug)"     set sort=mailbox-order;push "*<Tab>"
10 folder-hook "=(sent|spam|input)" set sort=mailbox-order;push "*"
11 bind index <Tab> next-new
12 bind pager <Tab> next-new
13 bind index <Esc><Tab> previous-new
14 bind pager <Esc><Tab> previous-new
15 bind index \` next-unread
16 bind pager \` next-unread
17 bind index <Esc>\` previous-unread
18 bind pager <Esc>\` previous-unread
19 unset strict_threads
20 # tw=78 is for gq and RFC 2822 section 2.1.1.
21 set editor="vim -c 'set noai' -c 'set ts=8' -c 'set tw=78'"
22 set send_charset="us-ascii:iso-2022-jp:utf-8"
23 set charset="utf-8"
24 set autoedit
25 set auto_tag
26 set history=100
27 set include=yes
28 unset metoo
29 set mime_fwd
30 set forward_format="Fwd: [%a] %s"
31 set move=no
32 set pager_context=1
33 set pager_stop
34 set pop_delete
35 set record=+sent
36 set reverse_alias
37 set status_format="---%h:%f [%M %nN %tT %dD %lB]%>-%v---"
38 #set web_browser="lynx %s"
39 set pager_format="-%S- [%l lines, %c] %C/%T: %-20.20n   %s"
40 set status_on_top
41 set fcc_clear
42 set rfc2047_parameters
43 unset save_empty
44 set read_inc=1000
45 set write_inc=1000
46 unset confirmappend
47 unset confirmcreate
48 set reply_to=ask-yes
49 set thorough_search
50 set abort_unmodified=no
51 set date_format="!%a, %d %b %Y %H:%M:%S %z"     # RFC 2822: 3.3.
52 # FIXME: %D not needed: RFC 2822: 3.3: "converted" can IMO incl. timezone
53 # but %d will place +0000 for %z and thus brokes the timestamp
54 set attribution="On %D, %n wrote:"
55 unset markers
56 # Mailman; FIXME: Patch Mutt to extend it multiline.
57 color body brightred default "^_______________________________________________\r?\n$"
58 macro index <Esc>m "l~N|~O\n"
59
60
61 # Mail command
62 ##############
63 bind index \ca mail
64 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"
65 macro index m ":unmy_hdr X-Priority Importance\n:unset dsn_return dsn_notify\n^a" "Standard compose of a new mail message"
66 # quote 'macro' argument to prevent: macro: too many arguments
67 # `spamassassin {--report|--revoke}' calls `sa-learn {--spam|--ham}' automatically.
68 folder-hook ""      "macro index S \":unset wait_key\n|spamassassin --report\n:set wait_key\ns=spamo-mutt\n\""
69 folder-hook "=spam" "macro index S \":unset wait_key\n|spamassassin --report\n:set wait_key\nWN\ct~T\n\""
70 folder-hook ""      "macro pager S \":unset wait_key\n|spamassassin --report\n:set wait_key\ns=spamo-mutt\n\""
71 folder-hook "=spam" "macro pager S \":unset wait_key\n|spamassassin --report\n:set wait_key\n\""
72 folder-hook ""      "macro index H \":unset wait_key\n|spamassassin --revoke\n:set wait_key\nWN\ct~T\n\""
73 folder-hook ""      "macro pager H \":unset wait_key\n|spamassassin --revoke\n:set wait_key\n\""
74 macro editor \ew "^a  [^e]^a"
75
76 # GPG
77 #####
78 source ~/.muttrc-gpg.rc
79 unset pgp_show_unusable
80 set pgp_replyencrypt
81 set pgp_replysignencrypted
82
83 # Ignore headers
84 ################
85 unignore *
86 ignore received: content-transfer-encoding: content-length: Content-Disposition:
87 ignore mime-version: status: x-status: sender:
88 ignore references: lines: x-authentication-warning:
89 ignore list-help: list-subscribe: list-unsubscribe: list-post:
90 ignore x-loop: errors-to: x-beenthere: X-Mailman-Version: X-Sieve:
91 ignore x-mimetrack: priority: x-priority: importance: precedence: x-mime-autoconverted:
92 ignore x-accept-language: x-sender: x-antirelay:
93 ignore x-msmail-priority: x-mimeole: x-pop3-rcpt: delivered-to:
94 ignore face: organization: x-scanned-by: x-bugzilla-
95 ignore DKIM-Signature: DomainKey-Signature: X-RedHat-Spam-Score:
96 color header brightyellow black ^(From|Subject|To|Cc|Bcc|Message-ID):
97
98 # Colors
99 ########
100 color hdrdefault brightcyan black
101 color quoted cyan black
102 color signature brightred black
103 color indicator brightyellow red
104 color error brightred black
105 color status brightyellow blue
106 color tree brightmagenta black  # the thread tree in the index menu
107 color tilde brightmagenta black
108 color message brightcyan black
109 color normal white black
110 color attachment brightmagenta black
111 color search black green  # how to hilite search patterns in the pager
112 color body brightyellow black "(ftp|http)://[^ ]+"  # point out URLs
113 color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
114 color underline brightgreen black
115 mono header underline ^(From|Subject):
116 mono quoted bold
117 macro index V ":color index black white .*\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white  # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green  # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+'  # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl"