dovecot: imap_arg_string() should handle IMAP_ARG_LITERAL also.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 30 00:48:20 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/5cd5f65a8dad
changeset: 5837:5cd5f65a8dad
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jun 29 19:24:58 2007 +0300
description:
imap_arg_string() should handle IMAP_ARG_LITERAL also.

diffstat:

1 file changed, 1 insertion(+)
src/lib-imap/imap-parser.c |    1 +

diffs (11 lines):

diff -r 9f869a7a3d73 -r 5cd5f65a8dad src/lib-imap/imap-parser.c
--- a/src/lib-imap/imap-parser.c	Fri Jun 29 19:15:39 2007 +0300
+++ b/src/lib-imap/imap-parser.c	Fri Jun 29 19:24:58 2007 +0300
@@ -616,6 +616,7 @@ const char *imap_arg_string(const struct
 
 	case IMAP_ARG_ATOM:
 	case IMAP_ARG_STRING:
+	case IMAP_ARG_LITERAL:
 		return arg->_data.str;
 
 	default:


More information about the dovecot-cvs mailing list