From: martin f. krafft Date: Tue, 30 Jul 2019 19:25:08 +0000 (+1200) Subject: couple more phrases to detect german X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/e9a229468df48b1004eb0b837b44241d0aba0e2b couple more phrases to detect german --- diff --git a/.mutt/hooks b/.mutt/hooks index 713a97a..441787e 100644 --- a/.mutt/hooks +++ b/.mutt/hooks @@ -22,7 +22,7 @@ send2-hook '~C @members\.ebay\.com' 'set envelope_from' # NOTE: using M-F-T from procmail for now message-hook . 'set attribution="$my_attribution_en"' -message-hook '~b "(Danke|Grü(ß|ss)e|Gru(ß|ss)|Liebe|geehrte|Herr|Frau)"' 'set attribution="$my_attribution_de"' +message-hook '~b "(Danke|Grü(ß|ss)e|Gru(ß|ss)|Liebe|geehrte|Herr|Frau|Moin|Servus|Lg)"' '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 %{%F} %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s"'