[dovecot-cvs] dovecot/src/lib-imap imap-parser.c,1.41,1.42

cras at procontrol.fi cras at procontrol.fi
Fri Feb 14 12:58:52 EET 2003


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

Modified Files:
	imap-parser.c 
Log Message:
Allow '\' character too in atoms, they're used in flags..



Index: imap-parser.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-imap/imap-parser.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- imap-parser.c	14 Feb 2003 09:08:06 -0000	1.41
+++ imap-parser.c	14 Feb 2003 10:58:50 -0000	1.42
@@ -11,7 +11,7 @@
 
 #define IS_ATOM_SPECIAL(c) \
 	((c) == '(' || (c) == ')' || (c) == '{' || \
-	 (c) == '"' || (c) == '\\' || (c) <= 32 || (c) == 0x7f)
+	 (c) == '"' || (c) <= 32 || (c) == 0x7f)
 
 #define LIST_ALLOC_SIZE 7
 




More information about the dovecot-cvs mailing list