aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-attachment-handler-mail.h
Commit message (Collapse)AuthorAgeFilesLines
* Extend EAttachmentView by subclassing EAttachmentHandler.Matthew Barnes2009-04-011-0/+65
So far it only supports extending the attachment pop-up menu, but I also plan to support extending drag and drop types. Might even end up replacing EMFormatHook. Two subclasses created so far: EAttachmentHandlerImage handles images (built-in) EAttachmentHandlerMail handles emails (defined in mail module) svn path=/branches/kill-bonobo/; revision=37487