Re: [Mutt] #1569: pgp_autosign and pgp_autoencrypt only if a key is
#1569: pgp_autosign and pgp_autoencrypt only if a key is available
--------------------------------+-------------------------------------------
Reporter: Nikolaus@xxxxxxxx | Owner: mutt-dev
Type: defect | Status: new
Priority: trivial | Milestone:
Component: crypto | Version: 1.5.4i
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Changes (by pdmef):
* component: mutt => crypto
Old description:
> {{{
> Package: mutt
> Version: 1.5.4-1
> Severity: wishlist
>
> -- Please type your report below this line
>
> I want to sign and encrypt all my mails if if have I a key of the
> recipient. I currently use the following .muttrc code:
>
> source 'gpg --list-keys | perl -e "while(<>){/(\\b|[<(])([^ \\t]+@[^
> \\t]+\.[^ \t]+)(\\b|[>)])/ and \$a{\$2}=1;}print map qq/send-hook \"~C
> \$_\" set pgp_autosign pgp_autoencrypt\n/, keys %a;"|'
>
> But this becomes very slow.
>
> Maybe you can add an option to encrypt and sign a mail automatically if
> there is a key available.
>
> bye
> Nikolaus
>
>
> >How-To-Repeat:
>
> >Fix:
> }}}
New description:
{{{
Package: mutt
Version: 1.5.4-1
Severity: wishlist
-- Please type your report below this line
I want to sign and encrypt all my mails if if have I a key of the
recipient. I currently use the following .muttrc code:
source 'gpg --list-keys | perl -e "while(<>){/(\\b|[<(])([^ \\t]+@[^
\\t]+\.[^ \t]+)(\\b|[>)])/ and \$a{\$2}=1;}print map qq/send-hook \"~C
\$_\" set pgp_autosign pgp_autoencrypt\n/, keys %a;"|'
But this becomes very slow.
Maybe you can add an option to encrypt and sign a mail automatically if
there is a key available.
bye
Nikolaus
>How-To-Repeat:
>Fix:
}}}
--
--
Ticket URL: <http://dev.mutt.org/trac/ticket/1569#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent