Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : embrace
Dir : misc/embrace/src/plugins/imap
Modified Files:
imap.c
Log Message:
pop3: don't connect twice to the same server. maildir: added timer-based checking to
support systems that don't have dnotify
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/imap/imap.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- imap.c 31 Mar 2004 18:28:47 -0000 1.5
+++ imap.c 17 Apr 2004 10:16:40 -0000 1.6
@@ -1,5 +1,5 @@
/*
- * $Id: imap.c,v 1.5 2004/03/31 18:28:47 tsauerbeck Exp $
+ * $Id: imap.c,v 1.6 2004/04/17 10:16:40 tsauerbeck Exp $
* vim:noexpandtab:ts=4:sw=4:sts=4
*
* Copyright (C) 2004 Embrace project.
@@ -134,7 +134,7 @@
assert (mb);
- interval = MAX(mailbox_poll_interval_get (mb), MAX_INTERVAL);
+ interval = MAX (mailbox_poll_interval_get (mb), MAX_INTERVAL);
if (!(timer = ecore_timer_add (interval, on_timer, mb)))
return false;
@@ -150,7 +150,7 @@
assert (mb);
- if (!(timer = mailbox_property_get (mb, "timer")))
+ if ((timer = mailbox_property_get (mb, "timer")))
ecore_timer_del (timer);
free (mailbox_property_get (mb, "host"));
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs