--- a/src.maildir_use_size_file Wed Apr 13 12:23:23 2011 +0200
+++ b/src.maildir_use_size_file Tue May 17 16:14:22 2011 +0200
@@ -1,30 +1,30 @@
# HG changeset patch
-# Parent 552ee33e550b77bb1567594e9e816087a79f0c7e
+# Parent 9fc8e53fb68fff284664976ef3b4d7a9ca190b1c
-diff -r 552ee33e550b doc/spec.txt
---- a/doc/spec.txt Fri Apr 01 14:06:50 2011 +0200
-+++ b/doc/spec.txt Fri Apr 01 14:06:51 2011 +0200
-@@ -18179,11 +18179,12 @@
+diff -r 9fc8e53fb68f doc/spec.txt
+--- a/doc/spec.txt Tue May 17 15:44:39 2011 +0200
++++ b/doc/spec.txt Tue May 17 15:50:31 2011 +0200
+@@ -18741,11 +18741,12 @@
This option applies only to deliveries in maildir format, and is described in
section 26.5 below.
--+------------------------------------------------------------------+
+-+---------------------+---------------+-------------+--------------+
-|maildir_use_size_file|Use: appendfile|Type: boolean|Default: false|
--+------------------------------------------------------------------+
+-+---------------------+---------------+-------------+--------------+
-
-Setting this option true enables support for maildirsize files. Exim creates a
-++-------------------------------------------------------------------+
+++---------------------+---------------+--------------+--------------+
+|maildir_use_size_file|Use: appendfile|Type: boolean*|Default: false|
-++-------------------------------------------------------------------+
+++---------------------+---------------+--------------+--------------+
+
+The result of string expansion for this option must be a valid boolean value.
+If it is true, it enables support for maildirsize files. Exim creates a
- maildirsize file in a maildir if one does not exist, taking the quota from the
- quota option of the transport. If quota is unset, the value is zero. See
+ maildirsize file in a maildir if one does not exist, taking the quota from the
+ quota option of the transport. If quota is unset, the value is zero. See
maildir_quota_directory_regex above and section 26.5 below for further details.
-diff -r 552ee33e550b src/transports/appendfile.c
---- a/src/transports/appendfile.c Fri Apr 01 14:06:50 2011 +0200
-+++ b/src/transports/appendfile.c Fri Apr 01 14:06:51 2011 +0200
+diff -r 9fc8e53fb68f src/transports/appendfile.c
+--- a/src/transports/appendfile.c Tue May 17 15:44:39 2011 +0200
++++ b/src/transports/appendfile.c Tue May 17 15:50:31 2011 +0200
@@ -38,6 +38,10 @@
opt_public flag. */
@@ -64,9 +64,9 @@
/* Loop for quota, quota_filecount, quota_warn_threshold, mailbox_size,
mailbox_filecount */
-diff -r 552ee33e550b src/transports/appendfile.h
---- a/src/transports/appendfile.h Fri Apr 01 14:06:50 2011 +0200
-+++ b/src/transports/appendfile.h Fri Apr 01 14:06:51 2011 +0200
+diff -r 9fc8e53fb68f src/transports/appendfile.h
+--- a/src/transports/appendfile.h Tue May 17 15:44:39 2011 +0200
++++ b/src/transports/appendfile.h Tue May 17 15:50:31 2011 +0200
@@ -23,6 +23,7 @@
uschar *quota_warn_threshold;
uschar *mailbox_size_string;