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/refs/heads/main?ds=sidebyside 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'