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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdepim/kmail
From:       Ingo Klöcker <kloecker () kde ! org>
Date:       2005-02-05 21:34:31
Message-ID: 20050205213431.00CD41BC37 () office ! kde ! org
[Download RAW message or body]

CVS commit by kloecker: 

Backport from HEAD:
Fix the serious regression introduced by fixing aegypten issue 295.


  M +2 -0      messagecomposer.cpp   1.28.2.8


--- kdepim/kmail/messagecomposer.cpp  #1.28.2.7:1.28.2.8
@@ -807,4 +807,5 @@ bool MessageComposer::determineWhetherTo
 
 void MessageComposer::markAllAttachmentsForSigning( bool sign ) {
+  mSignBody = sign;
   for ( QValueVector<Attachment>::iterator it = mAttachments.begin() ; it != mAttachments.end() ; ++it )
     it->sign = sign;
@@ -812,4 +813,5 @@ void MessageComposer::markAllAttachments
 
 void MessageComposer::markAllAttachmentsForEncryption( bool enc ) {
+  mEncryptBody = enc;
   for ( QValueVector<Attachment>::iterator it = mAttachments.begin() ; it != mAttachments.end() ; ++it )
     it->encrypt = enc;


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

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