opt/kdepim
2006-03-30 18:44:30 +00:00
..
.footprint KDE, k3b, kile, kiosktool, koffice: allow installation of English documentation 2006-03-30 18:44:30 +00:00
.md5sum KDE: update to 3.5.2 2006-03-29 02:08:50 +00:00
Pkgfile KDE, k3b, kile, kiosktool, koffice: allow installation of English documentation 2006-03-30 18:44:30 +00:00
README create branch for 2.2 2006-02-23 15:26:10 +00:00

To set configure Kmail for PGP/MIME, please see:
http://kmail.kde.org/kmail-pgpmime-howto.html

Here is a breakdown, for the lazy, of what must be done to get
PGP/MIME working:

prt-get depinst pinentry-qt

And as your GnuPG-utilizing user:

mkdir ~/.kde/env
echo 'eval `gpg-agent --daemon`' > ~/.kde/env/gpg-agent.sh
chmod +x ~/.kde/env/gpg-agent.sh

mkdir ~/.kde/shutdown
cat <<EOF>> ~/.kde/shutdown/gpg-agent.sh
#!/bin/sh
# This was pulled from: http://gentoo-wiki.com/HOWTO_KMail_gpg-agent_kde
# the second field of the GPG_AGENT_INFO variable is the
# process ID of the gpg-agent active in the current session
# so we'll just kill that, rather than all of them :)
kill \`echo $GPG_AGENT_INFO | cut -d ':' -f 2\`
EOF
chmod +x ~/.kde/shutdown/gpg-agent.sh