From: martin f. krafft Date: Thu, 13 Mar 2025 10:44:43 +0000 (+0100) Subject: Fix repeated Re/Fw in subject X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/e94d9c57caf7acc29c4b1c2e61b87ed115cacc8e?hp=04c2c9cc518da9a557a5295050922f1cbb496c6f Fix repeated Re/Fw in subject --- diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 41c34a6..355c2af 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -69,3 +69,6 @@ set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.ext macro compose y " source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" macro compose Y " source '$my_confdir/buildmimetree.py --just-build --max-number-other-attachments 100 --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" bind compose \Cy send-message + +subjectrx '((re|aw|sv):\s*)+' '%LRe: %R' +subjectrx '((wg|fwd?):\s*)+' '%LFw: %R'