On 27Feb2018 10:39, Ralf Hildebrandt <[email protected]> wrote:
I'm using:
# Erase [ext] tags from e-mails
subjectrx '\[ext\] *' '%L%R'
to remove the tag "optically". Is there any way of removing the
Subject: prefix when answering/forwarding?
Can't speak for forwarding, but in principle you could set your editor to a
script that preedited the compose file then ran your real editor.
My muttrc has:
macro index g "<sync-mailbox>:set editor=muttedit<enter><group-reply>:set
editor=$EDITOR<enter>" "group reply"
and "muttedit" is a personal shell script which does some stuff before finally
invoking the editor.
Cheers,
Cameron Simpson <[email protected]> (formerly [email protected])