diff options
author | Milan Crha <mcrha@redhat.com> | 2011-12-22 23:38:51 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-12-22 23:38:51 +0800 |
commit | 0cd98f1a85724293e2583180b8d8dc4b2284647f (patch) | |
tree | f7bda6377ad95c40ed5cf8d5a79590f2a9094344 /mail/em-utils.h | |
parent | 987fb91d5ec4b61d1283acdb9cf02960cc47b74d (diff) | |
download | gsoc2013-evolution-0cd98f1a85724293e2583180b8d8dc4b2284647f.tar.gz gsoc2013-evolution-0cd98f1a85724293e2583180b8d8dc4b2284647f.tar.zst gsoc2013-evolution-0cd98f1a85724293e2583180b8d8dc4b2284647f.zip |
Bug #661087 - Add ability to remove localized "Re:" prefixes in subject
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 5 |
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__ */ |