aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-signature-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Move signature script execution to e-util/e-signature-utils.s so theMatthew Barnes2009-02-161-0/+1
| | | | | | | | | composer can invoke it. Composer no longer needs mail-config.h. Split signature preview into a new widget: ESignaturePreview. svn path=/branches/kill-bonobo/; revision=37272
* Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | - Break the UI out of Glade and into small, manageable widgets: ESignatureEditor (moved from mail to widgets/misc) ESignatureManager ESignatureTreeView ESignatureScriptDialog - Move several signature utilities to e-util/e-signature-utils.c so they're accessible from widgets/misc without introducing circular dependences. - Have EMailShellModule listen for new GtkhtmlEditor windows (from which EMsgComposer and ESignatureEditor are derived) and configure the window with spelling and HTML editing user preferences. - Drastically simplifies em-composer-prefs.c. svn path=/branches/kill-bonobo/; revision=37239
* Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-0/+33
This reduces the dependency of the composer on the mail module, which is currently a circular dependency. svn path=/branches/kill-bonobo/; revision=37135