Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6784/src/Python

Modified Files:
        MailFolder.cpp-swig 
Log Message:
1. removed MailFolder::GetImapSpec(), it doesn't make sense for an ABC
2. (AS)MailFolder::ListFolders() now always returns relative paths instead
   of IMAP specs


Index: MailFolder.cpp-swig
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/MailFolder.cpp-swig,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -u -2 -r1.53 -r1.54
--- MailFolder.cpp-swig 6 Jan 2004 00:31:24 -0000       1.53
+++ MailFolder.cpp-swig 30 Jun 2005 23:39:45 -0000      1.54
@@ -1208,21 +1208,4 @@
 
 
-static PyObject *_wrap_MailFolder_GetImapSpec__SWIG_0(PyObject *self, PyObject 
*args) {
-    PyObject *resultobj;
-    MailFolder *arg1 = (MailFolder *) 0 ;
-    String result;
-    PyObject * obj0 = 0 ;
-    
-    if(!PyArg_ParseTuple(args,(char *)"O:MailFolder_GetImapSpec",&obj0)) goto 
fail;
-    if ((SWIG_ConvertPtr(obj0,(void **) &arg1, 
SWIGTYPE_p_MailFolder,SWIG_POINTER_EXCEPTION | 0 )) == -1) SWIG_fail;
-    result = ((MailFolder const *)arg1)->GetImapSpec();
-    
-    resultobj = PyString_FromStringAndSize((&result)->data(), 
(&result)->length());
-    return resultobj;
-    fail:
-    return NULL;
-}
-
-
 static PyObject *_wrap_MailFolder_GetType(PyObject *self, PyObject *args) {
     PyObject *resultobj;



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to