[dovecot-cvs] dovecot/src/lib-imap imap-parser.c,1.44,1.45

cras at procontrol.fi cras at procontrol.fi
Thu Mar 20 21:06:07 EET 2003


Update of /home/cvs/dovecot/src/lib-imap
In directory danu:/tmp/cvs-serv25575/lib-imap

Modified Files:
	imap-parser.c 
Log Message:
Literals didn't work if they weren't the last argument.



Index: imap-parser.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-parser.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- imap-parser.c	20 Mar 2003 17:06:23 -0000	1.44
+++ imap-parser.c	20 Mar 2003 19:06:05 -0000	1.45
@@ -451,7 +451,6 @@
 			imap_parser_save_arg(parser, data,
 					     (size_t)parser->literal_size);
 			parser->cur_pos = (size_t)parser->literal_size;
-			parser->eol = TRUE;
 			return TRUE;
 		}
 	} else {




More information about the dovecot-cvs mailing list