aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-attachment-handler-mail.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixes and formerly unfinished bits of the attachment rewrite.Matthew Barnes2009-04-111-8/+151
| | | | svn path=/branches/kill-bonobo/; revision=37513
* Finish attachment drag and drop.Matthew Barnes2009-04-021-24/+136
| | | | | | | | | Expunge em-popup.c of dead code. Not much left. Kill the save-attachments (experimental) plugin. The attachment bar can already save all at once. svn path=/branches/kill-bonobo/; revision=37488
* Extend EAttachmentView by subclassing EAttachmentHandler.Matthew Barnes2009-04-011-0/+269
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