On Thursday 23 August 2007, Markus Feilner wrote: > ~$ eval gpg-agent --daemon > GPG_AGENT_INFO=/tmp/gpg-vSKdW6/S.gpg-agent:5450:1; export GPG_AGENT_INFO; > ~$ > > Seems ok, doesn't it? Actually no :). You forgot the backquotes there, it's eval `gpg-agent --daemon` (don't forget the `) If this works correctly, within the same terminal you should have something printed when running: env | grep GPG_AGENT_INFO Then, you need to run kmail from the SAME terminal (so that it is aware of this GPG_AGENT_INFO variable). Can you please test again ? Thanks for your feedback :) acp _______________________________________________ KDE PIM mailing list kde-pim@kde.org https://mail.kde.org/mailman/listinfo/kde-pim KDE PIM home page at http://pim.kde.org/