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
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
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
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