[dovecot-cvs] dovecot/src/pop3 client.c,1.64,1.65

cras at dovecot.org cras at dovecot.org
Sat Apr 1 12:57:59 EEST 2006


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv31610/src/pop3

Modified Files:
	client.c 
Log Message:
Replaced %T and %R with %p and %b. %R was already used by string-reversion,
so uppercase letters should now be reserved for modifiers to avoid this in
future..



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- client.c	6 Mar 2006 20:34:42 -0000	1.64
+++ client.c	1 Apr 2006 09:57:55 -0000	1.65
@@ -178,9 +178,9 @@
 static const char *client_stats(struct client *client)
 {
 	static struct var_expand_table static_tab[] = {
-		{ 'T', NULL },
+		{ 'p', NULL },
 		{ 't', NULL },
-		{ 'R', NULL },
+		{ 'b', NULL },
 		{ 'r', NULL },
 		{ 'd', NULL },
 		{ 'm', NULL },



More information about the dovecot-cvs mailing list