tinyscripts/.muttrc

55 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# imap
set imap_user="<user>"
set imap_pass="<password>"
set folder = imaps://imap.<server>.com
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent
# set record = +INBOX
set trash = +Trash
# smtp
set smtp_url="smtps://<user>@smtp.<server>.com:465/"
set smtp_pass="<password>"
set from = '<email>'
# Common part
set imap_check_subscribed
set realname = '<name>'
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/"
# Multiple accounts
# folder-hook '<account1>' 'source \~/.mutt/<account1>'
# folder-hook '<account2>' 'source \~/.mutt/<account2>'
# source \~/.mutt/<account1>
# macro index <f2> '<sync-mailbox><enter-command>source \~/.mutt/<account1><enter><change-folder>!<enter>'
# macro index <f3> '<sync-mailbox><enter-command>source \~/.mutt/<account2><enter><change-folder>!<enter>'
# 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.