Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv12329/include

Modified Files:
        MInterface.cpp.m4 MInterface.h.m4 MInterface.mid 
Log Message:
removed CreateMailFolder() from the interface

Index: MInterface.cpp.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.cpp.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- MInterface.cpp.m4   18 Jun 2002 21:46:17 -0000      1.5
+++ MInterface.cpp.m4   15 Jul 2002 16:31:42 -0000      1.6
@@ -206,19 +206,4 @@
 
 
-virtual bool CreateMailFolder (
-const char * name,
-long int type,
-long int flags,
-const char * path,
-const char * comment
-)
-{
- return MailFolder::CreateFolder(name,(MFolderType)type,flags,path,comment); 
-}
-
-
-
-
-
 virtual void strutil_tolower ( String & str)
 {

Index: MInterface.h.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.h.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- MInterface.h.m4     18 Jun 2002 21:46:17 -0000      1.5
+++ MInterface.h.m4     15 Jul 2002 16:31:42 -0000      1.6
@@ -138,16 +138,4 @@
 
 
-virtual bool CreateMailFolder (
-const char * name ,
-long int type =MF_FILE,
-long int flags = MF_FLAGS_DEFAULT,
-const char * path = "",
-const char * comment = ""
-) = 0;
-
-
-
-
-
 virtual void strutil_tolower ( String & str ) = 0;
 

Index: MInterface.mid
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.mid,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -u -2 -r1.32 -r1.33
--- MInterface.mid      18 Jun 2002 14:48:12 -0000      1.32
+++ MInterface.mid      15 Jul 2002 16:31:42 -0000      1.33
@@ -130,15 +130,4 @@
 ')
 
-FUNCTION(CreateMailFolder, bool, (
-ARG(STRING, name),
-ARG(INT, type, =MF_FILE),
-ARG(INT, flags, = MF_FLAGS_DEFAULT),
-ARG(STRING, path, = ""),
-ARG(STRING, comment, = "")
-),
-` return MailFolder::CreateFolder(name,(MFolderType)type,flags,path,comment); ')
-
-
-
 FUNCTION(strutil_tolower, void, ( ARG(String &, str)), `::strutil_tolower(str);')
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to