48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
# imap
|
|
set imap_user="`printf %s \"$MUTT_IMAP_USER\"`"
|
|
set imap_pass="`printf %s \"$MUTT_IMAP_PASS\"`"
|
|
set folder = "imaps://`printf %s \"$MUTT_IMAP_HOST\"`"
|
|
|
|
set spoolfile = +INBOX
|
|
set postponed = +Drafts
|
|
set record = +Sent
|
|
# set record = +INBOX
|
|
set trash = +Trash
|
|
|
|
# smtp
|
|
set smtp_url="smtps://`printf %s \"$MUTT_SMTP_USER\"`@`printf %s \"$MUTT_SMTP_HOST\"`:465/"
|
|
set smtp_pass="`printf %s \"$MUTT_SMTP_PASS\"`"
|
|
set from = "`printf %s \"$MUTT_FROM_EMAIL\"`"
|
|
|
|
# Common part
|
|
set imap_check_subscribed
|
|
set realname = "`printf %s \"$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.
|