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

Modified Files:
        MailFolderCmn.cpp 
Log Message:
gcc compilation fix

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.105
retrieving revision 1.106
diff -b -u -2 -r1.105 -r1.106
--- MailFolderCmn.cpp   5 Sep 2002 23:45:16 -0000       1.105
+++ MailFolderCmn.cpp   6 Sep 2002 13:27:47 -0000       1.106
@@ -1499,5 +1499,5 @@
    {
       // however if we are the trash folder, we can't use it
-      trashFolderName = READ_CONFIG(GetProfile(), MP_TRASH_FOLDER);
+      trashFolderName = READ_CONFIG_TEXT(GetProfile(), MP_TRASH_FOLDER);
       if ( GetName() == trashFolderName )
          useTrash = false;



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to