diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-02 03:47:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-02 03:47:06 +0800 |
commit | 433683fae007ac7effc4418991cbadaf022d205a (patch) | |
tree | da1c72877eb0e6ad73112a4763f8cc545bb57f49 /mail/mail-ops.c | |
parent | 823c4492c54d09fab675b1c15966ef981a58ca9e (diff) | |
download | gsoc2013-evolution-433683fae007ac7effc4418991cbadaf022d205a.tar.gz gsoc2013-evolution-433683fae007ac7effc4418991cbadaf022d205a.tar.zst gsoc2013-evolution-433683fae007ac7effc4418991cbadaf022d205a.zip |
Updated for signature API changes.
2004-04-01 Jeffrey Stedfast <fejj@ximian.com>
* importers/netscape-importer.c (netscape_import_accounts):
Updated for signature API changes.
* mail-account-gui.c: Same.
* mail-signature-editor.c: Same.
* em-composer-prefs.c: Same.
* mail-config.c: Rewrote the signature stuff to use ESignatureList
instead. Much cleaner and less broken.
* em-mailer-prefs.c (em_mailer_prefs_construct): Always make the
Add/Remove Header buttons de-sensitised at the start. Fixes bug
#56284.
svn path=/trunk/; revision=25282
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 043c04ef6e..5cf845e93c 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -38,6 +38,7 @@ #include <camel/camel-vtrash-folder.h> #include <camel/camel-vee-store.h> #include "mail-component.h" +#include "mail-config.h" #include "mail-tools.h" #include "mail-ops.h" #include "mail-vfolder.h" |