Modernize some of my old settings

This commit is contained in:
Orien Vandenbergh 2025-04-22 13:35:56 -04:00
parent 9e8213e234
commit 7d90d3aa65

View File

@ -9,7 +9,7 @@ set hidden_host # Hide host details
set alias_file=~/.config/neomutt/aliases # Personal mail aliases set alias_file=~/.config/neomutt/aliases # Personal mail aliases
#set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts #set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts
set postpone=ask-no # Ask about postponing set postpone=ask-no # Ask about postponing
set move # Keep read mail in inbox unset move # Keep read mail in inbox, also Gmail moves it automatically
set print=ask-no # Ask before printing set print=ask-no # Ask before printing
set delete=yes # Just delete it set delete=yes # Just delete it
set include # Include messages in replies set include # Include messages in replies
@ -23,7 +23,7 @@ set edit_headers # I want to edit the message
#set editor="emacs -geometry 90x73+298+0 --load post-mode" #set editor="emacs -geometry 90x73+298+0 --load post-mode"
set editor="vim -c ':0' -c '/^$/' -c ':nohlsearch'" set editor="vim -c ':0' -c '/^$/' -c ':nohlsearch'"
#set query_command="lbdbq '%s'" # Use the little brother database for doing queries. #set query_command="lbdbq '%s'" # Use the little brother database for doing queries.
#set nomark_old # Don't mark unread new msgs as old. set mark_old # Don't mark unread new msgs as old.
set mail_check=90 set mail_check=90
set timeout=15 set timeout=15
set mbox_type=maildir # mailbox type set mbox_type=maildir # mailbox type
@ -40,13 +40,14 @@ set nostrict_threads # Lets have some fuzzy threa
set sendmail_wait=-1 # Don't wait around for sendmail. set sendmail_wait=-1 # Don't wait around for sendmail.
set wait_key=no # Don't wait after subshell exit set wait_key=no # Don't wait after subshell exit
set fcc_clear # Keep fcc's clear of signatues and encryption. set fcc_clear # Keep fcc's clear of signatues and encryption.
set nopipe_decode # Don't decode messages when piping. unset pipe_decode # Don't decode messages when piping.
set thorough_search # Strip headers and eval mimes before searching
# Print via a2ps # Print via a2ps
set print_command="a2ps -1gEmail --borders=no --strip=3" set print_command="a2ps -1gEmail --borders=no --strip=3"
set tilde # Fill out messages with '~'. set tilde # Fill out messages with '~'.
set read_inc=100 # Read counter ticks every 100 msgs. set read_inc=100 # Read counter ticks every 100 msgs.
set write_inc=100 # Write counter ticks every 100 msgs. set write_inc=100 # Write counter ticks every 100 msgs.
set noconfirmappend # Just append, don't hassle me. unset confirmappend # Just append, don't hassle me.
set pager_stop # Don't skip msgs on next page. set pager_stop # Don't skip msgs on next page.
# Where to find the mailcap. # Where to find the mailcap.
set mailcap_path=~/.config/neomutt/mailcap:/usr/local/etc/mailcap:/etc/mailcap set mailcap_path=~/.config/neomutt/mailcap:/usr/local/etc/mailcap:/etc/mailcap
@ -62,7 +63,9 @@ source ~/.config/neomutt/accounts # Account details
source ~/.config/neomutt/aliases # Load in my aliases. source ~/.config/neomutt/aliases # Load in my aliases.
source ~/.config/neomutt/auto_views # Define auto_views. source ~/.config/neomutt/auto_views # Define auto_views.
source ~/.config/neomutt/bindings # Define key bindings. source ~/.config/neomutt/bindings # Define key bindings.
source ~/.config/neomutt/colours # Define colours. #source ~/.config/neomutt/colours # Define colours.
source ~/.config/neomutt/colors-gruvbox-shuber
source ~/.config/neomutt/colors-gruvbox-shuber-extended
source ~/.config/neomutt/fcc-hooks # Define fcc-hooks. source ~/.config/neomutt/fcc-hooks # Define fcc-hooks.
source ~/.config/neomutt/folder-hooks # Define folder-hooks. source ~/.config/neomutt/folder-hooks # Define folder-hooks.
source ~/.config/neomutt/headers # Configure header display. source ~/.config/neomutt/headers # Configure header display.
@ -73,6 +76,12 @@ source ~/.config/neomutt/non-standard # Support for mutt
source ~/.config/neomutt/save-hooks # Define save-hooks. source ~/.config/neomutt/save-hooks # Define save-hooks.
source ~/.config/neomutt/subscriptions # Define the list of subscribed mailing lists. source ~/.config/neomutt/subscriptions # Define the list of subscribed mailing lists.
# Play with the sidebar?
#set sidebar_divider_char = '|'
set sidebar_visible = yes
set sidebar_width = 24
#color sidebar_new color221 color233
# HTML is the last option. # HTML is the last option.
alternative_order text/enriched text/plain text/html alternative_order text/enriched text/plain text/html