From: martin f. krafft Date: Tue, 21 Nov 2023 13:48:25 +0000 (+0100) Subject: more German detection for the attribution X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/0389ad031a445ceafb7784dacc2e2233b64d83b6 more German detection for the attribution --- diff --git a/.config/neomutt/hooks b/.config/neomutt/hooks index 104f4bc..847a990 100644 --- a/.config/neomutt/hooks +++ b/.config/neomutt/hooks @@ -17,7 +17,7 @@ send2-hook '~C @vger\.kernel\.org' 'unset followup_to' # NOTE: using M-F-T from procmail for now reply-hook . 'set attribution="$my_attribution_en"' -reply-hook '~b "\\<(Danke|Grü(ß|ss)e|Gru(ß|ss)|Lieber?|geehrter?|Herr|Frau|Moin|Servus|Lg|Deine?|Ihre?)\\>"' 'set attribution="$my_attribution_de"' +reply-hook '~b "\\<(Danke|Grü(ß|ss)e|Gru(ß|ss)|Lieber?|geehrter?|Herr|Frau|Moin|Servus|zusammen|[lv]g|Deine?|Ihre?)\\>"' 'set attribution="$my_attribution_de"' # do not get spam status via imap, as it would download the entire message folder-hook . 'set index_format="%4C %Z %-10@date@ %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s"'