summaryrefslogtreecommitdiffstats
path: root/muttrc
blob: 5d9bffb490960a325fe513e32cd689966f9eb73d (plain) (blame)
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
# folders
set folder="imap://doy@mail.tozt.net"
set spoolfile="imap://doy@mail.tozt.net/INBOX"
set record="=Sent"
set postponed="=Drafts"

# personal settings
# mutt on tozt doesn't support this
#set alternates="jluehrs2@(uiuc|illinois).edu"

# imap settings
set imap_passive=no
set imap_check_subscribed
set timeout=60
set mail_check=60
set header_cache=~/.mutt_cache
set message_cachedir=~/.mutt_cache
set net_inc=5

# prompts
set move=no
set delete=yes
set confirmappend=no

# composing
set include
set reverse_name
set fast_reply
set reply_to=no

# display
set pager_stop
set tilde
set beep=no
set beep_new

# macros
bind index G imap-fetch-mail
macro index S <read-thread><save-message>=spam<enter>

# header display
ignore *
unignore from date subject to cc reply-to list-id x-mailing-list x-spam-status
hdr_order from date to cc reply-to list-id x-mailing-list x-spam-status subject