diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 04:06:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 00:43:28 +0800 |
commit | c6911b3029629f1032dd594249c099d79efe9fe1 (patch) | |
tree | 72cf7960f344ef63488af633a66dab684ae5b32a /mail/em-utils.h | |
parent | c0d998229d5a3d2b65445b9025de7b23112f4063 (diff) | |
download | gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.gz gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.zst gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.zip |
Fix "make distcheck" errors.
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 63056b28f4..64c4d7aba7 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -32,6 +32,8 @@ #include <camel/camel-mime-part.h> #include <camel/camel-stream.h> +#include <mail/e-mail-reader.h> + G_BEGIN_DECLS struct _EMFormat; @@ -55,7 +57,7 @@ void em_utils_save_messages (GtkWindow *parent, CamelFolder *folder, GPtrArray * void em_utils_add_address(GtkWindow *parent, const gchar *email); void em_utils_add_vcard(GtkWindow *parent, const gchar *vcard); -void em_utils_flag_for_followup (GtkWindow *parent, CamelFolder *folder, GPtrArray *uids); +void em_utils_flag_for_followup (EMailReader *reader, CamelFolder *folder, GPtrArray *uids); void em_utils_flag_for_followup_clear (GtkWindow *parent, CamelFolder *folder, GPtrArray *uids); void em_utils_flag_for_followup_completed (GtkWindow *parent, CamelFolder *folder, GPtrArray *uids); |