From bc424c734672d4247ca4cac32f9345968844b2c9 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Mon, 28 Jul 2025 21:01:05 -0400 Subject: [PATCH] neomutt updates Cleaned up some more conflicts --- neomutt/mailcap | 1 + neomutt/neomuttrc | 2 +- neomutt/save-hooks | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/neomutt/mailcap b/neomutt/mailcap index ccb90fc..82fb0fa 100644 --- a/neomutt/mailcap +++ b/neomutt/mailcap @@ -25,3 +25,4 @@ text/vcard; mutt_vcard_filter; copiousoutput text/x-diff; view %s; needsterminal text/x-patch; view %s; needsterminal +application/zip; unzip -c %s; copiousoutput; nametemplate=%s.zip diff --git a/neomutt/neomuttrc b/neomutt/neomuttrc index 477a36f..a377637 100644 --- a/neomutt/neomuttrc +++ b/neomutt/neomuttrc @@ -4,7 +4,7 @@ set from="orien@misfit.rodeo" set use_from = yes set envelope_from = yes -set hostname=utage.i.misfit.rodeo # Name of the localhost +set hostname=home.icebergh.us # Name of the localhost set hidden_host # Hide host details set alias_file=~/.config/neomutt/aliases # Personal mail aliases #set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts diff --git a/neomutt/save-hooks b/neomutt/save-hooks index ad05d19..b98fe6d 100644 --- a/neomutt/save-hooks +++ b/neomutt/save-hooks @@ -11,3 +11,5 @@ save-hook '=f @rtx.com' "=Customers/RTX" save-hook '=f @shu.edu' "=Customers/SHU" save-hook '=f @partner.paloaltonetworks.com' "=Partners/PaloAlto" save-hook '.*' "=[Gmail]/All Mail" +#save-hook .* =Archive/`date "+%Y-%m"` +#save-hook .* "=[Gmail]/All Mail"