48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
# imap
|
|
set imap_user=$MUTT_IMAP_USER
|
|
set imap_pass=$MUTT_IMAP_PASS
|
|
set folder=imaps://$MUTT_IMAP_HOST
|
|
|
|
set spoolfile = +INBOX
|
|
set postponed = +Drafts
|
|
set record = +Sent
|
|
# set record = +INBOX
|
|
set trash = +Trash
|
|
|
|
# smtp
|
|
set smtp_url=smtps://$MUTT_SMTP_USER@$MUTT_SMTP_HOST:465/
|
|
set smtp_pass=$MUTT_SMTP_PASS
|
|
set from=$MUTT_FROM_EMAIL
|
|
|
|
# Common part
|
|
set imap_check_subscribed
|
|
set realname=$MUTT_REALNAME
|
|
set use_from = yes
|
|
|
|
# UI
|
|
set editor="vim"
|
|
bind index G imap-fetch-mail
|
|
bind index N search-opposite
|
|
set sort=threads
|
|
set charset = "utf-8";
|
|
|
|
# cache
|
|
set header_cache="\~/Mail/cache/"
|
|
set message_cachedir="\~/Mail/cache/"
|
|
|
|
# sidebar (for mutt-patched)
|
|
# bind index,pager \Cp sidebar-prev
|
|
# bind index,pager \Cn sidebar-next
|
|
# bind index,pager \Co sidebar-open
|
|
|
|
# View HTML
|
|
# set mailcap_path = \~/.mutt/mailcap
|
|
auto_view text/html
|
|
# alternative_order text/plain text/html
|
|
|
|
# source \~/.mutt/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc
|
|
|
|
# signature
|
|
# set signature = "\~/.signature"
|
|
# Add signature in the specified file.
|