On 1 Feb 2014, at 17:32, Andy wrote:
I looked near the mail plugin and it appears it doesn’t yet grok mailboxes.
You should be able to access Mailboxes by selecting Mail.app and hitting → or /. You can’t currently add these things directly to the catalog, though.
Next next thing I looked into was the Spotlight plugin which I think could
make it work, if I could work out a good Spotlight query for ‘draft
Mail.app inbox(es)’.
The Mail plug-in actually uses Spotlight to show mailboxes and messages, so that should work in theory.
Try a new Spotlight catalog entry with the search as kMDItemKind == 'Mail Message’ and limit it to the folder ~/Library/Mail/V2/Some-Account/Drafts.mbox
The main problem you’ll see is that Quicksilver just presents the name of the file, so it might be difficult to locate a specific message that way. (When you right-arrow into Mail.app, there are additional things happening that make the messages recognizable.)
--
Rob McBroom
http://www.skurfer.com/
--
You received this message because you are subscribed to the Google Groups "Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blacktree-quicks...@googlegroups.com.
To post to this group, send email to blacktree-...@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.
On 4 Feb 2014, at 10:09, Andy Park wrote:
Working with the Mail.app and its children items presented me with the following difficulties.
- It makes QS very unresponsive. Not just the initial listing when I right-arrow (which beachballed and took about a minute), but also after I drilled down into a mailbox, it would make QS activation / deactivation lag by more than 20 seconds.
Oh, yeah. It’s passable on an SSD, but I imagine it’s unusable on anything else. It has to pull in subject, etc. from every single message.
- So it looks like working with the spotlight catalog wouldn't be very useful unless it could access the QuickLook data
Actually, I forgot, but you can Quick Look the messages in Quicksilver. You can set the “Spacebar behavior” preference to Quick Look, or just use ⌘Y.
Would it be feasible to influence the Spotlight plugin to present a different view of the item?
It’s just using Quicksilver’s default code for dealing with files. I have plans to allow plug-ins to say “I can do a better job with this file type”, but nothing that will be available any time soon.
On 4 Feb 2014, at 10:09, Andy Park wrote:
Working with the Mail.app and its children items presented me with the following difficulties.
- It makes QS very unresponsive. Not just the initial listing when I right-arrow (which beachballed and took about a minute), but also after I drilled down into a mailbox, it would make QS activation / deactivation lag by more than 20 seconds.
Oh, yeah. It’s passable on an SSD, but I imagine it’s unusable on anything else. It has to pull in subject, etc. from every single message.
- So it looks like working with the spotlight catalog wouldn't be very useful unless it could access the QuickLook data
Actually, I forgot, but you can Quick Look the messages in Quicksilver. You can set the “Spacebar behavior” preference to Quick Look, or just use ⌘Y.
Would it be feasible to influence the Spotlight plugin to present a different view of the item?
It’s just using Quicksilver’s default code for dealing with files. I have plans to allow plug-ins to say “I can do a better job with this file type”, but nothing that will be available any time soon.