[dovecot-cvs] dovecot/src/plugins/quota quota-dict.c, 1.9.2.7, 1.9.2.8
tss at dovecot.org
tss at dovecot.org
Fri Jan 19 20:49:18 UTC 2007
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv26416
Modified Files:
Tag: branch_1_0
quota-dict.c
Log Message:
messages=n actually updated storage.
Index: quota-dict.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-dict.c,v
retrieving revision 1.9.2.7
retrieving revision 1.9.2.8
diff -u -d -r1.9.2.7 -r1.9.2.8
--- quota-dict.c 3 Dec 2006 18:55:34 -0000 1.9.2.7
+++ quota-dict.c 19 Jan 2007 20:49:15 -0000 1.9.2.8
@@ -45,7 +45,7 @@
message_bytes_limit =
strtoull(*args + 8, NULL, 10) * 1024;
} else if (strncmp(*args, "messages=", 9) == 0)
- message_bytes_limit = strtoull(*args + 9, NULL, 10);
+ message_count_limit = strtoull(*args + 9, NULL, 10);
}
t_pop();
More information about the dovecot-cvs
mailing list