Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1:/tmp/cvs-serv3134/src/classes

Modified Files:
        MFolder.cpp 
Log Message:
NNTP folders can be moved (there is actually nothing special for them)

Index: MFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MFolder.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- MFolder.cpp 12 Nov 2002 17:27:25 -0000      1.90
+++ MFolder.cpp 26 Nov 2002 09:38:32 -0000      1.91
@@ -1094,5 +1094,4 @@
    // There are things that do not make sense at all
    CHECK( GetFolderType(GetType()) != MF_ILLEGAL, false, _T("How did you manage to 
try to move an MF_ILLEGAL folder ?") );
-   CHECK( GetFolderType(GetType()) != MF_NNTP, false, _T("can't move NNTP folders") );
    CHECK( GetFolderType(GetType()) != MF_NEWS, false, _T("can't move News folders") );
    CHECK( GetFolderType(GetType()) != MF_INBOX, false, _T("can't move system Inbox") 
);



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to