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

List:       kde-commits
Subject:    kroupware_branch: kdenetwork/kmail
From:       Ingo Klöcker <kloecker () kde ! org>
Date:       2003-09-23 17:13:16
[Download RAW message or body]

CVS commit by kloecker: 

Port fix for bug #63028: KMail Filters Cause E-Mail Truncation


  M +1 -1      kmfilteraction.cpp   1.82.4.8


--- kdenetwork/kmail/kmfilteraction.cpp  #1.82.4.7:1.82.4.8
@@ -482,5 +482,5 @@ KMFilterAction::ReturnCode KMFilterActio
 
     if ( !msgText.isEmpty() )
-      aMsg->fromString( QCString( msgText.data(), msgText.size() ) );
+      aMsg->fromString( QCString( msgText.data(), msgText.size() + 1 ) );
     else
       return ErrorButGoOn;


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

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