From e94d9c57caf7acc29c4b1c2e61b87ed115cacc8e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 13 Mar 2025 11:44:43 +0100 Subject: [PATCH] Fix repeated Re/Fw in subject --- .config/neomutt/neomuttrc | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.39.5