<!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 20 Feb 2018, at 8:18, Robert M. Münch wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">So, what I would like to do is, that I can flag/mark/... a mail so that I will see it again automatically after a specific period if I didn't receive any answer.</p>

<p dir="auto">Any ideas how I could do such work-flow with MM and maybe a bundle or script or whatever it takes?</p>
</blockquote>

<p dir="auto">Something like this might work:</p>

<p dir="auto">First, introduce a tag for the sent emails, e.g., “AwaitingReply”. You can enable a Tags field in the Composer to make it easier to apply this.</p>

<p dir="auto">Second, create a smart mailbox named AwaitingHelper matching emails which are:</p>

<ol>
<li value="1">Tagged <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">AwaitingReply</code>.</li>
<li value="2">Message-ID “is not in” [INBOX] In-Reply-To</li>
<li value="3">Has a date which is more than x days old.</li>
</ol>

<p dir="auto">You might want a different mailbox than “INBOX”. The smaller it is the better since “is not in” is not efficient. It must contain the replies you receive.</p>

<p dir="auto">Third, create another mailbox, e.g. named “No Reply Received”, which matches emails with this condition:</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">Thread-Id “is in” [AwaitingHelper] Thread-Id
</code></pre>

<p dir="auto">The threads should then show up in the “No Reply Received” smart mailbox after x days. (I haven't tested this.)</p>

<p dir="auto">(Note that some of the above works better and is a bit easier in the latest test release.)</p>

<p dir="auto">Hmm, it would actually be better if <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">AwaitingReply</code> was cleared when you receive a reply. I'll leave that as an exercise ;-)</p>

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