<div class="markdown">
<p dir="auto">On 22 Feb 2015, at 15:33, Marc ARC wrote:</p>

<blockquote>
<p dir="auto">[...]<br>
I would like to kind a solution where the target can be condition specific.<br>
    a kind of move this_mail to mailbox where already is mail from this_mail-mailsender</p>

<p dir="auto">What purpose does this suite?</p>

<p dir="auto">On one of my email addresses I get lots of email from senders which I like to call “ worth keeping but not immediately reading/ spending time”, ex news letters, updates, certain publicity.</p>

<p dir="auto">These are well defined and since there is a lot of them I prefer to keep them organized in a real mailbox situation.<br>
So the idea is, „archive/put away” once a mail and all new mail will go in the same mailbox</p>

<p dir="auto">Anybody an idea?</p>
</blockquote>

<p dir="auto">Just to makes sure we are on the same page: Let's assume you have a mailbox named “News Letters”. If I understand you correctly then you can do something like this with a rule on your Inbox:</p>

<pre><code>Condition:
    From ▸ Address “is in” [News Letters] From ▸ Address
Action:
    Move to Mailbox: News Letters
</code></pre>

<p dir="auto">But you want to go one step further with a generic rule for a subset of mailboxes?</p>

<p dir="auto">I cannot think of any way to do that which I guess makes it a feature request :-) It's not obvious how such a feature should work though...</p>

<p dir="auto">Well, I can actually think of way to do it using a bundle. It would require two commands. A command which would allow you to set a mailbox name on a given message. This command would move the message to the mailbox (creating it if necessary) and also store the link between the from address and the mailbox. Another command should then be triggered for any incoming messages. This command would look for existing “links” and return a move action with the corresponding mailbox. Voila :-) If only bundle commands were properly documented...</p>

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

</div>