<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>I am not sure I have ever understood completely the embedding or not setting, nor the inline or not setting. Is there somewhere that describes what all that does so I can decide the best choice for me?</div><div><br></div><div>Thanks,</div><div>P</div><div><br></div><div>On Jun 26, 2017, at 10:21 AM, Benny Kjær Nielsen <<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a>> wrote:<br><br></div><blockquote type="cite"><div>


<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">


<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 23 Jun 2017, at 5:30, Padraic Renaghan wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Benny, thinking it might be nice to run this filter when the reply to an existing message is created, so the reply does carry-forward all the junk. What would be the right event to hook my new filter into for that?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">There's no simple answer for that. <em>If</em> you don't use the HTML embedding features of MailMate then <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">sanitize_canonical</code> could be used (which expects plain text input/output) to add an extra filter. If you do use HTML embedding then there's no perfect candidate, but <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">embed_html</code> could probably be used if using a CSS inliner (I can perhaps look into changing this to be more logical/useful). The main problem is that the plain text script is still needed and the plain text and the HTML scripts should remove the same content -- which could be very difficult.</p>

<p dir="auto">It might be better/easier for you if HTML embedding allowed a mode where the plain text variant was always based on converting HTML to plain text, but this is not currently available.</p>

<p dir="auto">In other words, I don't think this reply helps you much :)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>mailmate mailing list</span><br><span><a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></span><br><span><a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></span><br></div></blockquote></body></html>