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

List:       kmail-devel
Subject:    [Bug 91303] MIME-Tree-view shows multipart/unknown instead of
From:       Carsten Burghardt <burghardt () kde ! org>
Date:       2004-12-27 14:13:14
Message-ID: 20041227141314.9711.qmail () ktown ! kde ! org
[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=91303        
burghardt kde org changed:

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



------- Additional Comments From burghardt kde org  2004-12-27 15:13 -------
CVS commit by burghard: 

Add related as subtype.
BUG: 91303


  M +15 -9     dw_mime.cpp   1.17
  M +3 -2      mimelib/enum.h   1.14


--- kdepim/mimelib/mimelib/enum.h  #1.13:1.14
 @ -92,4 +92,5  @ enum {
     kSubtypeEncrypted,
     kSubtypeReport,
+    kSubtypeRelated,
     // Message
     kSubtypeRfc822,

--- kdepim/mimelib/dw_mime.cpp  #1.16:1.17
 @ -314,4 +314,7  @ int DwSubtypeStrToEnum(const DwString& a
             type = DwMime::kSubtypeRtf;
         }
+        else if (DwStrcasecmp(aStr, "related") == 0) {
+            type = DwMime::kSubtypeRelated;
+        }
         break;
     case 'S':
 @ -396,4 +399,7  @ void DwSubtypeEnumToStr(int aEnum, DwStr
         aStr = "report";
         break;
+    case DwMime::kSubtypeRelated:
+        aStr = "Related";
+        break;
     case DwMime::kSubtypeRfc822:
         aStr = "Rfc822";
_______________________________________________
KMail developers mailing list
KMail-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmail-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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