<div class="markdown">
<p dir="auto">On 19 Dec 2013, at 0:26, Jonathan Clark wrote:</p>

<blockquote>
<p dir="auto">I've picked up this same idea, and am trying to use it with different keybindings, also with the Gmail keybinding active. Unfortunately none of the following seem to work as hoped, even after a re-start.</p>

<pre><code>"1" = ( "moveToMailbox:", "_todo" );
</code></pre>
</blockquote>

<p dir="auto">You should use <code>/_todo</code> to indicate that it’s an account-relative path (otherwise MailMate thinks it’s an unknown shorthand for a standard mailbox such as drafts, sent, etc.).</p>

<blockquote>
<p dir="auto">The longer form of the tag/folder name doesn't work either:</p>

<pre><code>"1" = ( "moveToMailbox:", "imap://jonathan%40clarksonline.me.uk@imap.gmail.com/_todo" );
</code></pre>
</blockquote>

<p dir="auto">Hmm, not sure why that would fail. Maybe something else is not working right.</p>

<blockquote>
<p dir="auto">As far as I can tell none of these codes are found in any of the system or user plists. So this has me confused. What am I missing?</p>
</blockquote>

<p dir="auto">Let me know if prefixing with <code>/</code> does not work. Then we’ll take it from there.</p>

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

</div>