------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=53641 ------- Additional Comments From richard.parry@rage.net.nz 2003-01-31 06:46 ------- We can make this behave like ssh-agent if we like. Add a nice little script into /etc/X11/Xsession.d/, something like /etc/X11/Xsession.d/91xfree86-common_gpg-agent, and it will work nicely for you after that. GPGAGENT=/usr/bin/gpg-agent GPGAGENTARGS=--daemon STARTGPG=yes if [ -n "$STARTGPG" ]; then eval "$($GPGAGENT $GPGAGENTARGS) $REALSTARTUP" fi _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail