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

<p dir="auto">Rather than have a nested binding, try just setting your key binding to "^c".</p>

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

<p dir="auto">On 18 Dec 2013, at 8:06, Ted Byfield wrote:</p>

<blockquote>
<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_______________________________________________<br>
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>