# HG changeset patch # User Heiko Schlittermann (I24) # Date 1297518310 -3600 # Node ID 9f4d070abcf0866f4f63667d01d18adfe3b17caa # Parent cdbb57192764c2920d2381bcf14971fa1feba117 cosmetical change in the doc diff -r cdbb57192764 -r 9f4d070abcf0 src.maildir_use_size_file --- a/src.maildir_use_size_file Sat Feb 12 14:35:04 2011 +0100 +++ b/src.maildir_use_size_file Sat Feb 12 14:45:10 2011 +0100 @@ -1,26 +1,30 @@ # HG changeset patch -# Parent d98fade4115f99c28d62e112e3f2e9e068a12642 +# Parent 3feef89a1d78d3e67eef48fb1c3bd9949e919166 -diff -r d98fade4115f doc/spec.txt ---- a/doc/spec.txt Fri Feb 11 23:27:39 2011 +0100 -+++ b/doc/spec.txt Sat Feb 12 14:24:32 2011 +0100 -@@ -18180,10 +18180,11 @@ +diff -r 3feef89a1d78 doc/spec.txt +--- a/doc/spec.txt Sat Feb 12 14:34:41 2011 +0100 ++++ b/doc/spec.txt Sat Feb 12 14:44:47 2011 +0100 +@@ -18179,11 +18179,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| - +------------------------------------------------------------------+ - --Setting this option true enables support for maildirsize files. Exim creates a +++-------------------------------------------------------------------+ ++ +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 maildir_quota_directory_regex above and section 26.5 below for further details. -diff -r d98fade4115f src/transports/appendfile.c ---- a/src/transports/appendfile.c Fri Feb 11 23:27:39 2011 +0100 -+++ b/src/transports/appendfile.c Sat Feb 12 14:24:32 2011 +0100 +diff -r 3feef89a1d78 src/transports/appendfile.c +--- a/src/transports/appendfile.c Sat Feb 12 14:34:41 2011 +0100 ++++ b/src/transports/appendfile.c Sat Feb 12 14:44:47 2011 +0100 @@ -38,6 +38,10 @@ opt_public flag. */ @@ -60,9 +64,9 @@ /* Loop for quota, quota_filecount, quota_warn_threshold, mailbox_size, mailbox_filecount */ -diff -r d98fade4115f src/transports/appendfile.h ---- a/src/transports/appendfile.h Fri Feb 11 23:27:39 2011 +0100 -+++ b/src/transports/appendfile.h Sat Feb 12 14:24:32 2011 +0100 +diff -r 3feef89a1d78 src/transports/appendfile.h +--- a/src/transports/appendfile.h Sat Feb 12 14:34:41 2011 +0100 ++++ b/src/transports/appendfile.h Sat Feb 12 14:44:47 2011 +0100 @@ -23,6 +23,7 @@ uschar *quota_warn_threshold; uschar *mailbox_size_string;