[Commits] ssl.c 1.9.2.54 1.9.2.55

colin at claws-mail.org colin at claws-mail.org
Sun Aug 12 12:10:38 CEST 2012


Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv23004/src/common

Modified Files:
      Tag: gtk2
	ssl.c 
Log Message:
2012-08-12 [colin]	3.8.1cvs30

	* src/messageview.c
		Only show HTML parts by default (if the pref
		is set so) if the part disposition-type is
		inline or unknown, but not attachment.
	* src/common/ssl.c
		Remove useless hook that won't ever be used
		on windows

Index: ssl.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/ssl.c,v
retrieving revision 1.9.2.54
retrieving revision 1.9.2.55
diff -u -d -r1.9.2.54 -r1.9.2.55
--- ssl.c	9 Aug 2012 11:32:26 -0000	1.9.2.54
+++ ssl.c	12 Aug 2012 10:10:36 -0000	1.9.2.55
@@ -152,7 +152,7 @@
 	}
 	return NULL;
 #else
-	return "put_what_s_needed_here";
+	return NULL;
 #endif
 }
 



More information about the Commits mailing list