Some neomutt updates

This commit is contained in:
Orien Vandenbergh
2025-07-29 17:08:28 -04:00
parent ac3de402b8
commit bd811dbe63
2 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,8 @@ source ~/.config/neomutt/non-standard # Support for mutt
source ~/.config/neomutt/save-hooks # Define save-hooks.
source ~/.config/neomutt/subscriptions # Define the list of subscribed mailing lists.
color index_subject brightred default '~ihubspotemail.net'
# Play with the sidebar?
#set sidebar_divider_char = '|'
set sidebar_visible = yes

View File

@ -10,6 +10,12 @@ save-hook '~f @newyorklife\\.com$' "=Customers/NYLife"
save-hook '=f @rtx.com' "=Customers/RTX"
save-hook '=f @shu.edu' "=Customers/SHU"
save-hook '=f @partner.paloaltonetworks.com' "=Partners/PaloAlto"
save-hook '~f "Krista Trigger via Smartsheet"' "=Customers/Tines"
save-hook '~s "(Tines|ADP)" ~f automation@app.smartsheet.com' "=Customers/Tines"
save-hook '=f @adp.com' "=Customers/Tines"
save-hook '=f @wellington.com' "=Customers/Wellington"
# This is the default, it must be at the bottom...
save-hook '.*' "=[Gmail]/All Mail"
#save-hook .* =Archive/`date "+%Y-%m"`
#save-hook .* "=[Gmail]/All Mail"