aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-part-list.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-09-27 21:05:59 +0800
committerMilan Crha <mcrha@redhat.com>2013-09-27 21:05:59 +0800
commit6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb (patch)
tree6d24c920432b31ee2126454c552522afcc5d6e44 /em-format/e-mail-part-list.h
parent1f38d1726eea377ac625d2d53e21682c831d1d45 (diff)
downloadgsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar.gz
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar.bz2
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar.lz
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar.xz
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.tar.zst
gsoc2013-evolution-6d68c41da73744865afb2ddcdf6b0c82ce9fc6fb.zip
Bug #689787 - Prefer-plain can hide message body for composer
Diffstat (limited to 'em-format/e-mail-part-list.h')
-rw-r--r--em-format/e-mail-part-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/em-format/e-mail-part-list.h b/em-format/e-mail-part-list.h
index 3694075100..b502da5c93 100644
--- a/em-format/e-mail-part-list.h
+++ b/em-format/e-mail-part-list.h
@@ -72,6 +72,7 @@ EMailPart * e_mail_part_list_ref_part (EMailPartList *part_list,
guint e_mail_part_list_queue_parts (EMailPartList *part_list,
const gchar *part_id,
GQueue *result_queue);
+gboolean e_mail_part_list_is_empty (EMailPartList *part_list);
CamelObjectBag *
e_mail_part_list_get_registry (void);