<div class="markdown">
<p dir="auto">On 16 Sep 2014, at 11:31, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">On 15 Sep 2014, at 20:15, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">Alternatively, you can use this in your key binding:</p>

<pre><code>"moveThreadToMailbox:", "ARCHIVE"
</code></pre>
</blockquote>

<p dir="auto">is there a way to have the destination be Archive-<year-of-mail> ?</p>
</blockquote>

<p dir="auto">If you are asking for a format string based on the content of the current email then the answer is no when using custom key bindings. The following is what you can do using custom key bindings:</p>

<p dir="auto"><code>ARCHIVE</code> is a key that maps to whatever mailbox is assigned as the “Archive” mailbox type for the account of the currently selected message.</p>

<p dir="auto">You can use <code>/Archive-2014</code> to put emails in a mailbox explicitly named <code>Archive-2014</code> in the account of the currently selected message. (Note the prefixed <code>/</code>.)</p>

<p dir="auto">You can use an explicit IMAP mailbox in an explicit account using the value on the pasteboard after selecting a mailbox and hitting ⌘C.</p>

<p dir="auto">Using a bundle command then the answer is yes, but this flexibility comes at the price of it being harder to do :-) I'll provide an example (when I have more time) if this is what you were asking for.</p>

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

</div>