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

<p dir="auto">I was really pleased to stumble onto Mailmate, and it looks like I'm coming from a similar place as others on this list: a mutt-lover who also needs a GUI client. So, first, thanks to Benny for your work.</p>

<p dir="auto">I'm trying to figure out the 'moveToMailbox' keybinding for an imap account, which is at a university that (like more and more) now uses Gmail as a backend. After reading through this list's relevant discussions...</p>

<p dir="auto">(1) I created the file</p>

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

<p dir="auto">(2) In Prefs > General, I enabled custom key bindings [check!] and appended ', Special' (it now reads: Gmail, Special).</p>

<p dir="auto">(3) Then, based on the MM-generated file structure</p>

<pre><code>~/Library/Application Support/MailMate/Messages/IMAP/me%40newschool.edu@imap.gmail.com/Cabinet/corr
</code></pre>

<p dir="auto">(4) ...I've tried to map ctrl-c like so...</p>

<pre><code>"^" = {
     "c" = ( "moveToMailbox:", "imap://me%40newschool.edu@imap.gmail.com/Cabinet/corr" );
};
</code></pre>

<p dir="auto">No luck. The binding doesn't work as a chord or a sequence. Removing 'Gmail ,' from Prefs  > General > custom key bindings doesn't fix it, and restarting MM hasn't had any effect. Any help is much appreciated.</p>

<p dir="auto">Cheers,<br>
T</p>

</div>