Revision: 7184
          http://svn.sourceforge.net/mahogany/?rev=7184&view=rev
Author:   vadz
Date:     2006-12-24 08:04:10 -0800 (Sun, 24 Dec 2006)

Log Message:
-----------
corrected CanCreateMessagesInFolder() to return false for POP folders

Modified Paths:
--------------
    trunk/M/src/mail/FolderType.cpp

Modified: trunk/M/src/mail/FolderType.cpp
===================================================================
--- trunk/M/src/mail/FolderType.cpp     2006-12-23 23:10:51 UTC (rev 7183)
+++ trunk/M/src/mail/FolderType.cpp     2006-12-24 16:04:10 UTC (rev 7184)
@@ -81,6 +81,7 @@
       case MF_NNTP:
       case MF_NEWS:
       case MF_GROUP:
+      case MF_POP:
       case MF_ROOT:
       case MF_VIRTUAL:     // so far we don't support this, maybe later
          return false;
@@ -96,7 +97,6 @@
       case MF_FILE:
       case MF_MH:
       case MF_IMAP:
-      case MF_POP:
       case MF_MFILE:
       case MF_MDIR:
          ; // don't put return false here to avoid VC++ warnings


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
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
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to