aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-attachment-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2014-03-031-4/+4
|
* Bug #724023 - Run EMailFormatter in the main/UI threadMilan Crha2014-02-101-5/+12
| | | | | | | Any GtkWidget creation or manipulation should be done exclusively from the main/UI thread, thus make sure it is done that way. Of course, evolution can freeze for a little time (depends on the message size), until its formatting is done. It's unnoticeable with usual messages.
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-0/+89
EMailPart is reference-counted, subclassed, and allows a custom finalize function. There's no excuse for it not to use GObject.