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

<p dir="auto">I'm trying to create a keybinding in my custom keybindings file that will move a message to a specific folder.</p>

<p dir="auto">The details for the "moveToMailbox:" action is here:<br>
<a href="http://manual.mailmate-app.com/key_binding_selectors">http://manual.mailmate-app.com/key_binding_selectors</a></p>

<p dir="auto">I can't get it to work if I provide the mailbox name. e.g., if the mailbox is called "Work", this line in the keybinding file doesn't work:</p>

<pre><code>"p" = ( "moveToMailbox:", "Work" );
</code></pre>

<p dir="auto">The page from the manual says that the optional argument is the mailbox UUID, but I'm not sure how to obtain that.</p>

<p dir="auto">Any ideas?</p>

<p dir="auto">Sherif</p>

</div>