head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.26
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.24
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.22
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.20
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.18
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.16
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.14
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.12
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.10
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.04.29.13.36.05;	author wiz;	state Exp;
branches;
next	;
commitid	GeaK085l41lfu0nE;


desc
@@


1.1
log
@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.
@
text
@# $NetBSD$

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"
@
