Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32523/src/mail

Modified Files:
        MailFolderCC.cpp 
Log Message:
compilation fixes for UW IMAP 2004 RC9

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.698
retrieving revision 1.699
diff -b -u -2 -r1.698 -r1.699
--- MailFolderCC.cpp    24 Apr 2004 23:14:30 -0000      1.698
+++ MailFolderCC.cpp    29 Apr 2004 11:09:37 -0000      1.699
@@ -3047,5 +3047,5 @@
    char datebuf[128];
    MESSAGECACHE mc;
-   if ( mail_parse_date(&mc, (char *) date.c_str()) )
+   if ( mail_parse_date(&mc, (unsigned char *) date.c_str()) )
    {
      mail_date(datebuf, &mc);
@@ -4118,5 +4118,6 @@
    THREADER *thr;
    for ( thr = imapCap->threader;
-         thr && compare_cstring(thr->name, (char *)thrName);
+         thr && compare_cstring((unsigned char *)thr->name,
+                                (unsigned char *)thrName);
          thr = thr->next )
       ;
@@ -4370,5 +4371,5 @@
    // date
    MESSAGECACHE selt;
-   mail_parse_date(&selt, env->date);
+   mail_parse_date(&selt, (unsigned char *)env->date);
    entry.m_Date = (time_t) mail_longdate(&selt);
 



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to