-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc.fnord
34 lines (26 loc) · 1.11 KB
/
muttrc.fnord
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
#set mbox_type = Maildir
set spoolfile="imaps://[email protected]/INBOX"
set folder="imaps://[email protected]/INBOX."
#set spoolfile="imap://tyler@mail/INBOX"
#set folder="imap://tyler@mail/user.tyler/"
# sent mail folder
set record="+sent"
# postponed mail folder
set postponed="+postponed"
# unqualified addresses will be filled in with this value
set hostname="criticalpointsoftware.com"
set use_domain
# set the from field by hand
set use_from=no
my_hdr From: Tyler <[email protected]>
# other addresses that are me, and can be removed when replying
set alternates = "(tyler@.*criticalpointsoftware.com)|(tyler@.*cpsft.com)"
mailboxes = =backups =cron =debian
#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