From da1ebe01e2f37627644ffdb223c02105c0a7094f Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 14 May 2022 13:08:47 +0200 Subject: [PATCH] Set some defaults --- roles/neomutt/templates/neomuttrc.j2 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/roles/neomutt/templates/neomuttrc.j2 b/roles/neomutt/templates/neomuttrc.j2 index 2230589..cc2e242 100644 --- a/roles/neomutt/templates/neomuttrc.j2 +++ b/roles/neomutt/templates/neomuttrc.j2 @@ -2,21 +2,21 @@ #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 (%-4.4c)" -#set sort = 'reverse-date' +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 # don'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 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 # don'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 = 120 # how often to check for new mail (in seconds) set imap_keepalive = 300 # intermittent polling to keep connection alive (in seconds) unset imap_passive # open imap connection when checking for mail