aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-display.c
Commit message (Collapse)AuthorAgeFilesLines
* Move text searching UI into a new EMailSearchBar widget.Matthew Barnes2009-03-021-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=37351
* Split the interactive parts of the message display out of EMFormatHTMLDisplayMatthew Barnes2009-03-011-0/+627
to a new GtkHTML subclass named EMailDisplay, and have EMFormatHTML create an instance of that. EMailDisplay will handle link clicking, mousing over URIs, popup menus, and interactive search. This makes EMFormatHTMLDisplay and EMailReader more lightweight. Clean up more of the EMFormat stack. svn path=/branches/kill-bonobo/; revision=37346