-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.muttrc
51 lines (43 loc) · 1.36 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
set realname = "Benjamin James"
set spoolfile = ~/.mail/default
set folder = ~/.mail/
set mbox_type = "Maildir"
set mbox = ~/.mail
set mask = ".*"
#set mask="!^\\.[^.]"
set record = "~/.mail/sent"
set postponed = "~/.mail/drafts"
set visual = "mutt %s"
set ispell = ispell-aspell
set charset = "utf-8"
set send_charset = "utf-8:iso-8859-1"
set indent_str = "> "
set quote_regexp = "^( {0,4}-?[>|:%]| {0,4}[a-z0-9]+[>|]+)+"
set reply_regexp = "^((re|RE|SV|Re|r e|aw) ?:[ \t]*)*"
set simple_search = "~f %s | ~t %s | ~C %s | ~s %s" # default pattern (Fr|To|Cc|Su)
# Editor/pager
set editor = "emacsclient -a ''"
#set pager = "emacsclient -a ''"
folder-hook . set sort=threads
folder-hook . set sort_aux=date-sent
folder-hook . "set [email protected]"
folder-hook "default" set sort=date
folder-hook "school" "set [email protected]"
folder-hook "airmail" "set [email protected]"
folder-hook "school" set sort=date
mailboxes =default/
mailboxes =school/
mailboxes =emacs-devel/
mailboxes =bug-gnu-emacs/
mailboxes =gentoo-announce/
mailboxes =stumpwm-devel/
mailboxes =twitter/
mailboxes =airmail/
mailboxes =system/
mailboxes =sent/
source ~/.config/mutt/autoviews
source ~/.config/mutt/colors
source ~/.config/mutt/crypto
source ~/.config/mutt/display-format
source ~/.config/mutt/mailheaders
source ~/.config/mutt/url-viewing