<div class="markdown">
<p dir="auto">Will,</p>

<p dir="auto">If I'm not mistaken, you need to use the full imap:// string when naming mailboxes in the keybindings:</p>

<pre><code>"m" = ( "moveToMailBox:", "imap://<mailserver FQDN>/Temp" );
</code></pre>

<p dir="auto">I could be completely wrong, but this is what works for me.</p>

<p dir="auto">-- <br>
Steve Mayer<br>
<a href="mailto:smayer69@me.com">smayer69@me.com</a></p>

<p dir="auto">On 13 Nov 2013, at 8:58, Will Styler wrote:</p>

<blockquote>
<p dir="auto">I've always been a mutt user, mostly for keyboardyness, and have decided to give MailMate a try seeing the IndieGogo campaign.  I love that most of the shortcuts I love already work One part of the configuration though has me stumped.  I'd like to set it up such that typing "cd" brings me to my ToDo folder, "cm" to Temp, etc, and equivalent, "sd" moves a message to my ToDo folder, "sm" to Temp, etc.</p>

<p dir="auto">I know that the relevant portion of my KeyBindings file needs to look like:</p>

<pre><code>// Combo keys
"c" = {
    "d" = ( "goToMailbox:", "ToDo" );
    "i" = ( "goToMailbox:", "INBOX" );
    "s" = ( "goToMailbox:", "Sent Items );
    "t" = ( "goToMailbox:", "Trash" );
    "m" = ( "goToMailbox:", "Temp" );
    "j" = ( "goToMailbox:", "Junk Mail" );
};

"s" = {
    "d" = ( "moveToMailbox:", "ToDo" );
    "i" = ( "moveToMailbox:", "INBOX" );
    "m" = ( "moveToMailbox:", "Temp" );
    "r" = ( "moveToMailbox:", "Receipts2013" );
    "n" = ( "moveToMailbox:", "Junk Mail/NotSpam" );
    "y" = ( "moveToMailbox:", "Junk Mail/Spam" );
};
</code></pre>

<p dir="auto">And in fact, it works for Inbox.  And I can use the big long UUID for any of the top mailboxes (although saving to them doesn't work).  What I'm struggling with is how to make these shortcuts open (or save to) the mailboxes listed under my IMAP account's name under "SOURCES".  I've tried "Temp", "/Temp", "ProviderName/Temp", and nothing works.</p>

<p dir="auto">Help!  Thanks!</p>

<p dir="auto">Will</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>