On 13 Sep 2013, at 15:50, Zvi Biener wrote:

Since we are on the subject of keybinding: is it possible to bind multiple actions to a single key? For example, let "/" be moveToMailbox: X and then mailboxSearch: .

I've tried some grammar options, but trial and error didn't crack it, if it is even possible.

Yes, you can define an array of key bindings like this:

        "/" = ( "goToMailbox:", "archive", "mailboxSearch:" );

--
Benny
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to