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