56 lines
1.7 KiB
Text
56 lines
1.7 KiB
Text
#source "gpg -d ~/.mutt/accounts/$MUTT_ACCOUNT |"
|
|
source ~/.mutt/keybindings
|
|
source ~/.mutt/colorscheme
|
|
folder-hook . 'push <collapse-all>'
|
|
set realname = 'Mikael Nordin'
|
|
set editor = 'vim'
|
|
set folder = 'imaps://imap.zoho.eu:993'
|
|
set spoolfile = '+INBOX'
|
|
set hostname = zoho.eu
|
|
set mail_check = 60
|
|
set timeout = 300
|
|
set imap_keepalive = 300
|
|
set imap_pass = "`pass show zoho.eu/admin@mic.ke | head -1`"
|
|
set imap_user = 'admin@mic.ke'
|
|
set postponed = '+[INBOX]/Drafts'
|
|
set header_cache = ~/.mutt/cache/headers
|
|
set message_cachedir = ~/.mutt/cache/bodies
|
|
set certificate_file = ~/.mutt/certificates
|
|
set move = no
|
|
set sort = 'threads'
|
|
set sort_aux = 'reverse-last-date-received'
|
|
set auto_tag = yes
|
|
set record = ''
|
|
set quit = ask-yes
|
|
set include
|
|
set uncollapse_jump
|
|
set imap_check_subscribed
|
|
unset collapse_unread
|
|
|
|
#SMTP
|
|
set record = +Sänt
|
|
set from = 'mik@elnord.in'
|
|
set use_from = yes
|
|
set smtp_pass = $imap_pass
|
|
set smtp_url=smtps://$imap_user@smtp.zoho.eu
|
|
set ssl_force_tls = yes
|
|
|
|
ignore 'DKIM-Signature:'
|
|
ignore 'DomainKey-Signature:'
|
|
ignore 'Authentication-Results:'
|
|
hdr_order Date From To Cc
|
|
auto_view text/html application/pdf
|
|
alternative_order text/plain text/enriched text/html
|
|
|
|
# Khard
|
|
set query_command = "khard email --parsable %s"
|
|
bind editor <Tab> complete-query
|
|
bind editor ^T complete
|
|
macro index,pager A \
|
|
"<pipe-message>khard add-email<return>" \
|
|
"add the sender email address to khard"
|
|
|
|
# Sidebar configuration
|
|
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
|
|
set sidebar_visible
|
|
set mail_check_stats
|