On Thu, Dec 04, 2003 at 11:03:40AM +0100, Florian Ernst wrote:
> Hello Brian!
> 
> On Wed, Dec 03, 2003 at 04:45:16PM -0600, Brian McGroarty wrote:
> >Automatic key retrieval is nice, however it also makes for very slow
> >mail reading if it's done inside of mutt.
> >
> >Has anyone set up procmail to prefetch unknown keys automatically? I
> >thought I remembered some mention of this previously, however my list
> >search is turning up a blank.
> 
> http://www.procmail.org/ links to some interesting tips and manuals,
> at least one mentions this topic, see
> http://pm-doc.sourceforge.net/pm-tips-body.html#procmail_and_pgp

Thanks, Flo.

Another list person mailed to suggest this if automatic key retrieval
is already enabled:

:0c
| gpg --batch >/dev/null


I tuned it a little by stealing a part of one of the recipes you point
to. This makes it check fewer messages:

:0c
* B   ?? -----BEGIN PGP
* H ! ?? ^FROM_DAEMON
| /usr/bin/gpg --batch >/dev/null  2>/dev/null

Attachment: signature.asc
Description: Digital signature

Reply via email to