File claws-mail-new-gnutls.patch of Package claws-mail.openSUSE_12.1_Update
Index: src/common/ssl.c =================================================================== --- src/common/ssl.c.orig +++ src/common/ssl.c @@ -270,7 +270,9 @@ gboolean ssl_init_socket_with_method(Soc if (session == NULL || r != 0) return FALSE; +#if GNUTLS_VERSION_NUMBER < 0x030003 gnutls_transport_set_lowat (session, 1); +#endif gnutls_set_default_priority(session); gnutls_protocol_set_priority (session, proto_prio); gnutls_cipher_set_priority (session, cipher_prio);