mail/mutt-vid: import mutt-vid-1.1

Inspired by Virtual Identity for the Thunderbird email client,
mutt-vid is a similar utility for mutt. It is useful for managing
multiple sender accounts, allowing users to automatically associate
an arbitrary sender account with a recipient. It scans sent emails
for the most recent "From" details associated with each recipient,
saving them in a file for mutt to source. The next time you email
this recipient, mutt will automatically invoke a `send-hook` with
the same email address and real name that you used previously.
This commit is contained in:
wiz 2023-04-29 13:36:05 +00:00
parent 3bcd229a10
commit a39eaea210
4 changed files with 43 additions and 0 deletions

8
mail/mutt-vid/DESCR Normal file
View File

@ -0,0 +1,8 @@
Inspired by Virtual Identity for the Thunderbird email client,
mutt-vid is a similar utility for mutt. It is useful for managing
multiple sender accounts, allowing users to automatically associate
an arbitrary sender account with a recipient. It scans sent emails
for the most recent "From" details associated with each recipient,
saving them in a file for mutt to source. The next time you email
this recipient, mutt will automatically invoke a `send-hook` with
the same email address and real name that you used previously.

27
mail/mutt-vid/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1 2023/04/29 13:36:05 wiz Exp $
DISTNAME= mutt-vid-v1.1
PKGNAME= ${DISTNAME:S/-v1/-1/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITLAB:=protist/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.com/protist/mutt-vid
COMMENT= Manage multiple sender accounts in mutt
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
USE_TOOLS+= bash:run
REPLACE_BASH+= mutt-vid
INSTALLATION_DIRS+= bin share/doc/mutt-vid
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mutt-vid ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/mutt-vid
.include "../../mk/bsd.pkg.mk"

3
mail/mutt-vid/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2023/04/29 13:36:05 wiz Exp $
bin/mutt-vid
share/doc/mutt-vid/README.md

5
mail/mutt-vid/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/04/29 13:36:05 wiz Exp $
BLAKE2s (mutt-vid-v1.1.tar.bz2) = 6b2d0faf8dab22ecef738a3675e92cd32ff21962993ecabe031fe49ad99f5a67
SHA512 (mutt-vid-v1.1.tar.bz2) = e171cc6bfc50b6f3aebac6be124e0af10f4933258b2a8cbbe29038c536fb39b690eab55c37a322b9768a5e4ad274b53e03a4026fd09131ad18a71b5490a4a44a
Size (mutt-vid-v1.1.tar.bz2) = 14258 bytes