Re: [MlMt] back to Inbox

2017-10-17 Thread Fredrik Jonsson

John Cooper 2017-10-16 16:46 wrote:


"i" = ( "goToMailbox:", "INBOX" );


I use that with one thing added:

"i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline" );

This makes the column that list the mail active so you can e.g. navigate 
it with the keyboard.


This is another variant:

  "i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", 
"mainOutline", "nextUnreadMessage:" );


that also will select the next unread message.

The Custom Keybindings is a big reason why I enjoy MailMate so mush.

Fredrik
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] back to Inbox

2017-10-16 Thread Fredrik Jonsson

John Cooper 2017-10-16 16:46 wrote:


"i" = ( "goToMailbox:", "INBOX" );


I use that with one thing added:

"i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline" );

This makes the column that list the mail active so you can e.g. navigate 
it with the keyboard.


One could also expand it to this:

  "i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", 
"mainOutline", "nextUnreadMessage:" );


to automatically select the next unread message.

Fredrik
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] back to Inbox

2017-10-16 Thread John Cooper

Alain Israel wrote (at 6:39 on 16 Oct 2017):

Is there a shortcut that allows to move (back) to the Inbox without 
typing a few strokes, or clicking on an icon (which is inelegant)?


I use the following custom key binding, which performs the action with a 
single keystroke:


"i" = ( "goToMailbox:", "INBOX" );

See the Help for more about custom key bindings.
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] back to Inbox

2017-10-16 Thread Alain Israel
Is there a shortcut that allows to move (back) to the Inbox without 
typing a few strokes, or clicking on an icon (which is inelegant)?


Alain
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate