Backport of:

SVN commit 423824 by tilladam:

Make sure that the cc is properly taken into account during identity
detection on replies.

svn path=/branches/kdepim/proko2/kdepim/; revision=424376
wilder-work
Till Adam 21 years ago
parent 6bcedb58ee
commit ae60c77e79
  1. 2
      kmmessage.cpp

@ -1704,7 +1704,7 @@ uint KMMessage::identityUoid() const {
int id = idString.toUInt( &ok );
if ( !ok || id == 0 )
id = kmkernel->identityManager()->identityForAddress( to() + cc() ).uoid();
id = kmkernel->identityManager()->identityForAddress( to() + ", " + cc() ).uoid();
if ( id == 0 && parent() )
id = parent()->identity();

Loading…
Cancel
Save