Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv18077/src/mail

Modified Files:
        MailFolder.cpp 
Log Message:
treat mailbox names for file folders properly by using file-specific function and 
taking into account the current platform file name delimiter

Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.277
retrieving revision 1.278
diff -b -u -2 -r1.277 -r1.278
--- MailFolder.cpp      29 Mar 2002 23:03:13 -0000      1.277
+++ MailFolder.cpp      1 May 2002 22:11:59 -0000       1.278
@@ -1236,5 +1236,5 @@
       case MF_MFILE:
          // the filenames use slash as separator
-         return '/';
+         return wxFILE_SEP_PATH;
 
       case MF_NNTP:


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to