dotfiles/mutt/.mutt/common.conf

77 lines
2.3 KiB
Text
Raw Normal View History

# vim: set ft=muttrc
set realname = "Sanchayan Maity"
set mbox_type = Maildir
set spoolfile = +/sanchayan-net/Inbox
set mailcap_path = ~/.mutt/mailcap.conf
set signature = ~/.mutt/signature
# Defaults for how to open attachments
auto_view text/html
alternative_order text/plain text/html
set sort = 'threads'
set sort_aux = 'reverse-last-date-received'
set date_format = "%y-%m-%d %T"
set fast_reply = yes
set index_format = "%2C | %Z [%d] %-30.30F (%-4.4c) %s"
set folder_format = " %N %f"
set forward_format = "Fwd: %s"
set ispell = "/usr/bin/ispell"
set send_charset = "utf-8"
set to_chars = " +TCFL"
set header_cache = ~/Mail/.mutt/cache/headers
set message_cachedir = ~/Mail/.mutt/cache/bodies
set sleep_time = 0
set mail_check = 0
set delete = yes
set move = no
set mark_old = no
set confirmappend = no
set fcc_attach
set include
set forward_quote
set envelope_from
set mail_check_stats
set quit
set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S"
set sidebar_width = 40
set sidebar_short_path = no
#======================================================#
set editor="nvim"
set edit_headers # See the headers when editing
#======================================================#
# Order of headers and what to show
hdr_order Date: From: User-Agent: X-Mailer \
To: Cc: Reply-To: Subject:
ignore *
unignore Date: From: User-Agent: X-Mailer: X-PGP-Key: \
To: Cc: Reply-To: Subject:
#======================================================#
# Odds and Ends
set markers # mark wrapped lines of text in the pager with a +
set smart_wrap # Don't wrap mid-word
set status_on_top # Status bar on top.
set pager_stop
set menu_scroll
set smart_wrap
set tilde
set sort_alias = alias # sort aliases in alpha order by alias name
set pager_context = 6 # Retain 6 lines of previous page when scrolling.
set pager_index_lines = 8
# GPG signing options
set crypt_autosign = "no"
set crypt_replyencrypt = "yes"
set crypt_replysign = "yes"
set crypt_replysignencrypted = "yes"
set crypt_opportunistic_encrypt = "no"
set postpone_encrypt = "no"
set pgp_use_gpg_agent = "yes"
set pgp_default_key = "6F6A0609C12038F3"