37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
# vim: filetype=neomuttrc
|
|
# Adapted from Luke Smith's mutt-wizard config files.
|
|
# More information : https://github.com/LukeSmithxyz/mutt-wizard
|
|
|
|
|
|
set mailcap_path = $XDG_CONFIG_HOME/neomutt/mailcap:$mailcap_path
|
|
set mime_type_query_command = "file --mime-type -b %s"
|
|
set date_format="%d/%m/%y %I:%M%p"
|
|
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
|
|
set sort = 'reverse-date'
|
|
set smtp_authenticators = 'gssapi:login'
|
|
set my_abook = "abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile \
|
|
$XDG_DATA_HOME/abook/addressbook"
|
|
set query_command = "$my_abook --mutt-query '%s'"
|
|
set rfc2047_parameters = yes
|
|
set sleep_time = 0 # Pause 0 seconds for informational messages
|
|
set markers = no # Disables the `+` displayed at line wraps
|
|
set mark_old = no # Unread mail stay unread until read
|
|
set mime_forward = yes # attachments are forwarded with mail
|
|
set wait_key = no # mutt won't ask "press key to continue"
|
|
set fast_reply # skip to compose when replying
|
|
set fcc_attach # save attachments with the body
|
|
set forward_format = "Fwd: %s" # format of subject when forwarding
|
|
set forward_quote # include message in forwards
|
|
set reverse_name # reply as whomever it was to
|
|
set include # include message in replies
|
|
set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
|
|
auto_view text/html # automatically show html (mailcap uses lynx)
|
|
auto_view application/pgp-encrypted
|
|
#set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages.
|
|
alternative_order text/plain text/enriched text/html
|
|
|
|
|
|
source $XDG_CONFIG_HOME/neomutt/maps
|
|
source $XDG_CONFIG_HOME/neomutt/colors
|
|
source $XDG_CONFIG_HOME/neomutt/accounts/2-david.julien@univ-nantes.fr.muttrc
|