|
|
|
|
@ -1,15 +1,18 @@
|
|
|
|
|
--- ./crypt-gpgme.c.orig 2009-07-01 21:28:51.000000000 -0400
|
|
|
|
|
+++ ./crypt-gpgme.c 2009-07-01 21:31:52.000000000 -0400
|
|
|
|
|
@@ -342,6 +342,7 @@
|
|
|
|
|
gpgme_error_t err;
|
|
|
|
|
gpgme_ctx_t ctx;
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2013-10-18 07:52:47.000000000 +0200
|
|
|
|
|
+++ configure 2014-03-01 11:05:49.223957813 +0100
|
|
|
|
|
@@ -9859,7 +9859,7 @@
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
+ gpgme_check_version (NULL);
|
|
|
|
|
if (!GpgmeLocaleSet)
|
|
|
|
|
{
|
|
|
|
|
gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL));
|
|
|
|
|
--- imap/message.c
|
|
|
|
|
+++ imap/message.c
|
|
|
|
|
saved_LIBS="$LIBS"
|
|
|
|
|
- LIBS=
|
|
|
|
|
+ #LIBS=
|
|
|
|
|
|
|
|
|
|
# OpenSolaris provides a SASL2 interface in libsasl
|
|
|
|
|
sasl_libs="sasl2 sasl"
|
|
|
|
|
Index: imap/message.c
|
|
|
|
|
--- imap/message.c.orig 2013-10-18 06:48:24.000000000 +0200
|
|
|
|
|
+++ imap/message.c 2014-03-01 11:05:49.214204334 +0100
|
|
|
|
|
@@ -288,7 +288,7 @@
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
@ -19,15 +22,3 @@
|
|
|
|
|
{
|
|
|
|
|
dprint (2, (debugfile, "imap_read_headers: message %d is not new\n",
|
|
|
|
|
h.sid));
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2010-08-25 18:31:47.000000000 +0200
|
|
|
|
|
+++ configure 2011-01-23 12:26:36.000000000 +0100
|
|
|
|
|
@@ -9723,7 +9723,7 @@
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
saved_LIBS="$LIBS"
|
|
|
|
|
- LIBS=
|
|
|
|
|
+ #LIBS=
|
|
|
|
|
|
|
|
|
|
# OpenSolaris provides a SASL2 interface in libsasl
|
|
|
|
|
sasl_libs="sasl2 sasl"
|
|
|
|
|
|