Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : embrace
Dir : misc/embrace/src/plugins/imap
Modified Files:
imap.c
Log Message:
renamed MAX_INTERVAL to MIN_INTERVAL
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/imap/imap.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- imap.c 6 Jun 2004 09:07:31 -0000 1.13
+++ imap.c 26 Aug 2004 14:42:32 -0000 1.14
@@ -1,5 +1,5 @@
/*
- * $Id: imap.c,v 1.13 2004/06/06 09:07:31 tsauerbeck Exp $
+ * $Id: imap.c,v 1.14 2004/08/26 14:42:32 tsauerbeck Exp $
* vim:noexpandtab:ts=4:sw=4:sts=4
*
* Copyright (C) 2004 Embrace project.
@@ -37,7 +37,7 @@
STATE_STATUS_OK
} State;
-#define MAX_INTERVAL 300
+#define MIN_INTERVAL 300
static EmbracePlugin *plugin = NULL;
@@ -196,7 +196,7 @@
assert (mb);
- interval = MAX (mailbox_poll_interval_get (mb), MAX_INTERVAL);
+ interval = MAX (mailbox_poll_interval_get (mb), MIN_INTERVAL);
if (!(timer = ecore_timer_add (interval, on_timer, mb)))
return false;
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs