-
Notifications
You must be signed in to change notification settings - Fork 2
/
muttrc
65 lines (52 loc) · 1.97 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
57
58
59
60
61
62
63
64
65
set realname = "Roman Bogorodskiy"
set imap_user = '[email protected]'
set spoolfile = imaps://imap.gmail.com:993/INBOX
set smtp_url = "smtp://[email protected]:587/"
set folder = "imaps://imap.gmail.com:993"
#set record=+sent-mail-`date +%Y`
set record="+[Gmail]/Sent Mail"
set postponed="+[Gmail]/Drafts"
# previously do: mkdir -p ~/.mutt/cache/{headers,bodies}
set header_cache="~/.mutt/cache/headers"
set message_cachedir="~/.mutt/cache/bodies"
set certificate_file=~/.mutt/certificates
set imap_check_subscribed=yes
set move = no
set delete = yes
set edit_hdrs
set include
set reply_to
set abort_nosubject=no
set sig_dashes = no
set attribution = " %n wrote:\n"
alternates '(username|altusername)([-+].*)?@.*'
set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index
ignore *
unignore from subject to cc date x-mailer x-url user-agent
hdr_order from to cc date subject x-mailer user-agent
set query_command = '/usr/local/bin/goocaa %s'
set sort=threads
set sort_aux=last-date-received
folder-hook . 'set from = "[email protected]"; \
set smtp_url= "smtp://[email protected]:587/"; \
set query_command = "/usr/local/bin/goocaa %s"'
folder-hook mirantis 'set from = "[email protected]"; \
set smtp_url = "smtp://[email protected]@smtp.gmail.com:587/"; \
set query_command = "/usr/local/bin/goocaa -p mirantis %s"'
folder-hook freebsd-* 'set from = "[email protected]";'
folder-hook sarlug 'set from = "[email protected]";'
message-hook '~A' 'set from = "[email protected]";'
message-hook '~C novel@freebsd\.org' 'set from = "[email protected]";'
source ~/.mutt/themes/mirrorbox
alternative_order text/plain
auto_view text/html
set editor = "vim"
# gpg
set crypt_use_gpgme = yes
set crypt_autosign = yes
set crypt_verify_sig = yes
# sidebar
set sidebar_visible=yes
set sidebar_width=30
macro index B '<enter-command>toggle sidebar_visible<enter>'
macro index <esc>m "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "mark all messages read"