On Nov 11, 2012, at 7:58 PM, Kevin Ernst <[email protected]> wrote: > I did find https://github.com/quicksilver/elements.support.mail-qsplugin, and > the documentation there is pretty sparse, so I'm mostly assuming that the > answer is that I should read the code for the Apple Mail mediator plugin and > go from there.
More or less. There’s a lot of stuff in that plug-in. All you really need to implement are the three methods listed under the protocol in https://github.com/quicksilver/elements.support.mail-qsplugin/blob/master/QSMailMediator.h A lot of the work will be in the Info.plist. (You’ll need to set it up correctly for Thunderbird to appear as a choice under the preferences.) Check the Mail.app plug-in for an example. There’s plenty of documentation on writing plug-ins, but very little of it applies to mail mediators. If nothing else, it can help you get a basic empty plug-in created. http://projects.skurfer.com/QuicksilverPlug-inReference.mdown > Any nudge in the right direction would be appreciated. I am not a proficient > ObjC developer, but this is important enough to me that I could be motivated > to learn. I know how you feel. This is how I ended up as a lead developer for QS. :-) I’m sure you’ll have additional questions. You’re probably better off asking on the dev list: [email protected] -- Rob McBroom <http://www.skurfer.com/> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
