diff options
author | jlam <jlam> | 2001-05-16 08:20:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-16 08:20:25 +0000 |
commit | 01eb38866503452e8c7223ef123284752828febf (patch) | |
tree | cb60bacbcd7ec1a741071f091799efd25768ab26 /mail | |
parent | 5ed37e482be16f83a45ee1fa8fb56c3d7d881058 (diff) | |
download | pkgsrc-01eb38866503452e8c7223ef123284752828febf.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')
-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 |