aboutsummaryrefslogtreecommitdiff
path: root/neomutt/settings
blob: 4b781f853056d53b8165ab427cd3b8c8ec7b8938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# vim: filetype=neomuttrc

set editor = "nvim"
set mailcap_path = $HOME/.config/neomutt/mailcap
set mime_type_query_command = "file --mime-type -b %s"
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s"
set sort = 'reverse-date'
set smtp_authenticators = 'gssapi:login'
set query_command = "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

set sidebar_visible = yes
set sidebar_width = 20
set sidebar_short_path = yes
set sidebar_next_new_wrap = yes
set mail_check_stats
set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?'