diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-06 14:20:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-06 14:20:30 +0000 |
commit | 40635df7ddb73f315853910688c0c22259fd2623 (patch) | |
tree | 5667579976dbb1d569a4115e02a43b2b415f5f31 /mail/evolution/patches | |
parent | d012d3a12fecfe35731085a8d0e18a97fd49b565 (diff) | |
download | pkgsrc-40635df7ddb73f315853910688c0c22259fd2623.tar.gz |
add a case, making the patch identical to Gentoo's,
ride on yesterday's PKGREV bump
Diffstat (limited to 'mail/evolution/patches')
-rw-r--r-- | mail/evolution/patches/patch-ac | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac index 48cb3e73940..05e0c9313c0 100644 --- a/mail/evolution/patches/patch-ac +++ b/mail/evolution/patches/patch-ac @@ -1,7 +1,16 @@ -$NetBSD: patch-ac,v 1.15 2008/03/05 19:08:05 drochner Exp $ +$NetBSD: patch-ac,v 1.16 2008/03/06 14:20:30 drochner Exp $ --- mail/em-format.c.orig 2007-10-12 08:56:01.000000000 +0200 +++ mail/em-format.c +@@ -1193,7 +1193,7 @@ emf_application_xpkcs7mime(EMFormat *emf + opart = camel_mime_part_new(); + valid = camel_cipher_decrypt(context, part, opart, ex); + if (valid == NULL) { +- em_format_format_error(emf, stream, ex->desc?ex->desc:_("Could not parse S/MIME message: Unknown error")); ++ em_format_format_error(emf, stream, "%s", ex->desc?ex->desc:_("Could not parse S/MIME message: Unknown error")); + em_format_part_as(emf, stream, part, NULL); + } else { + if (emfc == NULL) @@ -1350,7 +1350,7 @@ emf_multipart_encrypted(EMFormat *emf, C if (valid == NULL) { em_format_format_error(emf, stream, ex->desc?_("Could not parse PGP/MIME message"):_("Could not parse PGP/MIME message: Unknown error")); |