diff options
author | tv <tv@pkgsrc.org> | 1999-04-30 16:55:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-30 16:55:39 +0000 |
commit | ff39fc0082af3f4fa6c5aec36a5d9ed7e7087597 (patch) | |
tree | 32289ccd2023c4a42d377f85aced2dc6c2d7b769 /mail | |
parent | 8d87c071d87e9964597a64e432f76404b9d62e08 (diff) | |
download | pkgsrc-ff39fc0082af3f4fa6c5aec36a5d9ed7e7087597.tar.gz |
Add and enable fromto, and sort.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index c65f779b623..03eec7a204d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/04/12 21:21:33 tron Exp $ +# $NetBSD: Makefile,v 1.24 1999/04/30 16:55:39 tv Exp $ # FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp # @@ -11,6 +11,7 @@ SUBDIR += exmh SUBDIR += faces SUBDIR += fetchmail + SUBDIR += fromto SUBDIR += imap-uw # SUBDIR += mailagent SUBDIR += mailwrapper @@ -20,8 +21,8 @@ # SUBDIR += mew # SUBDIR += mh SUBDIR += mhonarc - SUBDIR += mutt SUBDIR += mush + SUBDIR += mutt SUBDIR += nmh # SUBDIR += p5-Mail-Folder # SUBDIR += p5-Mail-POP3Client |