Re: [MlMt] Key Bindings for Smart Folder

2021-02-25 Thread Todd Singletary
That’s it! Thanks, Seamus! On 25 Feb 2021, at 13:51, Seamus Phillips wrote: Select the smart mailbox in question and hit CDM+C (copy) and it will copy the UUID of the mailbox. Paste that instead of ‘UNREAD’. Seamus -- Seamus Phillips (+44)7905521930 seamus.phill...@gmail.com On 25 Feb 2021

Re: [MlMt] Key Bindings for Smart Folder

2021-02-25 Thread Seamus Phillips
Select the smart mailbox in question and hit CDM+C (copy) and it will copy the UUID of the mailbox. Paste that instead of ‘UNREAD’. Seamus -- Seamus Phillips (+44)7905521930 seamus.phill...@gmail.com > On 25 Feb 2021, at 16:50, Lisa Sieverts wrote: > >  > Perhaps because UNREAD isn’t a buil

Re: [MlMt] Key Bindings for Smart Folder

2021-02-25 Thread Lisa Sieverts
Perhaps because UNREAD isn’t a built-in, that is, a blue mailbox? It’s a Smart Mailbox for me and I can’t get the Key Bindings to go to any Smart Mailbox using the format you shared. Lisa Sieverts 603-762-0235 l...@lisasieverts.com On 25 Feb 2021, at 9:48, Todd Singletary wrote: This is what

Re: [MlMt] Key Bindings for Smart Folder

2021-02-25 Thread Todd Singletary
This is what I have. // Combo keys "g" = { "a" = ( "goToMailbox:", "ALL_MESSAGES" ); "s" = ( "goToMailbox:", "FLAGGED" ); // g then c Go to 'Contacts'Takes you to your Contacts list. "d" = ( "goToMailbox:

Re: [MlMt] Key Bindings for Smart Folder

2021-02-24 Thread Glenn Parker
On 24 Feb 2021, at 15:07, Lisa Sieverts wrote: Hi Todd, Whenever I’ve had trouble, it’s been a misplaced semi-colon or parenthesis or something like that. Stare at your code until you can see what’s different about the code you wrote compared to what was already there. Or paste it and send

Re: [MlMt] Key Bindings for Smart Folder

2021-02-24 Thread Lisa Sieverts
Hi Todd, Whenever I’ve had trouble, it’s been a misplaced semi-colon or parenthesis or something like that. Stare at your code until you can see what’s different about the code you wrote compared to what was already there. Or paste it and send it to the list and we can help find the mistake.

Re: [MlMt] Key Bindings for Smart Folder

2021-02-24 Thread Thomas Kahle
On 24 Feb 2021, at 19:52, Todd Singletary wrote: > I have a smart folder that contains all unread messages. It is titled > “Unread.” I have tried to create a keybinding to access it like the other > gmail custom key bindings (e.g. g + u, for unread). The syntax is the same in > the .plist file,

[MlMt] Key Bindings for Smart Folder

2021-02-24 Thread Todd Singletary
I have a smart folder that contains all unread messages. It is titled “Unread.” I have tried to create a keybinding to access it like the other gmail custom key bindings (e.g. g + u, for unread). The syntax is the same in the .plist file, but it is not working. I’m sure I’m missing something si