Skip site navigation (1)Skip section navigation (2)
Date:      18 Jun 2004 11:22:54 -0000
From:      Rui Lopes <rui@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/68077: [PATCH] mail/maildrop Add WITH_TRASHQUOTA knob
Message-ID:  <20040618112254.55946.qmail@griffin.clustercube.com>
Resent-Message-ID: <200406181130.i5IBUWqQ090550@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68077
>Category:       ports
>Synopsis:       [PATCH] mail/maildrop Add WITH_TRASHQUOTA knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 11:30:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:

	
>Description:
Add a WITH_TRASHQUOTA knob.
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile.old	Fri Jun 18 12:01:50 2004
+++ Makefile	Fri Jun 18 12:08:09 2004
@@ -9,6 +9,9 @@
 # WITH_GDBM=yes		Enable database extensions using GDBM (default: off)
 # WITH_USERDB=yes	Enable optional userdb authentication
 # WITH_MAILDIRQUOTA=yes Enable optional support for maildir quotas
+# WITH_TRASHQUOTA=yes   Include deleted messages, and the Trash folder, in
+#                       the estimated quota usage for maildirs.  You also need
+#                       to enable WITH_MAILDIRQUOTA.
 # MAILDROP_SUID=<uid>,
 # MAILDROP_SGID=<gid>	Maildrop will be installed with suid permissions for
 #			MAILDROP_SUID, and sgid permissions for MAILDROP_SGID.
@@ -64,6 +67,9 @@
 
 .if defined(WITH_MAILDIRQUOTA)
 CONFIGURE_ARGS+=	--enable-maildirquota
+.if defined(WITH_TRASHQUOTA)
+CONFIGURE_ARGS+=	--with-trashquota
+.endif
 EXTRA_TARGET+=	install-deliverquota
 PLIST_SUB+=	MAILDIRQUOTA=""
 .else
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040618112254.55946.qmail>