diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-13 22:31:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:40 +0800 |
commit | f78795f4dff8b225d78385c5e23e1cd44ee946ad (patch) | |
tree | a35151efbda32b3fbc0b352b86dd1c7089d84240 /composer/e-composer-private.h | |
parent | 68c35c4bedc4cd36cf2396121921f2e781b631fb (diff) | |
download | gsoc2013-evolution-f78795f4dff8b225d78385c5e23e1cd44ee946ad.tar.gz gsoc2013-evolution-f78795f4dff8b225d78385c5e23e1cd44ee946ad.tar.zst gsoc2013-evolution-f78795f4dff8b225d78385c5e23e1cd44ee946ad.zip |
Adapt composer to the new ESource API.
Diffstat (limited to 'composer/e-composer-private.h')
-rw-r--r-- | composer/e-composer-private.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h index 990c5b64bc..4c40872797 100644 --- a/composer/e-composer-private.h +++ b/composer/e-composer-private.h @@ -31,6 +31,12 @@ #include <glib/gi18n-lib.h> #include <libebackend/e-extensible.h> +#include <libedataserver/e-source-mail-composition.h> +#include <libedataserver/e-source-mail-identity.h> +#include <libedataserver/e-source-mail-signature.h> +#include <libedataserver/e-source-mail-submission.h> +#include <libedataserver/e-source-openpgp.h> +#include <libedataserver/e-source-smime.h> #include "e-composer-actions.h" #include "e-composer-activity.h" @@ -48,9 +54,9 @@ #include "widgets/misc/e-attachment-icon-view.h" #include "widgets/misc/e-attachment-paned.h" #include "widgets/misc/e-attachment-store.h" +#include "widgets/misc/e-mail-signature-combo-box.h" #include "widgets/misc/e-picture-gallery.h" #include "widgets/misc/e-preferences-window.h" -#include "widgets/misc/e-signature-combo-box.h" #include "widgets/misc/e-web-view-gtkhtml.h" #include "shell/e-shell.h" @@ -141,6 +147,7 @@ gboolean e_composer_paste_uris (EMsgComposer *composer, gboolean e_composer_selection_is_image_uris (EMsgComposer *composer, GtkSelectionData *selection); +void e_composer_update_signature (EMsgComposer *composer); G_END_DECLS |