dovecot-2.2: imap-bodystructure.h comment update

dovecot at dovecot.org dovecot at dovecot.org
Sat Sep 15 19:08:18 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/ccf6399055e7
changeset: 15060:ccf6399055e7
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Sep 15 19:08:11 2012 +0300
description:
imap-bodystructure.h comment update

diffstat:

 src/lib-imap/imap-bodystructure.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ef1519ebfb4f -r ccf6399055e7 src/lib-imap/imap-bodystructure.h
--- a/src/lib-imap/imap-bodystructure.h	Sat Sep 15 19:06:37 2012 +0300
+++ b/src/lib-imap/imap-bodystructure.h	Sat Sep 15 19:08:11 2012 +0300
@@ -11,9 +11,9 @@
 	const char *content_id;
 	const char *content_description;
 	const char *content_disposition;
-	const char *content_disposition_params;
+	const char *content_disposition_params; /* "key" "value" "key2" "value2" .. */
 	const char *content_md5;
-	const char *content_language;
+	const char *content_language; /* "key" "value" "key2" "value2" .. */
 	const char *content_location;
 
 	/* either one of these is set, but not both: */


More information about the dovecot-cvs mailing list