aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-18 23:02:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-20 01:07:20 +0800
commit5fd22430809036acf607d3d3cd5f4b32c1f1cc81 (patch)
tree460fd37581efc61e5e0caf5772fb26bedbd6a25b /em-format/e-mail-part.h
parent366b731a169ac54a0407f5d85879c38ba463398a (diff)
downloadgsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar.gz
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar.bz2
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar.lz
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar.xz
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.tar.zst
gsoc2013-evolution-5fd22430809036acf607d3d3cd5f4b32c1f1cc81.zip
Add e_mail_part_id_has_suffix().
Diffstat (limited to 'em-format/e-mail-part.h')
-rw-r--r--em-format/e-mail-part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/em-format/e-mail-part.h b/em-format/e-mail-part.h
index 8a71d3be9f..769d5bbc4c 100644
--- a/em-format/e-mail-part.h
+++ b/em-format/e-mail-part.h
@@ -101,6 +101,8 @@ void e_mail_part_set_cid (EMailPart *part,
const gchar *cid);
gboolean e_mail_part_id_has_prefix (EMailPart *part,
const gchar *prefix);
+gboolean e_mail_part_id_has_suffix (EMailPart *part,
+ const gchar *suffix);
void e_mail_part_update_validity (EMailPart *part,
CamelCipherValidity *validity,
guint32 validity_type);