forked from l0b0/tilde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
56 lines (42 loc) · 1.32 KB
/
.muttrc
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
# Reference: <http://www.mutt.org/doc/manual/manual-6.html>
# Settings relevant only to me or this machine
source ~/.mutt/rc_local
# Mailboxes
set sort_browser = alpha
set postponed = =postponed
# Use IMAP instead of local mailboxes
bind index G imap-fetch-mail
bind pager G imap-fetch-mail
set imap_check_subscribed # Poll subscribed mailboxes for new mail
# Navigation
bind index,pager \Cv next-unread-mailbox
macro index,pager \CR <read-thread><previous-entry><next-unread> "mark the current thread as read, then jump to the next unread message"
unset mark_old
set auto_tag # Operate on tagged messages by default
set delete = yes
set pager_context = 2 # Context when going up/down pages
set pager_index_lines = 8
# Delete via trash
unset confirmappend
folder-hook . set trash="=trash"
folder-hook trash$ unset trash
# Headers
## Sender
set envelope_from = yes
set use_from = yes
## Recipients
set alias_file = ~/.mutt/aliases
source $alias_file
set query_command = "/usr/local/bin/mutt-ldap.pl '%s'" # <http://wiki.mutt.org/?QueryCommand>
# Body
## Editing
set editor = "vim -c 'set spell spelllang=en' -c 'set tw=72' -c 'set filetype=mail'"
## Signature
set signature = ~/.signature
# Sending
set copy = yes
set sendmail = /usr/bin/esmtp
# Printing
set print_command = /usr/bin/enscript
# Color
color normal default default