diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-16 08:20:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-16 08:20:25 +0000 |
commit | 130b4d8a18053f9866851350114cd2fca7bfd1ec (patch) | |
tree | cb60bacbcd7ec1a741071f091799efd25768ab26 /mail/Makefile | |
parent | ae4ba35ad14057fe084404c2c1508d0c8db9b5e7 (diff) | |
download | pkgsrc-130b4d8a18053f9866851350114cd2fca7bfd1ec.tar.gz |
SquirrelMail attachment handler plugin
This SquirrelMail plugin adds a 'view' link for specific attachment types,
as listed below:
Text or HTML messages
Images that are supported by your browser
VCards (enables you to quickly add this person to your address book)
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 68ac89559ed..8c102146b5a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2001/05/16 07:59:20 jlam Exp $ +# $NetBSD: Makefile,v 1.81 2001/05/16 08:20:25 jlam Exp $ # COMMENT= Electronic mail utilities @@ -56,6 +56,7 @@ SUBDIR+= sendmail88 SUBDIR+= sendmail-current SUBDIR+= smtpfeed SUBDIR+= spruce +SUBDIR+= sq-attachment-handlers SUBDIR+= sq-squirrelspell SUBDIR+= squirrelmail SUBDIR+= sylpheed |