-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc.pirate.imap
35 lines (26 loc) · 1.01 KB
/
muttrc.pirate.imap
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
#set mbox_type = Maildir
set spoolfile="imap://[email protected]/INBOX"
set folder="imap://[email protected]/"
# sent mail folder
set record="+sent"
# postponed mail folder
set postponed="+postponed"
# 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)"
mailboxes =
#imap_list_subscribed=no
# 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 blue # status line
# use lbdb to query ldap
set query_command = "lbdbq '%s'"