Hi, there are two small issues with mail module. Patches attached.
Best regards, Tomas Cech Sleep_Walker
diff -up ./src/imap2.c.orig ./src/imap2.c
--- ./src/imap2.c.orig 2011-10-12 00:27:48.448724578 +0200
+++ ./src/imap2.c 2011-10-12 00:28:15.974247874 +0200
@@ -8,7 +8,7 @@
#define D(args...)
#endif
-#ifdef PRINT_LOTS_OF_DEBUG
+#if PRINT_LOTS_OF_DEBUG
static void
tls_log_func(int level, const char *str)
{
@@ -63,7 +63,7 @@ _mail_imap_check_mail (void *data)
if (ecore_con_ssl_available_get () && (ic->config->ssl))
{
-#ifdef PRINT_LOTS_OF_DEBUG
+#if PRINT_LOTS_OF_DEBUG
if (ecore_con_ssl_available_get() == 1)
{
gnutls_global_set_log_level(9);
diff -up ./src/mbox.c.orig ./src/mbox.c
--- ./src/mbox.c.orig 2011-10-11 19:07:53.876049734 +0200
+++ ./src/mbox.c 2011-10-11 19:21:19.514275396 +0200
@@ -173,7 +173,7 @@ static void
_mail_mbox_check_mail_parser (Config_Box *cb)
{
FILE *f;
- int header;
+ int header = 0;
char buf[1024];
if (!cb->new_path)
pgpyhTTmUAKJo.pgp
Description: PGP signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
