changeset 15060:ccf6399055e7

imap-bodystructure.h comment update
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Sep 2012 19:08:11 +0300
parents ef1519ebfb4f
children 108b28e864c4
files src/lib-imap/imap-bodystructure.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: */