[dovecot-cvs] dovecot/src/imap client.h,1.36,1.36.2.1

tss at dovecot.org tss at dovecot.org
Thu Mar 1 10:18:02 UTC 2007


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv11973

Modified Files:
      Tag: branch_1_0
	client.h 
Log Message:
Removed unused rawlog flag.



Index: client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/client.h,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -u -d -r1.36 -r1.36.2.1
--- client.h	6 Mar 2006 20:34:43 -0000	1.36
+++ client.h	1 Mar 2007 10:18:00 -0000	1.36.2.1
@@ -51,7 +51,6 @@
 	unsigned int command_pending:1;
 	unsigned int input_pending:1;
 	unsigned int output_pending:1;
-	unsigned int rawlog:1;
 	unsigned int input_skip_line:1; /* skip all the data until we've
 					   found a new line */
 };



More information about the dovecot-cvs mailing list