<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 10 Nov 2017, at 15:47, Benny Kjær Nielsen 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">On 7 Nov 2017, at 14:08, Mike Brasch wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">some times ago I asked for this feature and I really need it. I want to autoremove the signature block (minusminusspace) when replying.</p>
</blockquote><p dir="auto">You asked for this [a very long time ago](<a href="https://freron.lighthouseapp.com/projects/58672/tickets/64-replying-mails-signature-in-replied-mail-should-be-cut-off" style="color:#777">https://freron.lighthouseapp.com/projects/58672/tickets/64-replying-mails-signature-in-replied-mail-should-be-cut-off</a>) :)<br>
<br>
Most of the various parts needed for this to be implemented work now. I've noted that I should add the missing piece(s) and hopefully there won't be any unexpected difficulties. (It'll be handled by an external script which can be customized/replaced.)</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The latest test release has some experimental support for this. You can enable it like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">defaults write com.freron.MailMate MmBundleCommandForStrippingBanner "EC310C79-94AA-4D96-BCAD-D254C9EB911A"
defaults write com.freron.MailMate MmBundleCommandForStrippingSignature "96CC3C9E-4D1C-46E6-BD7A-97D2CF2E2DCF"
</code></pre>

<p dir="auto">As indicated it is handled by some bundle commands (filters) within the MailMate bundle and therefore it is possible to replace it with your own code.</p>

<p dir="auto">By mistake, it also strips signatures/banners when forwarding.</p>

<p dir="auto">It does not strip quoted signatures/banners.</p>

<p dir="auto">It does not affect displaying messages.</p>

<p dir="auto">There are probably other issues :)</p>

<p dir="auto">Have fun.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>