Bug 88758 - Kopete should use the PGP key that's stored in the KDE address book
Summary: Kopete should use the PGP key that's stored in the KDE address book
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Cryptography Plugin (show other bugs)
Version: 0.9.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 106415 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-03 11:47 UTC by Ingo Klöcker
Modified: 2007-08-21 02:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Klöcker 2004-09-03 11:47:33 UTC
Version:           0.9.0 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:                Linux (i686) release 2.4.21-243-default

Since KDE 3.3 the entries in the KDE address book have a field for the OpenPGP encryption key. It would be nice if Kopete would make use of this information.
Comment 1 Olivier Goffart 2005-05-28 17:56:22 UTC
*** Bug 106415 has been marked as a duplicate of this bug. ***
Comment 2 Charles Connell 2007-08-21 02:11:22 UTC
SVN commit 702653 by cconnell:

FEATURE:88758 Export public keys to addressbook
Copyright cleanup


 M  +3 -2      CMakeLists.txt  
 M  +1 -0      cryptographychatui.rc  
 M  +1 -1      cryptographyconfig.cpp  
 M  +1 -1      cryptographyconfig.h  
 M  +17 -5     cryptographyguiclient.cpp  
 M  +3 -1      cryptographyguiclient.h  
 M  +47 -13    cryptographyplugin.cpp  
 M  +1 -0      cryptographyplugin.h  
 M  +32 -29    cryptographyselectuserkey.cpp  
 M  +0 -1      cryptographyselectuserkey.h  
 M  +3 -1      cryptographyui.rc  
 A             exportkeys.cpp   [License: GPL (v2+)]
 A             exportkeys.h   [License: GPL (v2+)]
 A             exportkeysbase.ui  
 M  +15 -17    gpginterface.cpp  
 M  +15 -16    gpginterface.h  
 M  +13 -7     kabckeyselectorbase.ui  
Comment 3 Charles Connell 2007-08-21 02:13:46 UTC
Import and export capabilities now exist.