Re: [MlMt] Bounties

2016-05-27 Thread Benjamin Coddington

Hi Kee,

On 26 May 2016, at 23:43, Kee Hinckley wrote:

First of all, I just want to say that Benny is amazing. I wrote [one 
of the first multimedia email applications on 
Unix](https://books.google.com/books?id=wBIEMBAJ&pg=PA37&lpg=PA37&dq=alfalfa+poste&source=bl&ots=qTvRV7NFjj&sig=wjLRY1k1VdeBrumoNL-9tlsUuiA&hl=en&sa=X&ved=0ahUKEwjI0s--qvnMAhUU9GMKHcNRD5oQ6AEILjAD#v=onepage&q=alfalfa%20poste&f=false) 
a long time ago, and for many years I've considered doing a more 
modern one. MailMate makes that moot. It's an amazing application, and 
with the new HTML features coming down the road, it's even more so.


Secondly, I want to say that I've put my money where my mouth is, and 
I'd like to encourage everyone else to do the same. I **live** in 
email, and I'm sure many of you do. Benny is making his living doing a 
really hard thing; writing an application that competes with something 
that's available for free. MailMate will always be a niche application 
targeted at hardcore mail users, and we need to support that. When 
MailMate started supporting the features I needed to use it at work I 
bought several extra licenses I didn't need. Because I **need** this 
application, and I need Benny to be able to make a good living 
supporting it. It was wonderful that I was able to hack MailMate to 
work with HTML mail before. It's even _more_ wonderful that I don't 
have to anymore. If you find MailMate invaluable for your work—and I 
know many of you do—please contribute more.


Thirdly, I want to put out a bounty for the one feature I'm missing. 
I'll pitch in an additional $100 when MailMate supports sorting 
threaded messages sorted by the most recent item in the thread.


It already does this when sorting by Date fields with "Organize by 
Thread"

enabled.  What am I missing?

Ben

It's the one thing missing for me to use sorting by threads in my 
inbox. Right now I use a very nice three pane solution someone 
provided (and it's _amazing_ that MailMate can be extended that way), 
that puts a separate "sort by subject" pane to one side, and I leave 
my inbox simply sorted by date, without grouping. That's almost what I 
want, but not quite. I'd like to have my inbox display threads with 
the most recent messages first, so that if someone replies to 
something three weeks ago (and they do a lot), it doesn't get lost in 
my 4000 message Inbox. If you feel similarly, please pledge your 
support. And I encourage Benny to set up a way for people to vote for 
feature with their wallet. This is an amazing product, and I can't 
work without it.


Thank you Benny.___
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] Feature Request: select next/previous mailbox in view history

2016-05-27 Thread Benjamin Coddington
Hi Matt,  I use "g" = "goToMailbox:" in my keybindings, and a little 
muscle memory helps me switch between my most frequent 4 or 5 mailboxes 
very quickly.  No history, so a little different than what you're 
looking for, but still it is a very fast way to switch mailboxes.


Ben

On 26 May 2016, at 15:55, Matt Gray wrote:

I use Slack a fair amount, and I've grown to love the ability to 
rapidly move forwards and backwards through a history of channels I 
have recently viewed, using keyboard shortcuts (⌘[ and ⌘]).


The MailMate analog to a channel in Slack is a mailbox, I think. 
Imagine a pair of selectors that function like selectNextMailbox: and 
selectPreviousMailbox:, but instead of operating on the sorted order 
of mailboxes in the mailbox pane, it would traverse your "mailbox view 
history" which MailMate would maintain in memory, behind the scenes. 
The selectors (for sake of example) could be 
selectNextMailboxInHistory: and selectPreviousMailboxInHistory:.


Is there a way to accomplish this behavior with MailMate's current 
beta?


If not, would other MailMate users find a navigable mailbox view 
history useful for hopping between mailboxes?


--
Matt
___
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] Feature Request: select next/previous mailbox in view history

2016-05-27 Thread Ale Muñoz
Another option if just hitting Cmd+T (I love that, coming from TextMate 
: ) and using up & down arrows to select the mailbox.


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


Re: [MlMt] Feature Request: select next/previous mailbox in view history

2016-05-27 Thread Rob McBroom

On 27 May 2016, at 5:29, Ale Muñoz wrote:

Another option if just hitting Cmd+T (I love that, coming from 
TextMate : ) and using up & down arrows to select the mailbox.


Yes. Similar to ⌘K in Slack, only better because it allows 
Quicksilver-style matching.


--
Rob McBroom
http://www.skurfer.com/
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] allowing .* for folder/label name in smart mailboxes ?

2016-05-27 Thread Benny Kjær Nielsen

On 25 May 2016, at 8:59, Max Rydahl Andersen wrote:

Would it be possible to allow for specifying a regular expression 
pattern or a "begins-with" criteria instead ?


i.e.
All
"match pattern: mycompany/lists/someteam-.*"


No, but you could perhaps use “Source contains 
mycompany/lists/someteam-” as a mailbox condition?


There's no support for regular expressions yet. Well, only implicitly 
using custom specifiers.


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


Re: [MlMt] allowing .* for folder/label name in smart mailboxes ?

2016-05-27 Thread Max Rydahl Andersen

On 27 May 2016, at 16:24, Benny Kjær Nielsen wrote:


On 25 May 2016, at 8:59, Max Rydahl Andersen wrote:

Would it be possible to allow for specifying a regular expression 
pattern or a "begins-with" criteria instead ?


i.e.
All
"match pattern: mycompany/lists/someteam-.*"


No, but you could perhaps use “Source contains 
mycompany/lists/someteam-” as a mailbox condition?


That actually seem to work great! Awesome.

And this kind of "All messages" + criteria is not going to make things 
much slower ?



There's no support for regular expressions yet.


Are you telling me there is hope ? :)


Well, only implicitly using custom specifiers.


do tell ?

/max
http://about.me/maxandersen
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Feature Request: select next/previous mailbox in view history

2016-05-27 Thread Matt Gray

On 27 May 2016, at 4:23, Benjamin Coddington wrote:

Hi Matt,  I use "g" = "goToMailbox:" in my keybindings, and a little 
muscle memory helps me switch between my most frequent 4 or 5 
mailboxes very quickly.  No history, so a little different than what 
you're looking for, but still it is a very fast way to switch 
mailboxes.


Thanks! I currently use a mixture of `g`-prefixed keybindings that 
either sommon the ⌘T switcher or jump to a specific mailbox, and 
vim-like keybindings for more localized movement, so I'm definitely 
benefiting from the immense power & flexibility of MailMate there.


My setup is pretty fast as-is, but I'm always looking to optimize. :)

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