-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc.freeze
42 lines (32 loc) · 1.35 KB
/
muttrc.freeze
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
set mbox_type = Maildir
set spoolfile="~/Maildir/"
set folder="~/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="nextag.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 = =bugz =import-cron =mippa =map =bmvpi =cron =cc-spam
#imap_list_subscribed=no
# switch configs
macro index <f5> ":source ~/dotfiles/muttrc.freeze\n" "Switch to normal config"
macro index <f6> ":source ~/dotfiles/muttrc.freeze.imap\n" "Switch to imap config"
# 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
# use lbdb to query ldap
#set query_command = "lbdbq '%s'"
set query_command = "/usr/lib/lbdb/mutt_ldap_query '%s'"