Re: signing mails with MUA mutt fails

2015-12-24 Thread Matthias Apitz
El día Wednesday, December 23, 2015 a las 08:40:24PM +0100, Werner Koch escribió: > On Wed, 23 Dec 2015 18:54, g...@unixarea.de said: > > > To sign mails one configure in the MUA the command in the following > > form: > > You should put > > set crypt_use_gpgme > > into your ~/.muttrc to use

Re: signing mails with MUA mutt fails

2015-12-23 Thread Matthias Apitz
El día Wednesday, December 23, 2015 a las 08:40:24PM +0100, Werner Koch escribió: > On Wed, 23 Dec 2015 18:54, g...@unixarea.de said: > > > To sign mails one configure in the MUA the command in the following > > form: > > You should put > > set crypt_use_gpgme Thanks for that hint! I have h

Re: signing mails with MUA mutt fails

2015-12-23 Thread Werner Koch
On Wed, 23 Dec 2015 18:54, g...@unixarea.de said: > To sign mails one configure in the MUA the command in the following > form: You should put set crypt_use_gpgme into your ~/.muttrc to use the modern (ie. from ~2003) version of Mutt's crypto layer. it works much better that the bunch of conf

signing mails with MUA mutt fails

2015-12-23 Thread Matthias Apitz
Hello, To sign mails one configure in the MUA the command in the following form: gpg2 --batch --output - --passphrase-fd 0 --armor --sign --detach-sign --textmode -u %a %f where %a is the actual user and %f the mail attachment to be signed; it does not work and I digged into this; this works