https://bugs.kde.org/show_bug.cgi?id=289339


Laurent Montel <mon...@kde.org> changed:

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




--- Comment #4 from Laurent Montel <montel kde org>  2011-12-19 11:53:52 ---
I look at in 4.7 branch:

So it's ok.

  Q_ASSERT( item.hasPayload<Message::Ptr>() );
  const Message::Ptr message = item.payload<Message::Ptr>();
  if( message->hasHeader( "Bcc" ) ) {
    message->removeHeader( "Bcc" );
    message->assemble();
  }

So we can close it

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to