diff options
author | pav <pav@FreeBSD.org> | 2004-06-22 05:35:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-22 05:35:58 +0800 |
commit | 557d77d0a619e79f1d795ffd18204ba6a230fdc6 (patch) | |
tree | 34aed21ffb22c03574b208cb5c3c2b3a0b8ef236 /mail/Makefile | |
parent | ef1de578764208d7432f3318b9dd96bda2db51b8 (diff) | |
download | freebsd-ports-gnome-557d77d0a619e79f1d795ffd18204ba6a230fdc6.tar.gz freebsd-ports-gnome-557d77d0a619e79f1d795ffd18204ba6a230fdc6.tar.zst freebsd-ports-gnome-557d77d0a619e79f1d795ffd18204ba6a230fdc6.zip |
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 <bogorodskiy@inbox.ru>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |