User Tools

Site Tools


software:claws-mail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:claws-mail [2008/10/10 21:24] kratz00software:claws-mail [2010/12/05 10:21] kratz00
Line 1: Line 1:
 http://www.claws-mail.org/ http://www.claws-mail.org/
  
-http://garr.dl.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-3.6.1.tar.bz2+http://downloads.sourceforge.net/sylpheed-claws/claws-mail-3.7.8.tar.bz2
  
 Required: [[software:libetpan]], [[software:gpgme]], [[software:gnutls]] Required: [[software:libetpan]], [[software:gpgme]], [[software:gnutls]]
Line 7: Line 7:
 <code> <code>
 ./configure --prefix=/usr --disable-ipv6 && ./configure --prefix=/usr --disable-ipv6 &&
-make +make</code>
-</code>+
  
 <code> <code>
-make install +make install</code>
-</code>+
  
 === claws-mail-extra-plugins === === claws-mail-extra-plugins ===
  
-http://garr.dl.sourceforge.net/sourceforge/sylpheed-claws/claws-mail-extra-plugins-3.6.1.tar.bz2+http://downloads.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.7.8.tar.bz2
  
 <code> <code>
 cd rssyl* && cd rssyl* &&
 ./configure --prefix=/usr && ./configure --prefix=/usr &&
-make+make</code> 
 + 
 +<code> 
 +make install</code> 
 + 
 +====== 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 
 +<code> 
 +svn export svn://svn.debian.org/pgp-tools/trunk/caff && 
 +cd caff && 
 +patch -p1 -i ../caff-mailto-cmd.pl2.diff
 </code> </code>
 +
 +Create a configuration file for caff:
  
 <code> <code>
-make install+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
 </code> </code>
  
 +Run caff (each line of the keyfile consists of the key id or the fingerprint):
 +<code>
 +./caff "`cat keyfile`"
 +</code>
software/claws-mail.txt · Last modified: 2011/04/12 17:57 by kratz00