From kmail-devel Fri Jan 31 05:46:16 2003 From: Richard Parry Date: Fri, 31 Jan 2003 05:46:16 +0000 To: kmail-devel Subject: [Bug 53641] KMail is missing required components for PGP X-MARC-Message: https://marc.info/?l=kmail-devel&m=104399208408764 ------- 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