pkgsrc/mail/sqwebmail/patches/patch-ah
jlam 9efea57ddf Update mail/sqwebmail to 5.2.0. Changes from version 5.1.6 include:
* Missing </table> when displaying folder list.

* Use SQWEBMAIL_RANDSEED if it's set, instead of sendit.sh's inode.

* Remove hardcoded reference to TIMEOUTHARD

* Global footer wasn't being added correctly to HTML-formatted mail.

* Fixes to inferred HTML formatting.

* Fix signing of multipart messages that contain 8 bit content.
2007-10-15 15:38:51 +00:00

13 lines
293 B
Text

$NetBSD: patch-ah,v 1.6 2007/10/15 15:38:52 jlam Exp $
--- sqwebmail/configure.orig Sat Sep 29 14:53:22 2007
+++ sqwebmail/configure
@@ -19893,7 +19893,7 @@ fi
-if test -d ${srcdir}/../courier
+if true || test -d ${srcdir}/../courier
then
pkglibexecdir='$(libexecdir)/courier'
else