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

Modified Files:
        MimePartCC.cpp 
Log Message:
removed unused MimePartCCBase::m_numParts

Index: MimePartCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MimePartCC.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- MimePartCC.cpp      13 Jul 2004 21:58:41 -0000      1.12
+++ MimePartCC.cpp      20 Jan 2006 00:58:16 -0000      1.13
@@ -64,6 +64,4 @@
    if ( m_body->type != TYPEMULTIPART )
    {
-      m_numParts++;
-
       // is it an encapsulated message?
       if ( m_body->type == TYPEMESSAGE &&
@@ -85,8 +83,4 @@
    else // multi part
    {
-      // note that we don't increment m_numParts here as we only count parts
-      // containing something and MessageCC::GetMimePart(n) ignores multitype
-      // parts
-
       MimePartCCBase **prev = &m_nested;
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to