dovecot-2.2: lib-mail: Forgot to commit .h file for message_deco...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 14 23:27:11 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/3d612ade5d75
changeset: 18155:3d612ade5d75
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 15 01:26:02 2015 +0200
description:
lib-mail: Forgot to commit .h file for message_decoder_current_content_type() change.

diffstat:

 src/lib-mail/message-decoder.h |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 55555824f636 -r 3d612ade5d75 src/lib-mail/message-decoder.h
--- a/src/lib-mail/message-decoder.h	Thu Jan 15 01:22:04 2015 +0200
+++ b/src/lib-mail/message-decoder.h	Thu Jan 15 01:26:02 2015 +0200
@@ -40,6 +40,11 @@
 				       struct message_block *input,
 				       struct message_block *output);
 
+/* Returns the parsed Content-Type of the current MIME part. If there is no
+   explicit Content-Type, returns NULL. */
+const char *
+message_decoder_current_content_type(struct message_decoder_context *ctx);
+
 /* Call whenever message changes */
 void message_decoder_decode_reset(struct message_decoder_context *ctx);
 


More information about the dovecot-cvs mailing list