aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r--mail/em-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h
index 6f18d96521..f3879ae484 100644
--- a/mail/em-utils.h
+++ b/mail/em-utils.h
@@ -36,6 +36,7 @@
G_BEGIN_DECLS
struct _EMFormat;
+struct _EShell;
gboolean em_utils_ask_open_many (GtkWindow *parent, gint how_many);
gboolean em_utils_prompt_user (GtkWindow *parent, const gchar *promptkey, const gchar *tag, ...);
@@ -104,6 +105,10 @@ gboolean em_utils_is_local_delivery_mbox_file (CamelURL *url);
gboolean em_utils_connect_service_sync (CamelService *service, GCancellable *cancellable, GError **error);
gboolean em_utils_disconnect_service_sync (CamelService *service, gboolean clean, GCancellable *cancellable, GError **error);
+gboolean em_utils_is_re_in_subject (struct _EShell *shell,
+ const gchar *subject,
+ gint *skip_len);
+
G_END_DECLS
#endif /* __EM_UTILS_H__ */