* src/common/ssl.c
* src/plugins/pgpmime/plugin.c
Sync with HEAD
+2004-08-17 [colin] 0.9.12cvs65.1
+
+ * src/common/ssl.c
+ * src/plugins/pgpmime/plugin.c
+ Sync with HEAD
+
2004-08-14 [colin] 0.9.12cvs60.3
* src/plugins/trayicon/trayicon.c
( cvs diff -u -r 1.3.2.3 -r 1.3.2.4 src/folderutils.c; ) > 0.9.12cvs60.1.patchset
( cvs diff -u -r 1.9.2.6 -r 1.9.2.7 src/common/defs.h; ) > 0.9.12cvs60.2.patchset
( cvs diff -u -r 1.14.2.9 -r 1.14.2.10 src/plugins/trayicon/trayicon.c; ) > 0.9.12cvs60.3.patchset
+( cvs diff -u -r 1.9.2.5 -r 1.9.2.6 src/common/ssl.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/pgpmime/plugin.c; ) > 0.9.12cvs65.1.patchset
MICRO_VERSION=12
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=60
+EXTRA_VERSION=65
EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.3
+EXTRA_GTK2_VERSION=.1
if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
gint SSL_connect_nb(SSL *ssl)
{
-#ifdef USE_PTHREAD
+#if (defined USE_PTHREAD && defined __GLIBC__ && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)))
thread_data *td = g_new0(thread_data, 1);
pthread_t pt;
void *res = NULL;
const gchar *plugin_desc(void)
{
- return _("");
+ return _("This plugin allows to check digitally signed messages' "
+ "signatures, and to decrypt encrypted messages. \n"
+ "\n"
+ "You don't need it to send signed or encrypted emails.");
}
const gchar *plugin_type(void)