[MlMt] mailmate Digest, Vol 58, Issue 16
Sherman Wilcox
shermanwilcox at fastmail.fm
Sun Jan 17 12:05:53 EST 2016
On 17 Jan 2016, at 8:57, mailmate-request at lists.freron.com wrote:
> I have found that debugging key bindings can be tricky.
For what it’s worth, here are some navigational keybindings that I
use, including some that are directly pointing to specific mailboxes in
my main account. Yes, I sometimes have multiple keybindings to go to the
same mailbox. I consider them “alternate fingerings” (former oboe
player here) for use in different typing contexts.
// Navigation
"I" = ( "goToMailbox:",
"imap://shermanwilcox%40fastmail.fm@mail.messagingengine.com/INBOX/ICLA",
"makeFirstResponder:", "mainOutline");
"X" = ( "goToMailbox:",
"imap://shermanwilcox%40fastmail.fm@mail.messagingengine.com/INBOX/FlexCard",
"makeFirstResponder:", "mainOutline");
"A" = ( "goToMailbox:", "ARCHIVE", "makeFirstResponder:", "mainOutline"
);
"S" = ( "goToMailbox:", "SENT", "makeFirstResponder:", "mainOutline" );
"K" = ( "goToMailbox:", "JUNK", "makeFirstResponder:", "mainOutline" );
"i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline");
"D" = ( "goToMailbox:", "TRASH", "makeFirstResponder:", "mainOutline");
"R" = ( "goToMailbox:",
"imap://shermanwilcox%40fastmail.fm@mail.messagingengine.com/INBOX/Receipts",
"makeFirstResponder:", "mainOutline");
"," = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline");
"." = ( "goToMailbox:", "ARCHIVE", "makeFirstResponder:", "mainOutline"
);
—
Sherman
More information about the mailmate
mailing list