<!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 2 Dec 2016, at 10:04, Mike Brasch wrote:</p>

<p dir="auto" style="margin:1em 0"></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" style="margin:1em 0">----------<br>
Am 2. Dezember 2016 09:53:40 schrieb Benny Kjær Nielsen <mailinglist@freron.com>:<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" style="margin:1em 0">I get the idea, but I'm afraid this would be non-trivial to do. It's not<br>
how tableviews work in general on OS X and I would need to make some<br>
kind of hack. That might get ugly or it might not, but right now it's<br>
not something I'm going to prioritize.</p>
</blockquote><p dir="auto" style="margin:1em 0">And if you delay the delete operation? You could mark the mail for deletion until one selects another mail?</p>

</blockquote></div>
<div style="white-space:normal">

<p dir="auto" style="margin:1em 0">That sounds like the original deletion design of IMAP. You can mark emails as <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">\Deleted</code> (bind a tag to this IMAP keyword) and then use IMAP expunge to permanently delete the messages later on. That would require enabling 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 MmShowDeletedMessages -bool YES
</code></pre>

<p dir="auto" style="margin:1em 0">And a key binding for 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">expungeDeletedMessages:
</code></pre>

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