Version: (using KDE KDE 3.4.0) Installed from: Compiled From Sources In the context menu of your own key no "Import Missing Signatures From Keyserver" option is available.
CVS commit by binner: Bug 101245: No "Import Missing Signatures From Keyserver" for own key BUG:101245 M +2 -0 listkeys.cpp 1.238.2.1 --- kdeutils/kgpg/listkeys.cpp #1.238:1.238.2.1 @@ -623,4 +623,6 @@ listKeys::listKeys(QWidget *parent, cons setDefaultKey->plug(popupsec); popupsec->insertSeparator(); + importAllSignKeys->plug(popupsec); + popupsec->insertSeparator(); addPhoto->plug(popupsec); addUid->plug(popupsec);