[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    [Bug 55295] can't create subsubfolders in IMAP accounts
From:       Carsten Burghardt <cb () magic-shop ! de>
Date:       2003-11-08 13:23:46
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=55295     
cb@magic-shop.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From cb@magic-shop.de  2003-11-08 14:23 -------
Subject: kdebase/kioslave/imap4

CVS commit by burghard: 

I have no idea what that part was for but it broke the detection of the folder type. \
                You can create mbox folders again.
CCMAIL: 55295-done@bugs.kde.org


  M +5 -3      imap4.cc   1.136


--- kdebase/kioslave/imap4/imap4.cc  #1.135:1.136
@@ -802,4 +802,5 @@ IMAP4Protocol::mkdir (const KURL & _url,
   enum IMAP_TYPE type =
     parseURL(_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter);
+  kdDebug(7116) << "IMAP4::mkdir - parseURL of " << _url << " returned type " << \
type << endl;  if (type == ITYPE_BOX)
   {
@@ -1763,5 +1764,5 @@ IMAP4Protocol::parseURL (const KURL & _u
                it != listResponses.end (); ++it)
           {
-//            kdDebug(7116) << "IMAP4::parseURL - checking " << _box << " to " << \
(*it).name() << endl; +            //kdDebug(7116) << "IMAP4::parseURL - checking " \
<< _box << " to " << (*it).name() << endl;  if (_box == (*it).name ())
             {
@@ -1811,5 +1812,6 @@ IMAP4Protocol::parseURL (const KURL & _u
   if (_type == "LIST")
   {
-    retVal = ITYPE_DIR;
+    /* what the heck is that part for ?? (carsten) */
+//    retVal = ITYPE_DIR; 
     if (_hierarchyDelimiter.isEmpty()) _hierarchyDelimiter ="/";
   }
_______________________________________________
KMail Developers mailing list
kmail@kde.org
https://mail.kde.org/mailman/listinfo/kmail


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic