<div class="markdown">
<p dir="auto">On 11 Feb 2016, at 23:28, Marc ARC wrote:</p>

<blockquote>
<p dir="auto">I’m looking for a more generic solution, with less need to write a rule for every similar condition</p>

<p dir="auto">Something like:</p>

<pre><code>if sender/rule_condition of email is in SmartMailbox ( which might “contain” number of mailboxes )
</code></pre>
</blockquote>

<p dir="auto">You mean that the messages in the smart mailbox could be located in any number of IMAP mailboxes?</p>

<blockquote>
<pre><code>move email to source_mailbox where sender/rule_condition was found
</code></pre>
</blockquote>

<p dir="auto">As in:</p>

<pre><code>Move to Mailbox [IMAP mailbox of first matched message in SmartMailbox]
</code></pre>

<blockquote>
<p dir="auto">This could help us to “sort/archive” automatically marketing emails, mails of a certain sender, etc . . .</p>
</blockquote>

<p dir="auto">I think I understand the problem and I also think it would be a nice addition to the “is in” comparison method.</p>

<p dir="auto">Unfortunately, implementation-wise it's non-trivial. The information about matching messages in the SmartMailbox is “lost” long before reaching the point of rule actions and it's also not quite obvious how the GUI for such a feature should work.</p>

<p dir="auto">I'll think about this, but right now I don't see any simple way to do it.</p>

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

</div>