X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2Fappendfile.h;h=4b14db180cd4931d424c64c9c4c798c1f097408c;hb=251b9eb4698f569864c35127ddb7c309b92ccecb;hp=52dc3bacadfda7cb120723054d0f557bfee17d7d;hpb=555ae6af39312f43b1d38d8da05cf4368b933015;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/appendfile.h b/src/src/transports/appendfile.h index 52dc3baca..4b14db180 100644 --- a/src/src/transports/appendfile.h +++ b/src/src/transports/appendfile.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -70,6 +70,8 @@ typedef struct { BOOL mbx_format; BOOL quota_warn_threshold_is_percent; BOOL quota_is_inclusive; + BOOL quota_no_check; + BOOL quota_filecount_no_check; } appendfile_transport_options_block; /* Restricted creation options */