From f1c59ed9a04a35f10c05cd66bab06531734edbff Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Thu, 6 Mar 2025 23:06:38 +0100 Subject: [PATCH] mutt change lhote conf --- muttrc-lhote | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/muttrc-lhote b/muttrc-lhote index a661351..e2a24af 100644 --- a/muttrc-lhote +++ b/muttrc-lhote @@ -89,9 +89,9 @@ bind pager half-down # macro index T -# urlscan/urlview -# FIXME BROKEN macro index,pager \cb "urlscan" "open URL in urlscan" -macro index,pager \cb "urlview" "open URL in urlview" +# urlscan +macro index,pager \cb "urlscan" "open URL in urlscan" +macro attach,compose \cb "urlscan" "open URL in urlscan" # save messages macro index >I =SERVICE.INFO 'save to service info' @@ -136,8 +136,8 @@ macro compose \cf "^Umoi\_" "Select from" # spam detection - champs %H # spam "X-j-chkmail-Status: Spam (.*)" "ju/%1" -spam "X-Spam-Status: Yes" "sa" -spam "X-Amavis-Spam-Status: Yes" "am" +spam "X-Spam-Status: Yes" "sa" +spam "X-Amavis-Spam-Status: Yes" "am" spam "X-Renater-SpamScore: ([1-9][0-9]*)" "re/%1" set spam_separator="|" @@ -193,7 +193,6 @@ set crypt_replyencrypt = yes set crypt_replysignencrypted = yes set crypt_protected_headers_write = yes # protect subject set crypt_protected_headers_subject = 'Sujet Sensible (chiffré)' -# OLD set pgp_default_key = D7B87DFB479CA02E48A2383C00054A3358D16D27 set pgp_default_key = A8F721C80E43073F40DF8F21B57DBE40C72FBCF4 # auto attach pub key from https://stackoverflow.com/a/67065558