This repository has been archived by the owner on Aug 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmuttrc
63 lines (57 loc) · 1.66 KB
/
muttrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# vim: ft=muttrc
set askcc
set beep_new
unset confirmappend
set delete
set edit_headers
set editor = "vim +:silent+?^$"
set fast_reply
set folder = ~/Mail
set forward_format = "Fwd: %s"
set forward_quote
set header_cache = ~/.mutt/cache
set include
set index_format = "%3C %Z %[!%m/%d] %-17.17F %s"
set ispell = "aspell -e -c"
set mail_check = 0
set mailcap_path = ~/.mutt/mailcap
unset mark_old
unset markers
set mbox_type = Maildir
set menu_scroll
set pager_context = 5
set pager_index_lines = 10
set pager_stop
set pipe_decode
set print_command = "enscript -p - | psselect -r | lp"
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
set realname = "Patrick Brisbin"
unset record
set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
set reply_to
set reverse_name
set signature = ~/.mutt/signature
set sort = threads
set sort_aux = reverse-last-date-received
unset sort_re
set spoolfile = "+Gmail/INBOX"
set thorough_search
set thread_received
set tilde
set timeout = 3
set tmpdir = ~/.mutt/temp
unset wait_key
alternates .*@pbrisbin\.com
auto_view text/html
alternative_order text/plain text/enriched text/html
ignore *
unignore from: to: cc: date: subject:
hdr_order from: to: cc: date: subject:
subscribe arch-announce arch-dev-public arch-haskell aur-general \
rubyparley web-devel xmonad yesod
source ~/.mutt/colors
source ~/.mutt/mailboxes
source ~/.mutt/bindings
source ~/.mutt/macros
source ~/.mutt/gpg
source ~/.mutt/hooks