-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc.radix
73 lines (57 loc) · 2.79 KB
/
muttrc.radix
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
64
65
66
67
68
69
70
71
72
73
set mbox_type = Maildir
set folder = ~/Maildir/
set spoolfile = ~/Maildir/
# sent mail folder
set record="+sent"
# postponed mail folder
set postponed="+postponed"
# other addresses that are me, and can be removed when replying
alternates = "(tyler@rescomp\.berkeley\.edu)|(tyler@radix\.cryptio\.net)|(tyler@academicchess\.com)"
# unqualified addresses will be filled in with this value
set hostname="cryptio.net"
set use_domain
# set the from field by hand
set use_from=no
my_hdr From: Tyler <[email protected]>
# switch configs
macro index <f5> ":source ~/dotfiles/muttrc.radix\n" "Switch to radix config"
#macro index <f6> ":source ~/dotfiles/muttrc.fnord\n" "Switch to fnord config"
# mailbox shortcuts
#macro index A <change-folder>=ac\n
#macro pager A <change-folder>=ac\n
#macro index J <change-folder>=acjob\n
#macro pager J <change-folder>=acjob\n
# handle spam
macro index L s=learnspam\n
macro pager L s=learnspam\n
# Mailboxes of interest. Set these last because they can depend on other
# variables (like $folder).
#unset mailboxes
mailboxes = =misc =bounce =debian =bh =ac =cmake =ccuser =ant =antcontrib =svn
# old ones: =badiving =ccuser =cvs =bugz =staff =calteam =sdl =bugtraq =scons
# Lists to know about
# weird per-folder configs. The ccuser one should be replaced with
# subscribing to the list correctly.
folder-hook killspam set sort=date-received
folder-hook !killspam set sort=threads
folder-hook !killspam set sort_aux=last-date-received
folder-hook ant my_hdr From: Tyler Roscoe <[email protected]>
folder-hook antcontrib my_hdr From: Tyler Roscoe <[email protected]>
folder-hook badiving my_hdr From: Tyler Roscoe <[email protected]>
folder-hook ccuser my_hdr From: Tyler Roscoe <[email protected]>
folder-hook cmake my_hdr From: Tyler Roscoe <[email protected]>
folder-hook scons my_hdr From: Tyler Roscoe <[email protected]>
folder-hook svn my_hdr From: Tyler Roscoe <[email protected]>
folder-hook ac my_hdr From: Tyler Roscoe <[email protected]>
folder-hook !(ant|antcontrib|badiving|ccuser|cmake|scons|svn|ac) my_hdr From: Tyler <[email protected]>
folder-hook ac set signature=~/dotfiles/signature.ac
folder-hook !ac unset signature
fcc-hook academicchess =ac/
fcc-hook !academicchess =sent/
# just reset some colors here, because i don't currently need the
# overhead of a separate colors file for each host.
color indicator brightblack green # actual message
color status brightwhite green # status line
# I never have a local login on radix and gvim init takes too long, hence the -X
set editor="vim -X +2 -s ~/dotfiles/vimrc.mail"