From 557d77d0a619e79f1d795ffd18204ba6a230fdc6 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 21 Jun 2004 21:35:58 +0000 Subject: Add msmtpqueue, a set of scripts to help queueing and sending mails on non-permanent connections like dial-up using msmtp. PR: ports/68055 Submitted by: Roman Bogorodskiy --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index fdfba21c41cb..8d6613ab125a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -200,6 +200,7 @@ SUBDIR += msgconvert SUBDIR += msmtp SUBDIR += msmtp-devel + SUBDIR += msmtpqueue SUBDIR += mulberry SUBDIR += mutt SUBDIR += mutt-devel -- cgit