aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-27 04:50:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-27 04:50:58 +0800
commitce3e488074e540d16b972e1dc691d2a8ea3f825b (patch)
tree3943ceb5012f220245bed1f3afde39d1b3c4eff1 /camel/camel-mime-message.h
parent87def266b0efafd38ae3a4886e2af3ee1996bdc2 (diff)
downloadgsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar.gz
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar.bz2
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar.lz
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar.xz
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.tar.zst
gsoc2013-evolution-ce3e488074e540d16b972e1dc691d2a8ea3f825b.zip
New function to convenience Larry ;-)
2001-09-26 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-message.c (camel_mime_message_get_part_by_content_id): New function to convenience Larry ;-) * camel-pgp-mime.c (camel_pgp_mime_is_rfc2015_signed): block out some code if ENABLE_PEDANTIC_PGPMIME is not defined. svn path=/trunk/; revision=13165
Diffstat (limited to 'camel/camel-mime-message.h')
-rw-r--r--camel/camel-mime-message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h
index 4f154aee1f..7d65dd6af3 100644
--- a/camel/camel-mime-message.h
+++ b/camel/camel-mime-message.h
@@ -127,6 +127,8 @@ void camel_mime_message_set_best_encoding (CamelMimeMess
CamelBestencEncoding enctype);
void camel_mime_message_encode_8bit_parts (CamelMimeMessage *mime_message);
+CamelMimePart *camel_mime_part_get_part_by_content_id (CamelMimeMessage *message, const char *content_id);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */