From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 20:21:29 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A483816A4CE for ; Sat, 20 Nov 2004 20:21:29 +0000 (GMT) Received: from host3.beine-computer.de (host3.beine-computer.de [80.243.45.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 4662343D2F for ; Sat, 20 Nov 2004 20:21:28 +0000 (GMT) (envelope-from tux@pinguru.net) Received: (qmail 41339 invoked by uid 0); 20 Nov 2004 20:21:26 -0000 Received: from unknown (HELO ?192.168.0.99?) (80.145.11.43) by host3.beine-computer.de with SMTP; 20 Nov 2004 20:21:26 -0000 Message-ID: <419FA73B.7080306@pinguru.net> Date: Sat, 20 Nov 2004 21:21:15 +0100 From: Gerrit Beine User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: roam@FreeBSD.org X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------010209060309000805030501" cc: ports@FreeBSD.org Subject: FreeBSD Port: vpopmail-5.4.6_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 20:21:29 -0000 This is a multi-part message in MIME format. --------------010209060309000805030501 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I wrote a patch for vpopmail which adds a few folders to every mailaccount which is created. Maybe, you add it as a knob to the vpopmail-port, if you like. So long... Gerrit -- Ich patentiere jetzt das mathematische Prinzip eines Monoids. mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de --------------010209060309000805030501 Content-Type: text/plain; name="patch-Folders" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-Folders" --- vpopmail.c 2003-10-14 00:37:24.000000000 +0200 +++ vpopmail.c 2003-11-21 14:24:21.000000000 +0100 @@ -1684,6 +1684,10 @@ char calling_dir[MAX_BUFF]; char domain_dir[MAX_BUFF]; const char *dirnames[] = {"Maildir", "Maildir/new", "Maildir/cur", +"Maildir/.Drafts", "Maildir/.Drafts/new", "Maildir/.Drafts/cur", "Maildir/.Drafts/tmp", +"Maildir/.Junk", "Maildir/.Junk/new", "Maildir/.Junk/cur", "Maildir/.Junk/tmp", +"Maildir/.Sent", "Maildir/.Sent/new", "Maildir/.Sent/cur", "Maildir/.Sent/tmp", +"Maildir/.Trash", "Maildir/.Trash/new", "Maildir/.Trash/cur", "Maildir/.Trash/tmp", "Maildir/tmp"}; int i; --------------010209060309000805030501--