David Pashley wrote: > It is a bit easier than ralf thinks, but still not particularly > easy. > > run: > apt-get install libgpgme-dev > apt-get source libgpgme6 > > cd in to gpgme source dir > edit debian/rules and add --enable-gpgmeplugin to the configure > line [0] run debuild -us -uc > then copy the debian/tmp/usr/lib/gpgme dir to /usr/lib > > In kmail, load both of the .so files in /usr/lib/gpgme. You should > fine that they now work. > > NOTE: THIS IS NOT SUPPORTED AND THE FILES WILL NOT BE DEALT WITH BY > THE PACKAGING SYSTEM > > [0] You will need to check the correct name for this option. use > "./configure --help"
But it is not enough to _use_ plugin. You will need gpg-agent and pinentry as well. -- Hasso