Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 11:36:53 +0200
From:      Henri Michelon <hmichelon@e-cml.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55730: use of the --with-trashquota configure option for mail/courier-imap
Message-ID:  <1061285813.9239.15.camel@fo01.intra.e-cml.org>
Resent-Message-ID: <200308200940.h7K9eN9f090103@freefall.freebsd.org>

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

>Number:         55730
>Category:       ports
>Synopsis:       use of the --with-trashquota configure option for
>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:   Wed Aug 20 02:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Henri Michelon <hmichelon@e-cml.org>
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
ECML
>Environment:
System: FreeBSD servecml.e-cml.org 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3
#1: Thu Aug 14 10:48:20 CEST 2003
admin@servecml.e-cml.org:/usr/src-4.8/sys/compile/SERVECML-4.8 i386
>Description:

        This patch allows the admin of the machine to select the
--with-trashquota configure option of courier-imap when installing from
ports.
        This option is very useful when using IMP or another webmail to
include deleted mails in the quota and prevent the users to use the
thrash for extra storage.

>How-To-Repeat:
>Fix:

        This patch introduce the followin make option: WITH_TRASHQUOTA
        use: make WITH_TRASHQUOTA=yes install clean

--- courier-imap-with-trashquota.diff begins here ---
--- Makefile.orig       Tue Aug 19 10:17:07 2003
+++ Makefile    Tue Aug 19 10:17:48 2003
@@ -78,6 +78,10 @@
 PLIST_SUB+=    VPOPMAILFLAG=""
 .endif

+.if defined(WITH_TRASHQUOTA) 
+CONFIGURE_ARGS+=--with-trashquota
+.endif
+
 .if defined(WITH_LDAP)
 WITH_LDAP21=   yes
 .endif
--- courier-imap-with-trashquota.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 mail/courier-imap



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