Re: [MlMt] Submailboxes regression with r5060
On 19 Feb 2015, at 18:03, Torsten Grust wrote: On 19 Feb 2015, at 17:06, Benny Kjær Nielsen wrote (with possible deletions): I can reproduce the issue. I first tried adding a new tag to a message which worked fine, but then I added another tag to the same message and I got two unnamed submailboxes. I'll look into it. Thanks for looking into it! Great! I've tried to fix this in the latest test version. It was more tricky than I thought and a proper fix would require more work. I believe it works now though. I've also been looking into the mythical double character issue which is bug number 1 on my list now. It's not fixed, but at least I've seen it myself a few times now :-) Anyone with an interest in that should follow [this ticket](http://freron.lighthouseapp.com/projects/58672/tickets/718-double-characters-in-search-box#ticket-718-27). Have a nice weekend. -- Benny ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] Submailboxes regression with r5060
On 20 Feb 2015, at 15:56, Benny Kjær Nielsen wrote (with possible deletions): On 19 Feb 2015, at 18:03, Torsten Grust wrote: On 19 Feb 2015, at 17:06, Benny Kjær Nielsen wrote (with possible deletions): I can reproduce the issue. I first tried adding a new tag to a message which worked fine, but then I added another tag to the same message and I got two unnamed submailboxes. I'll look into it. Thanks for looking into it! Great! I've tried to fix this in the latest test version. It was more tricky than I thought and a proper fix would require more work. I believe it works now though. r5063 appears to fix this bug for me. Thanks a bunch, Benny! I've also been looking into the mythical double character issue which is bug number 1 on my list now. It's not fixed, but at least I've seen it myself a few times now :-) Ddoouubbllee cchhaarraacctteerrss?? II ddoonn''tt ss tthhaatt hheerree.. Have a nice weekend. You too! Cheers, --Torsten -- | Torsten "Teggy" Grust | torsten.gr...@gmail.com ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] keeping sent mail with other mail
On 17 Feb 2015, at 17:56, Benny Kjær Nielsen wrote: On 17 Feb 2015, at 15:02, Shoshanna Green wrote: it occurred to me that MMate's experimental 2.0 feature of Rules lets me just set up a rule on my Sent Messages mailbox that says to move all incoming messages to my Inbox! So simple. So obvious. Is there any reason I shouldn't do that? I've always strenuously ignored Sent Messages folders, so if this is going to mess something up behind the scenes, please tell me. I don't see any problem with that. Except, it belatedly occurred to me, that doing so means I won't see my sent mail when I'm on an iOS device, or otherwise not using MailMate, until MailMate has been run and triggered the rule. So I'm back to BCC:ing myself. Happily, a bit of digging turned up ticket 557, http://freron.lighthouseapp.com/projects/58672/tickets/557-request-auto-bcc-option-to-from-address, with its (otherwise undocumented?) way of automagically BCCing whatever address I'm sending from. That was pretty much the last feature I needed to tip me over into buying a license! -- Shoshanna Green shoshan...@gmail.com ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] spacebar: scroll message, or toggle headers?
On 15 Feb 2015, at 18:06, Benny Kjær Nielsen wrote: On 15 Feb 2015, at 21:06, Shoshanna Green wrote: When I open a message I've received, often I'm going to want to scroll down to read it all. But if I immediately hit the spacebar, it toggles between full and compact headers. I have to click in the message body to focus it, and only then will the spacebar scroll the message. At first I didn't understand this, but reading the replies I understand that it's about the single message window. I'll fix the default focus. Yes, sorry -- I'm using the Widescreen layout, but with the message list expanded all the way to the right, so that all messages are forced to open in new windows. (I use Witch, http://manytricks.com/witch/, to give me keyboard access to windows, so I always prefer individual windows to panes or tabs. If I could have the mailbox list and message list in individual windows, I'd do that too!) Well, the tab key should also move the focus to the message view. Not reliably. Tab changes the focus, but if the message has blocked external references, Tab moves the focus to the Load Once, Mark as Not Junk, and Move to Junk buttons before getting to the message body. I do think the default focus should be on the message body, so I look forward to that! -- Shoshanna Green shoshan...@gmail.com ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
[MlMt] Resetting layouts
Is there a way to reset the view layouts to their default proportions without throwing away all my preferences entirely? ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] spacebar: scroll message, or toggle headers?
On 20 Feb 2015, at 17:27, Shoshanna Green wrote: I do think the default focus should be on the message body, so I look forward to that! Hold down ⌥ when clicking “Check Now” in the Software Update preferences pane. I fixed this a few days ago -- at least I think I did :-) -- Benny ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] spacebar: scroll message, or toggle headers?
On 20 Feb 2015, at 11:53, Benny Kjær Nielsen wrote: On 20 Feb 2015, at 17:27, Shoshanna Green wrote: I do think the default focus should be on the message body, so I look forward to that! Hold down ⌥ when clicking “Check Now” in the Software Update preferences pane. I fixed this a few days ago -- at least I think I did :-) Yep, thanks, yay! -- Shoshanna Green shoshan...@gmail.com ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] Resetting layouts
On 20 Feb 2015, at 17:37, John Cooper wrote: Is there a way to reset the view layouts to their default proportions without throwing away all my preferences entirely? That is actually non-trivial, but I think the following should work (quit MailMate first): defaults read com.freron.MailMate | grep "MmMailboxes.*MmSplitView" | tr -d ' ' | cut -f1 -d= | xargs -n1 defaults delete com.freron.MailMate defaults delete com.freron.MailMate MmWindows -- Benny ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] Resetting layouts
On 2015-02-20 11:58, Benny Kjær Nielsen wrote: >> Is there a way to reset the view layouts to their default proportions >> without throwing away all my preferences entirely? > > That is actually non-trivial, but I think the following should work (quit > MailMate first): > > defaults read com.freron.MailMate | grep "MmMailboxes.*MmSplitView" | tr -d ' > ' | cut -f1 -d= | xargs -n1 defaults delete com.freron.MailMate > defaults delete com.freron.MailMate MmWindows Thank you! It worked. ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
[MlMt] Applying Rules
If I right click on a mailbox/folder and select 'Apply Rules', shouldn't the rules defined by applied to all messages within the folder? I don't see this happening. Or am I misunderstanding what the 'apply rules' feature mean? — a Curtis m ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] Applying Rules
On 20 Feb 2015, at 21:06, Allie Martin wrote: If I right click on a mailbox/folder and select 'Apply Rules', shouldn't the rules defined by applied to all messages within the folder? I don't see this happening. Or am I misunderstanding what the 'apply rules' feature mean? This menu item is currently very limited. It only applies the rules of the current mailbox to the selected messages in the current mailbox. You'll need to hit ⌘A first to apply to all messages. -- Benny ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
[MlMt] Smart Folder Conditions not filtering as expected
Hi. I have a large number of emails from two domains and I want to have two smart folders: one that catches the few that have two particular words somewhere in their header or body, and another that catches all the others. Here are my conditions for the one that only catches a few messages and it works as I expect: All Mailboxes > All Body Parts All Any From > Domainis example.com From > Domainis example2.com Any Common Headers or body contains MySpecialWord Common Headers or body contains MySpecialWord2 Any message from these two domains with either special word is filtered into this smart folder. Here is the one that should catch all the others, but not the ones caught above: All Mailboxes > All Body Parts All Any From > Domainis example.com From > Domainis example2.com All Common Headers or body does not contain MySpecialWord Common Headers or body does not contain MySpecialWord2 This does not work as I expect and I get all messages from both domains in this Smart Folder. Am I missing something crucial? I am running 1.9 (5063). Should I go back to a previous version to see if it works better there? -Helen ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate
Re: [MlMt] Applying Rules
On February 20, 2015 03:23:27 pm GMT-5, "Benny Kjær Nielsen" wrote: This menu item is currently very limited. It only applies the rules of the current mailbox to the selected messages in the current mailbox. You'll need to hit ⌘A first to apply to all messages. OK. I can confirm that this works. Makes for some nice rearranging. The nice thing about the SmartMailboxes, is that you can have a single filter work on messages from different source accounts and easily filter messages from one source account mailbox to another. -- Curtis acm ___ mailmate mailing list mailmate@lists.freron.com http://lists.freron.com/listinfo/mailmate