From owner-cvs-all@FreeBSD.ORG Fri Feb 24 00:21:50 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C80CB106568B; Fri, 24 Feb 2012 00:21:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B80FC8FC19; Fri, 24 Feb 2012 00:21:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1O0Louf041092; Fri, 24 Feb 2012 00:21:50 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1O0LohP041091; Fri, 24 Feb 2012 00:21:50 GMT (envelope-from amdmi3) Message-Id: <201202240021.q1O0LohP041091@repoman.freebsd.org> From: Dmitry Marakasov Date: Fri, 24 Feb 2012 00:21:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/findmaildirs Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 00:21:50 -0000 amdmi3 2012-02-24 00:21:50 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/findmaildirs Makefile distinfo pkg-descr Log: This simple utility scans a directory for maildirs and prints them in mutt-compatible format. It may be called from .muttrc to automatically fill mutt's mailboxes parameter on startup with all available maildirs. WWW: https://github.com/AMDmi3/findmaildirs Revision Changes Path 1.1118 +1 -0 ports/mail/Makefile 1.1 +27 -0 ports/mail/findmaildirs/Makefile (new) 1.1 +2 -0 ports/mail/findmaildirs/distinfo (new) 1.1 +5 -0 ports/mail/findmaildirs/pkg-descr (new)