<!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" style="margin:1em 0">On 11 Jan 2017, at 11:35, Peter Stevens wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto" style="margin:1em 0">My provider automatically copies outgoing mail to my Sent box, so I don’t need MailMate to do it for me. How do I deactivate that?</p>
</blockquote>

<p dir="auto" style="margin:1em 0">It's not currently optional. Technically, MailMate would need to delete the message it had just sent. I've been hesitant with respect to implementing that because deleting messages automatically is inherently dangerous. Bugs or unexpected server behavior could have serious consequences. I also don't like the way, e.g., Gmail can edit a message before/after sending it and adding it to the Sent Mail mailbox.</p>

<p dir="auto" style="margin:1em 0">Also, in order for such a feature to really be useful then it <em>shouldn't</em> delete the message, but instead move it to the same mailbox as the server does. Then it should detect the new message on the server and map it to the local copy without fetching the message. Otherwise, no bandwidth is saved (which is the whole point of the non-standard SMTP behavior). It's tricky to make this work well. And at least for Gmail the local sent message and the server sent message would likely not be 100% identical -- which my inner purist dislikes.</p>

<p dir="auto" style="margin:1em 0">That was a bit of a rant :)</p>

<p dir="auto" style="margin:1em 0">It might be possible to do something with rules to automatically delete sent messages, but it's tricky. At the very least, the Drafts mailbox should be kept offline to avoid MailMate uploading and later deleting the message. The latter could possibly trigger Gmail to also delete the Gmail-saved sent message (because of the no-duplicates policy). Even worse, due to race conditions this might not always happen and therefore could be very hard to debug.</p>

<p dir="auto" style="margin:1em 0">Thanks for trying out MailMate!</p>

<p dir="auto" style="margin:1em 0">-- <br>
Benny</p>
</div>
</div>
</body>
</html>