blob: f3431ffef6aee287f955c57cb882bd9faa5e0316 (
plain)
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
|
set editor="vim"
set my_name="Karel Kočí"
hdr_order Date From To Cc #Sorting emails by the given criteria (from left to right)
set pager_index_lines= 5
set sort=reverse-threads
set sort_aux=last-date-received
set mailcap_path = ~/.mutt/mailcap
auto_view text/html
alternative_order text/enriched text/plain text/html
macro attach 'V' "<pipe-entry>cat >~/.cache/mutt/mail.html && conkeror ~/.cache/mutt/mail.html && rm ~/.cache/mutt/mail.html<enter>"
source ~/.mutt/gpg.rc
set pgp_use_gpg_agent = yes
set pgp_sign_as = 2B1F70F95F1B48DA2265A7FAA6BC8B8CEB31659B
set pgp_timeout = 3600
set crypt_autosign = yes
set crypt_replyencrypt = yes
macro index <F3> ':source ~/.mutt/muttemail<enter>c~/.mail/email/INBOX<enter>'
source ~/.mutt/color
# As default open email
source ~/.mutt/muttemail
|