-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc.pirate
47 lines (35 loc) · 1.44 KB
/
muttrc.pirate
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
set mbox_type = Maildir
set folder = ~/Maildir/
set spoolfile = ~/Maildir/
#set spoolfile="imap://[email protected]/INBOX"
#set folder="imap://[email protected]/"
# sent mail folder
set record="+sent"
# postponed mail folder
set postponed="+postponed"
# other addresses that are me, and can be removed when replying
set alternates = "(tylerr@pirate.*)"
# unqualified addresses will be filled in with this value
set hostname="cnet.com"
set use_domain
# set the from field by hand
set use_from=no
my_hdr From: Tyler Roscoe<[email protected]>
# other addresses that are me, and can be removed when replying
set alternates = "(tylerr@.*cnet.com)|(tylerr@pirate.*)|(tyler.roscoe@.*cnet.com)"
# switch configs
macro index <f5> ":source ~/dotfiles/muttrc.pirate\n" "Switch to normal config"
macro index <f6> ":source ~/dotfiles/muttrc.pirate.imap\n" "Switch to imap config"
mailboxes = =bugzilla =xcom-www =rpm =dmtg =spam
#imap_list_subscribed=no
folder-hook . set sort=threads
folder-hook bugzilla set sort=subject
# clever hack borrowed from bsii's pineified muttrc.
#macro index c <change-folder>?<TAB>
#macro pager c <change-folder>?<TAB>
# just reset some colors here, because i don't currently need the
# overhead of a separate colors file for each host.
color indicator brightblack yellow # actual message
color status brightwhite yellow # status line
# compensate for outlook brokenness
unignore sender