1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
Dmitry Marakasov 2012-02-24 00:21:50 +00:00
parent 6e1e377f62
commit e60734ff9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292142
4 changed files with 35 additions and 0 deletions

View File

@ -152,6 +152,7 @@
SUBDIR += fetchmail
SUBDIR += fetchyahoo
SUBDIR += filtermail
SUBDIR += findmaildirs
SUBDIR += firemime
SUBDIR += firepay
SUBDIR += firetray

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: findmaildirs
# Date created: 24 Feb 2012
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= findmaildirs
PORTVERSION= 0.1
CATEGORIES= mail
MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/findmaildirs/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Simple utility to create list of maildirs for mutt
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (findmaildirs-0.1.tar.gz) = 52131b68d105f1c02f59a70fb0b81de44d31710b0c437456b09e3dd685560184
SIZE (findmaildirs-0.1.tar.gz) = 1839

View File

@ -0,0 +1,5 @@
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