Please unsubscribe as malemute removed Thanks Tony Randall -- Gail & Tony Randall 168 McAlpine Way Boambee NSW 2540
From: [email protected] <[email protected]> Reply: [email protected] <[email protected]>> Date: 20 January 2015 at 2:45:58 pm To: [email protected] <[email protected]>> Subject: mailmate Digest, Vol 46, Issue 22 Send mailmate mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.freron.com/listinfo/mailmate or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of mailmate digest..." Today's Topics: 1. Re: Mail archiving best practice (Benny Kjær Nielsen) 2. Re: keybinding for next mailbox + focus in message window ? (Kai =?utf-8?q?Gro=C3=9Fjohann?=) 3. Re: Mail archiving best practice (Kai =?utf-8?q?Gro=C3=9Fjohann?=) 4. Re: keybinding for next mailbox + focus in message window ? (Max Andersen) 5. Re: Mail archiving best practice (Matthew Cawood) 6. Re: keybinding for next mailbox + focus in message window ? (Max Andersen) 7. Re: get/check mail manually ? (Gary Hull) ---------------------------------------------------------------------- Message: 1 Date: Mon, 19 Jan 2015 21:16:43 +0100 From: "Benny Kjær Nielsen" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] Mail archiving best practice Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"; Format="flowed" On 19 Jan 2015, at 7:45, Olivier Bedouelle wrote: > I'm use [eagleFiler](http://c-command.com/eaglefiler/) or/and > [FoxTrot](http://www.ctmdev.com/foxtrot/professional_search/index.html) Inspired by the addition of DEVONThink, I also added an EagleFiler bundle. If you are running the 64 bit beta of MailMate then it should pop up automatically in the list of bundles in the Bundles preferences pane (it can take a few hours before it happens). -- Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150119/2c455055/attachment-0001.html> ------------------------------ Message: 2 Date: Mon, 19 Jan 2015 21:54:27 +0100 From: "Kai =?utf-8?q?Gro=C3=9Fjohann?=" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] keybinding for next mailbox + focus in message window ? Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"; Format="flowed" Benny says he wants to fix something. Until then, may I propose another keybinding to focus the message list? "Q" = ("makeFirstResponder:", "mailboxesOutline"); "W" = ("makeFirstResponder:", "mainOutline"); "E" = ("makeFirstResponder:", "messageView"); With this, * `Q` focuses the list of mailboxes * `W` focuses the list of messages * `E` focuses the preview pane for the currently selected message I know it's just a workaround. But maybe it's better than nothing. Kai On 19 Jan 2015, at 11:08, Max Rydahl Andersen wrote: > Hi, > > I got this setup in my keybindings: > > "N" = "selectNextMailbox:"; > "P" = "selectPreviousMailbox:"; > > works great, except that when I use these I still have to use the > mouse to have the message list have focus before I can use 'n'/'p' for > next and previous messages. > > Anyway to have have the focus automatically go to the "right" place ? > > /max > http://about.me/maxandersen > _______________________________________________ > mailmate mailing list > [email protected] > http://lists.freron.com/listinfo/mailmate -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150119/525f10e5/attachment-0001.html> ------------------------------ Message: 3 Date: Mon, 19 Jan 2015 22:00:01 +0100 From: "Kai =?utf-8?q?Gro=C3=9Fjohann?=" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] Mail archiving best practice Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8"; Format="flowed" On that token, I've installed Dovecot, I'm running that on my MacBook, and I copy mails there for archival purposes. However, I'm not clear whether this means they are spotlight-searchable. (Probably not.) Hm. Is there a Spotlight indexer for Dovecot-flavored Maildir? Kai On 19 Jan 2015, at 7:29, Matthew Cawood wrote: > Any advice on best practice for archiving emails from MailMate? > > My preference is to archive in DevonThink, which holds my email > archives from the mid 2000s. But it seems that MailMate and Devonthink > don't hook up, so I'm looking for other robust options that are > Spotlight searchable. Any advice appreciated. > _______________________________________________ > mailmate mailing list > [email protected] > http://lists.freron.com/listinfo/mailmate -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150119/e543f73a/attachment-0001.html> ------------------------------ Message: 4 Date: Mon, 19 Jan 2015 23:01:09 +0100 From: Max Andersen <[email protected]> To: MailMate Users <[email protected]> Subject: Re: [MlMt] keybinding for next mailbox + focus in message window ? Message-ID: <capn8ud6phemfam4+xabzb90cf9dromcqmgviby2v32map66...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" can a keybinding do mulitple things ? like select next mailbox and then do the focus window ? On Mon, Jan 19, 2015 at 9:54 PM, Kai Großjohann <[email protected]> wrote: > Benny says he wants to fix something. Until then, may I propose another > keybinding to focus the message list? > > "Q" = ("makeFirstResponder:", "mailboxesOutline"); > "W" = ("makeFirstResponder:", "mainOutline"); > "E" = ("makeFirstResponder:", "messageView"); > > With this, > > - Q focuses the list of mailboxes > - W focuses the list of messages > - E focuses the preview pane for the currently selected message > > I know it's just a workaround. But maybe it's better than nothing. > > Kai > > On 19 Jan 2015, at 11:08, Max Rydahl Andersen wrote: > > Hi, > > I got this setup in my keybindings: > > "N" = "selectNextMailbox:"; > "P" = "selectPreviousMailbox:"; > > works great, except that when I use these I still have to use the mouse to > have the message list have focus before I can use 'n'/'p' for next and > previous messages. > > Anyway to have have the focus automatically go to the "right" place ? > > /max > http://about.me/maxandersen > ------------------------------ > > mailmate mailing list > [email protected] > http://lists.freron.com/listinfo/mailmate > > > _______________________________________________ > mailmate mailing list > [email protected] > http://lists.freron.com/listinfo/mailmate > > -- /max http://about.me/maxandersen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150119/51f3eb5e/attachment-0001.html> ------------------------------ Message: 5 Date: Tue, 20 Jan 2015 09:25:07 +1100 From: "Matthew Cawood" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] Mail archiving best practice Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed Well that was quick! Works well, except that for some reason I can't open mail attachments in Devonthink (open the .eml file in Apple Mail, and the attachment is there, though). As for configuring where the exported email goes in Devonthink: Devonthink pops up an HUD that allows you to select the location, or create a new folder. I wonder if the coding you've done will now give Devonthink the hooks to import whole mailboxes from MailMate, as it can with Apple Mail? Thanks for this. Wonderful service! On 20 Jan 2015, at 2:56, Benny Kjær Nielsen wrote: > On 19 Jan 2015, at 10:08, Benny Kjær Nielsen wrote: > >> On 19 Jan 2015, at 7:29, Matthew Cawood wrote: >> >>> My preference is to archive in DevonThink, which holds my email >>> archives from the mid 2000s. But it seems that MailMate and >>> Devonthink don't hook up, >> >> I plan to add that too and I did start creating it. If I remember >> correctly I delayed it, because DevonThink needs the original email >> instead of the summary-oriented style used for the various GTD >> bundles. (I'll check up on the state of this bundle.) > > Within a few hours you should see a “DEVONThink Pro” bundle in the > Bundles preferences pane (MailMate checks for bundle updates every few > hours). If you enable that then you should have a command for adding > an email to DEVONThink. It uses the subject of the email for the file > name and it also adds a URL to the record in order to easily go back > to the email from DEVONThink (⌃⌘O). It does not allow configuring > where to store it in DEVONThink though -- didn't quite figure out how > that is done. > > Note that this command can also be used in rules to automatically > archive an email and perhaps delete it from MailMate. This can even > happen automatically when an email reaches a certain age. > > -- > Benny > _______________________________________________ > mailmate mailing list > [email protected] > http://lists.freron.com/listinfo/mailmate ------------------------------ Message: 6 Date: Mon, 19 Jan 2015 23:36:55 +0100 From: "Max Andersen" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] keybinding for next mailbox + focus in message window ? Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed On 19 Jan 2015, at 23:01, Max Andersen wrote: > can a keybinding do mulitple things ? like select next mailbox and > then do > the focus window ? I tried this: "N" = ("selectNextMailbox:", "", "makeFirstResponder:", "mainOutline"); "P" = ("selectPreviousMailbox:", "", "makeFirstResponder:", "mainOutline"); but that does not seem to have any effect - just do the selectnext and prev. no change of focus ;/ /max > On Mon, Jan 19, 2015 at 9:54 PM, Kai Großjohann > <[email protected]> > wrote: > >> Benny says he wants to fix something. Until then, may I propose >> another >> keybinding to focus the message list? >> >> "Q" = ("makeFirstResponder:", "mailboxesOutline"); >> "W" = ("makeFirstResponder:", "mainOutline"); >> "E" = ("makeFirstResponder:", "messageView"); >> >> With this, >> >> - Q focuses the list of mailboxes >> - W focuses the list of messages >> - E focuses the preview pane for the currently selected message >> >> I know it's just a workaround. But maybe it's better than nothing. >> >> Kai >> >> On 19 Jan 2015, at 11:08, Max Rydahl Andersen wrote: >> >> Hi, >> >> I got this setup in my keybindings: >> >> "N" = "selectNextMailbox:"; >> "P" = "selectPreviousMailbox:"; >> >> works great, except that when I use these I still have to use the >> mouse to >> have the message list have focus before I can use 'n'/'p' for next >> and >> previous messages. >> >> Anyway to have have the focus automatically go to the "right" place ? >> >> /max >> http://about.me/maxandersen >> ------------------------------ >> >> mailmate mailing list >> [email protected] >> http://lists.freron.com/listinfo/mailmate >> >> >> _______________________________________________ >> mailmate mailing list >> [email protected] >> http://lists.freron.com/listinfo/mailmate >> >> > > > -- > /max > http://about.me/maxandersen /max http://about.me/maxandersen ------------------------------ Message: 7 Date: Tue, 20 Jan 2015 12:43:30 +0900 From: "Gary Hull" <[email protected]> To: "MailMate Users" <[email protected]> Subject: Re: [MlMt] get/check mail manually ? Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed On 15 Jan 2015, at 18:08, Benny Kjær Nielsen wrote: > On 15 Jan 2015, at 1:25, Gary Hull wrote: > >> It would be nice to: >> >> -- Have more and longer options for Synchronize Schedule, such as >> Daily (at which point it might be nice to be able to specify the >> time, since for every 10 minutes it doesn't really matter, but for >> daily, you may want it in the morning just before work or something. >> For Weekly, it returns to a state where time of day isn't important. > > The “Syncronization Schedule” is primarily intended for being able > to tell MailMate how many resources it should spend on keeping > mailboxes up-to-date. For some users, it'll be enough to have the > INBOX connected and the rest of the mailbox non-synchronized. Note > that a mailbox is *always* synchronized when selected. > > The longer delays you are asking for I guess is more inteneded to be > used as some kind of “Do not disturb” feature. In that case you > would also not want it to synchronize when selected. > > Let me know if I'm wrong about this assumption. Yes, I guess a Do Not Disturb feature is what I meant, but I suppose I could just set Displayed Count > No Count: The mail would be there, but I just wouldn't know about it. ------------------------------ Subject: Digest Footer _______________________________________________ mailmate mailing list [email protected] http://lists.freron.com/listinfo/mailmate ------------------------------ End of mailmate Digest, Vol 46, Issue 22 ****************************************
_______________________________________________ mailmate mailing list [email protected] http://lists.freron.com/listinfo/mailmate
