http://www.claws-mail.org/ http://downloads.sourceforge.net/sylpheed-claws/claws-mail-3.7.9.tar.bz2 Required: [[software:libetpan]], [[software:gpgme]], [[software:gnutls]] ./configure --prefix=/usr --disable-ipv6 && make make install === claws-mail-extra-plugins === http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.9.tar.bz2 cd rssyl* && ./configure --prefix=/usr && make make install ====== keysigning ====== http://pgp-tools.alioth.debian.org/ [[http://kratz00.org/files/caff_snapshot2009.03.17.tar.bz2|caff_snapshot2009.03.17.tar.bz2]]\\ Needed patch: [[http://kratz00.org/files/caff-mailto-cmd.pl2.diff|caff-mailto-cmd.pl2.diff]]\\ My patch is based on this one: http://www.fabiankeil.de/sourcecode/caff-mailto-cmd.diff svn export svn://svn.debian.org/pgp-tools/trunk/caff && cd caff && patch -p1 -i ../caff-mailto-cmd.pl2.diff Create a configuration file for caff: cat > ${HOME}/.caffrc << "EOF" $CONFIG{'owner'} = 'Steffen Pankratz'; $CONFIG{'email'} = 'kratz00@gmx.de'; $CONFIG{'mailto-cmd'} = "claws-mail --compose 'mailto:%a?subject=%S&bcc=%b&body=%B'"; $CONFIG{'keyserver'} = 'subkeys.pgp.net'; $CONFIG{'keyid'} = [ qw{AA6205D0B08823DB} ]; EOF Run caff (each line of the keyfile consists of the key id or the fingerprint): ./caff "`cat keyfile`"