-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmuttrc
More file actions
71 lines (60 loc) · 1.93 KB
/
Copy pathmuttrc
File metadata and controls
71 lines (60 loc) · 1.93 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
set realname="David Vincelli"
set from=
set use_from=yes
set edit_headers=yes
set imap_user=
set imap_pass=
set record="=Sent"
set postponed="=Drafts"
set folder="imap://secure.dunno.com/INBOX"
set spoolfile="imap://secure.dunno.com/INBOX"
set mask="."
# cache imap headers
set header_cache=~/.hcache
unset imap_passive
# Automatically poll subscribed mailboxes for new mail (new in 1.5.11)
set imap_check_subscribed
# Reduce polling frequency to a sane level
set mail_check=60
# And poll the current mailbox more often (not needed with IDLE in post 1.5.11)
set timeout=10
set net_inc=5
# This will cause Mutt to attach the message rather than quoting it in the body of the message.
# Otherwise use "bounce".
set mime_forward=yes
set mime_forward_rest=yes
set sort=threads # default sort messages by thread
set sort_browser=reverse-date # showing mbox list default to newest first
set sort_aux=last-date-received # showing threads with youngest message last
# notify when new messages appear in these inboxes
mailboxes "=INBOX"
mailboxes "=test"
# pager
set pager_index_lines=10
# colorscheme, maybe
color header cyan black .
color header yellow black ^From
color header yellow black ^Subject
color body yellow black [_a-z\.\$A-Z0-9-]+@[a-zA-Z0-9\./\-]+
color body yellow black (http|ftp)://[_a-zA-Z0-9\?\=\&\@\%\#\:\,\./~\-]+
color quoted green black
color signature cyan black
color attachment yellow black
color tree white black
color indicator black cyan
color status yellow blue
color tilde blue black
color normal white black
color index green black ~N
# attachments
auto_view text/x-vcard text/html text/enriched
alternative_order text/plain text/html text/enriched
set my_pass=
set my_user=
set smtp_url=smtps://$my_user:$my_pass@secure.dunno.com
set ssl_force_tls = yes
# Skip the bothering prompt for recipient and subject when replying and start immediately with writing your message:
set fast_reply="yes"
#
# Always quote when replying:
set include="yes"