From: Timo Sirainen Date: Sat, 15 Sep 2012 16:08:55 +0000 (+0300) Subject: imap-bodystructure.h comment fix X-Git-Tag: 2.2.alpha1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe49ef9cc7f6f7ee98498cb1bdc4b10381da9f8;p=thirdparty%2Fdovecot%2Fcore.git imap-bodystructure.h comment fix --- diff --git a/src/lib-imap/imap-bodystructure.h b/src/lib-imap/imap-bodystructure.h index bad823c2b3..7a6604047c 100644 --- a/src/lib-imap/imap-bodystructure.h +++ b/src/lib-imap/imap-bodystructure.h @@ -13,7 +13,7 @@ struct message_part_body_data { const char *content_disposition; const char *content_disposition_params; /* "key" "value" "key2" "value2" .. */ const char *content_md5; - const char *content_language; /* "key" "value" "key2" "value2" .. */ + const char *content_language; /* "lang1" "lang2" "lang3" .. */ const char *content_location; /* either one of these is set, but not both: */