Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        imap.h imap.c 


Log Message:
Corrected header file changes that were missing in the patch.
Revert imap.c to use the patched code from rephorm, thanks mate :)

===================================================================
RCS file: /cvs/e/e_modules/mail/imap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- imap.h      13 Jun 2006 12:24:07 -0000      1.2
+++ imap.h      16 Jan 2007 03:36:45 -0000      1.3
@@ -20,7 +20,7 @@
 {
    Ecore_Con_Server *server;
    Evas_List *clients;
-   ImapClient *current;
+   Evas_List *current;
    int cmd;
    ImapState state;
    void *data;
===================================================================
RCS file: /cvs/e/e_modules/mail/imap.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- imap.c      15 Jan 2007 10:26:15 -0000      1.15
+++ imap.c      16 Jan 2007 03:36:45 -0000      1.16
@@ -286,10 +286,10 @@
          if ((num > 0) && (ic->config->use_exec) && (ic->config->exec))
            _mail_start_exe (ic->config);
 
-         is->current = is->clients->next->data;
+         is->current = is->clients->next;
          if (is->current)
            {
-             if (is->current)
+             if (is->current->data)
                  is->state = IMAP_STATE_SERVER_READY;
              else
                  _mail_imap_server_logout (is);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to