Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/imap


Modified Files:
        imap.c 


Log Message:
minimum interval is 1 minute now
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/imap/imap.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- imap.c      10 Sep 2004 19:13:37 -0000      1.15
+++ imap.c      24 Oct 2004 20:20:45 -0000      1.16
@@ -1,5 +1,5 @@
 /*
- * $Id: imap.c,v 1.15 2004/09/10 19:13:37 tsauerbeck Exp $
+ * $Id: imap.c,v 1.16 2004/10/24 20:20:45 tsauerbeck Exp $
  * vim:noexpandtab:ts=4:sw=4:sts=4
  *
  * Copyright (C) 2004 Embrace project.
@@ -37,7 +37,7 @@
        STATE_STATUS_OK
 } State;
 
-#define MIN_INTERVAL 300
+#define MIN_INTERVAL 60
 #define LOGOUT() \
        if (state >= STATE_LOGGED_IN) { \
                len = snprintf (outbuf, sizeof (outbuf), \




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to