<div class="markdown">
<p dir="auto">Thank you very much, I managed to use ctrl +f to flag email and move them after, but is there a way to remove the flag once the flagged emails have moved to the destination folder ?</p>

<p dir="auto">I mean , if I add something like this </p>

<pre><code>{
     "f" = ( "toggleFlag:" );

     "m" = ( "selectWithFilter:", "#flags.flag = '\\Flagged'", "moveToMailbox:”,”toggleFlag:” );
}
</code></pre>

<p dir="auto">Will the second toggleFlag remove the flag ?</p>

<p dir="auto">I look forward to hearing from you soon.</p>

<p dir="auto">Best Regards, </p>

<p dir="auto">On 26 Jan 2016, at 12:05, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">[…]</p>

<p dir="auto">It's at least interesting to explore if you can get something similar. Here is an example:</p>

<pre><code>{
    "f" = ( "toggleFlag:" );
    "m" = ( "selectWithFilter:", "#flags.flag = '\\Flagged'", "moveToMailbox:" );
}
</code></pre>

<p dir="auto">Save that in this file (you need to create the path):</p>

<pre><code>~/Library/Application\ Support/MailMate/Resources/KeyBindings/custom.plist
</code></pre>

<p dir="auto">And then add <code>custom</code> to the key bindings field in the General preferences pane.</p>

<p dir="auto">Now you should be able to hit <code>f</code> to flag emails (you can also use the default ⌥⌘L) and use <code>m</code> to open the “Move to Mailbox” interface.</p>

<p dir="auto">[..]</p>

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

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>