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

List:       kde-commits
Subject:    kroupware_branch: kdenetwork/kmail
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2002-12-31 21:10:34
[Download RAW message or body]

CVS commit by mutz: 

speed up headerAsSendableString() by not copying the whole message, but only the \
headers (should go into HEAD, too)


  M +1 -1      kmmessage.cpp   1.318.2.43


--- kdenetwork/kmail/kmmessage.cpp  #1.318.2.42:1.318.2.43
@@ -269,5 +269,5 @@ QCString KMMessage::headerAsSendableStri
 {
   KMMessage msg;
-  msg.fromString(asString());
+  msg.fromString((headerAsString()+'\n').latin1());
   msg.removePrivateHeaderFields();
   msg.removeHeaderField("Bcc");


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

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