dotfiles/mutt/muttrc
2018-09-03 16:27:48 +02:00

83 lines
2.2 KiB
Plaintext

# simplify folder change
# notmuch for searching
# SMTP setting (smtp_pass is set in sourced file)
source "~/.mutt/mag_smtp"
set smtp_url='smtp.office365.com'
set ssl_force_tls = yes
set realname="Johannes Rothe"
set from="rothe@magazino.eu"
set use_from = yes
set folder="~/Mail/"
set spoolfile="+magazino/INBOX"
set postponed="+magazino/Drafts"
set record="+magazino/Sent"
# offlineimap automatically creates this file
source "~/.mutt/mailboxes"
set pager_index_lines=10 # number of index lines to show
set pager_context=3 # number of context lines to show when scrolling
set pager_stop=yes # don't go to next message automatically
set menu_scroll=yes # scroll in menus
set tilde=yes # show tildes like in vim
unset markers # no ugly plus signs
set smart_wrap
set editor="nvim -c 'set spell' -c 'set spelllang=de,en'"
## html view options
auto_view text/html
alternative_order text/plain text/enriched text/html
# Delete messages without asking when Mutt is quit
set delete
set confirmappend=no
# forward options
# ask if the whole message including attachments should be forwarded
set mime_forward=ask-no
set forward_format = "Fwd: %s"
set include
set forward_quote
# faster mail checking
set timeout = 15
set mail_check = 60
# Macros
macro index,pager D "<save-message>+magazino/Done\n<sync-mailbox>"
# Status Bar
set status_chars = " *%A"
set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"
# first, ignore all headers
ignore *
# then, show only these
unignore from: to: cc: date: subject:
# and in this order
hdr_order from: to: cc: date: subject:
# sidebar options
set sidebar_visible=no
# colors from /usr/share/doc/mutt/examples
color hdrdefault blue black
color quoted blue black
color signature blue black
color attachment brightblue black
color prompt brightmagenta black
color message white black
color error brightred black
color indicator brightwhite blue
color status black brightblue
color tree white black
color normal white black
color markers brightblue black
color search white black
color tilde brightmagenta black
color index blue black ~F
color index brightblue black "~N|~O"