[Pkg-kde-bugs-fwd] [Bug 99089] Cannot send inline OpenPGP-signed messages

Thiago Macieira 99089@bugs.kde.org
25 Jun 2005 21:34:06 -0000


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=99089         




------- Additional Comments From thiago kde org  2005-06-25 23:34 -------
I think I have found the problem.

Kleo::KeyResolver::resolveSigningKeysForSigningOnly (kdepim/kmail/keyresolver.cpp) does not check for the option selected in the drop-down box in the toolbar. Instead, it simply relies on what the recipients' configuration is in kaddressbook.

It should be modified to try the chosen option only, unless that option is "Any".

The same is probably true for resolveSigningKeysFroEncryption and resolveEncryptionKeys, but I didn't analyse them.