Re: [MlMt] Driving me nuts..

2019-01-16 Thread Zvi Biener
OK. Here are some bindings. One caveat: after I move mailboxes, I try to 
automatically move the focus to the first message in a mailbox. I'm not 
sure I'm doing it right, especially in the 'n' key. Corrections welcome.


//Browsing Behavior
//The first 4 are adjacent keys, the idea is that I select 'n' one to 
move through mailboxes, 'm' to select the first message, ',' to move 
down the list, and '.' to delete.
// 'i' returns to the inbox, 'x' toggles the filter, 'c' is 
self-explanatory.


	"n" = ("removeFilterKey:", "unread", 
"collapseAll:","selectNextCountedMailbox:", "setFilterKey:", "unread", 
"makeFirstResponder:", "mainOutline", "selectFirstMessageRow:");
	"m" = ( "makeFirstResponder:", "mainOutline", "selectFirstMessageRow:" 
);
	"," = ( "makeFirstResponder:", "mainOutline", "nextUnreadMessage:", 
"centerSelectionInVisibleArea:");

"." = ( "deleteMessage:");
	"i" = ( "removeFilterKey:", "unread", "restoreMailboxExpansions:", 
"makeFirstResponder:", "mailboxesOutline", "goToMailbox:", "INBOX", 
"selectPreviousMailbox:", "selectNextMailbox:", "makeFirstResponder:", 
"mainOutline", "removeFilterKey:", "unread");
	"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");

"c" = ("markAllAsRead:");

// These control the 'remembered' state of mailboxes. In order to use 
the 'i' key effective, get the mailboxes to the preferred state, the 
press M+s to save the state.


"M" = {
"s" = ( "saveMailboxExpansions:");
"r" = ( "restoreMailboxExpansions:");
};


Best,
Z
On 16 Jan 2019, at 3:34, Max Rydahl Andersen wrote:


Hi Zvi,

Do share those bindings. Especially like the idea of resetting to 
clean sheet after reading through it all.

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


Re: [MlMt] Driving me nuts..

2019-01-16 Thread Max Rydahl Andersen
Hi Zvi,

Do share those bindings. Especially like the idea of resetting to clean sheet 
after reading through it all. 
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Driving me nuts..

2019-01-15 Thread Verdon Vaillancourt
Also very interesting to see the ways other people adapt this wonderful 
application to suit their workflow. Thanks for sharing!


v

On 15 Jan 2019, at 17:51, Zvi Biener wrote:

Just be careful to reverse the changes by pressing the key again (FYI, 
the mailbox will have a little mark next to it when the filter key is 
applied). Messages that are 'disappeared' disappear everywhere(!!): in 
SmartMailboxes that might catch them, in searches, etc. It's like they 
are not there at all.


One way to do use this FilterKey effectively, I think: 1) I have my 
mailboxes display a counter of unread messages. 2) I've key-bound 'n' 
to unset the FilterKey of the currently selected mailbox, go to the 
next mailbox that has a count (that has unread messages), and apply 
the FilterKey. I run through all my mailboxes by pressing n multiple 
times. 3) I have 'c' bound to mark as read all the unread messages in 
a folder. This is very useful for junky mailboxes, since it means I 
can go through them very quickly, by just pressing 'n' then 'c', 
repeat. 4) I've bound 'i' to unset the FilterKey of the current 
mailbox, go back to the Inbox, and restore a previously memorized set 
of expanded/collapsed mailboxes. Essentially, this gets me back to the 
Inbox and collapses all the mailboxes that pressing 'n' repeatedly 
expanded. Back to a clean state, with all messages available to 
smartMailboxes, etc. I can send you the bindings off-list, if you'd 
like.


Z

On 15 Jan 2019, at 16:51, Edward Thome wrote:


On 13 Jan 2019, at 9:18, Zvi Biener wrote:

I'm a huge fan of the toggleFilterKey action. If you add a 
keybinding like:


"x" = ( "toggleFilterKey:", "unread");

Pressing it in will immediate show you only the unread messages, 
effectively disappearing all the others.


Actually, I have:

	"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");


Which also includes moving the focus on the messages, but that's not 
essential.


Zvi



Cool!
Thanks!
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

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

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


Re: [MlMt] Driving me nuts..

2019-01-15 Thread Zvi Biener
Just be careful to reverse the changes by pressing the key again (FYI, 
the mailbox will have a little mark next to it when the filter key is 
applied). Messages that are 'disappeared' disappear everywhere(!!): in 
SmartMailboxes that might catch them, in searches, etc. It's like they 
are not there at all.


One way to do use this FilterKey effectively, I think: 1) I have my 
mailboxes display a counter of unread messages. 2) I've key-bound 'n' to 
unset the FilterKey of the currently selected mailbox, go to the next 
mailbox that has a count (that has unread messages), and apply the 
FilterKey. I run through all my mailboxes by pressing n multiple times. 
3) I have 'c' bound to mark as read all the unread messages in a folder. 
This is very useful for junky mailboxes, since it means I can go through 
them very quickly, by just pressing 'n' then 'c', repeat. 4) I've bound 
'i' to unset the FilterKey of the current mailbox, go back to the Inbox, 
and restore a previously memorized set of expanded/collapsed mailboxes. 
Essentially, this gets me back to the Inbox and collapses all the 
mailboxes that pressing 'n' repeatedly expanded. Back to a clean state, 
with all messages available to smartMailboxes, etc. I can send you the 
bindings off-list, if you'd like.


Z

On 15 Jan 2019, at 16:51, Edward Thome wrote:


On 13 Jan 2019, at 9:18, Zvi Biener wrote:

I'm a huge fan of the toggleFilterKey action. If you add a keybinding 
like:


"x" = ( "toggleFilterKey:", "unread");

Pressing it in will immediate show you only the unread messages, 
effectively disappearing all the others.


Actually, I have:

	"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");


Which also includes moving the focus on the messages, but that's not 
essential.


Zvi



Cool!
Thanks!
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

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


Re: [MlMt] Driving me nuts..

2019-01-15 Thread Edward Thome


On 13 Jan 2019, at 9:18, Zvi Biener wrote:

I'm a huge fan of the toggleFilterKey action. If you add a keybinding 
like:


"x" = ( "toggleFilterKey:", "unread");

Pressing it in will immediate show you only the unread messages, 
effectively disappearing all the others.


Actually, I have:

	"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");


Which also includes moving the focus on the messages, but that's not 
essential.


Zvi



Cool!
Thanks!
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Driving me nuts..

2019-01-13 Thread Zvi Biener
I'm a huge fan of the toggleFilterKey action. If you add a keybinding 
like:


"x" = ( "toggleFilterKey:", "unread");

Pressing it in will immediate show you only the unread messages, 
effectively disappearing all the others.


Actually, I have:

	"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", 
"mainOutline", "selectFirstMessageRow:");


Which also includes moving the focus on the messages, but that's not 
essential.


Zvi

On 13 Jan 2019, at 6:23, Annamarie Pluhar wrote:


Great tip. Done. Found.

Annamarie Pluhar
802-451-1941
802-579-5975 (iPhone - not good when I'm at my desk.)

On 12 Jan 2019, at 21:52, Edward Thome wrote:

On Jan 12, 2019, at 8:34 PM, Annamarie Pluhar 
 wrote:


Okay that’s an overstatement.

In one of my email accounts I have a “2” indicating that there 
are two unread emails. I can’t find them. Ideas?


I have a smart mailbox set up to show all unread emails.  I think is 
says   Flag   is not Seen

(Or ‘does not contain’)

All the Best,
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

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


Re: [MlMt] Driving me nuts..

2019-01-13 Thread Annamarie Pluhar

Great tip. Done. Found.

Annamarie Pluhar
802-451-1941
802-579-5975 (iPhone - not good when I'm at my desk.)

On 12 Jan 2019, at 21:52, Edward Thome wrote:

On Jan 12, 2019, at 8:34 PM, Annamarie Pluhar 
 wrote:


Okay that’s an overstatement.

In one of my email accounts I have a “2” indicating that there 
are two unread emails. I can’t find them. Ideas?


I have a smart mailbox set up to show all unread emails.  I think is 
says   Flag   is not Seen

(Or ‘does not contain’)

All the Best,
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate

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


Re: [MlMt] Driving me nuts..

2019-01-12 Thread Edward Thome

> On Jan 12, 2019, at 8:34 PM, Annamarie Pluhar  
> wrote:
> 
> Okay that’s an overstatement.
> 
> In one of my email accounts I have a “2” indicating that there are two unread 
> emails. I can’t find them. Ideas?

I have a smart mailbox set up to show all unread emails.  I think is says   
Flag   is not Seen
(Or ‘does not contain’)

All the Best,
Ed
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Driving me nuts..

2019-01-12 Thread Annamarie Pluhar

Okay that’s an overstatement.

In one of my email accounts I have a “2” indicating that there are 
two unread emails. I can’t find them. Ideas?



Annamarie Pluhar
802-451-1941
802-579-5975 (iPhone - not good when I'm at my desk.)
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate