Display Error

2002-03-26 Thread Thorsten Haude
Hi, I have asked about this a few weeks ago, but nothing changed, so I try it again. I have a display error: After GPG is called to check a signature, Mutt's terminal gets corrupted. I can continue working by refreshing the display, but it's really annoying. I use Mutt 1.3.24i (but

Re: Display Error

2002-03-26 Thread Phil Gregory
* Thorsten Haude <[EMAIL PROTECTED]> [2002-03-26 21:46 +0100]: > After GPG is called to check a signature, Mutt's terminal gets > corrupted. I can continue working by refreshing the display, but it's > really annoying. What is pgp_verify_command set to? My guess is that you haven't turned off al

Re: Display Error

2002-03-26 Thread Thorsten Haude
Hi, * Phil Gregory <[EMAIL PROTECTED]> [02-03-26 23:04]: >* Thorsten Haude <[EMAIL PROTECTED]> [2002-03-26 21:46 +0100]: >> After GPG is called to check a signature, Mutt's terminal gets >> corrupted. I can continue working by refreshing the display, but it's >> really annoying. >What is pgp_veri

Display Error Redux

2002-03-30 Thread Thorsten Haude
Hi, I should have done this earlier, but I finally went through my mutt.rc line by line to see why I have display problems. It boils down to these two lines: - - - Schnipp - - - set pgp_verify_command="gpg --no-verbose --quiet --batch -o - --verify %s %f" set pgp_getkeys_command="gpg --no-secmem-

Re: Display Error Redux

2002-03-30 Thread Rocco Rutte
On Sat, Mar 30, 2002 at 01:33:36PM +0100, Thorsten Haude wrote: > set pgp_verify_command="gpg --no-verbose --quiet --batch -o - --verify %s %f" > set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose --batch --with-colons >--keyserver wwwkeys.pgp.net --recv-keys %r" [...] > > I neither s

Re: Display Error Redux

2002-03-30 Thread Michael Tatge
Rocco Rutte ([EMAIL PROTECTED]) muttered: > On Sat, Mar 30, 2002 at 01:33:36PM +0100, Thorsten Haude wrote: > > set pgp_verify_command="gpg --no-verbose --quiet --batch -o - --verify %s %f" > > set pgp_getkeys_command="gpg --no-secmem-warning --no-verbose --batch >--with-colons --keyserver wwwkey

Re: Display Error Redux

2002-03-30 Thread Rocco Rutte
On Sat, Mar 30, 2002 at 02:11:21PM +0100, Michael Tatge wrote: > Rocco Rutte ([EMAIL PROTECTED]) muttered: > > > I only have: > > > > set pgp_getkeys_command="gpg --batch --recv-keys %r > /dev/null 2>&1" > > I just have a keyserver in my options file and > pgp_getkeys_command="" > gpg will fetch

Re: Display Error Redux

2002-03-30 Thread Thorsten Haude
Hi, * Michael Tatge <[EMAIL PROTECTED]> [02-03-30 14:11]: >I just have a keyserver in my options file and >pgp_getkeys_command="" >gpg will fetch any key not in your keyring from the keyserver. No need >to specify pgp_getkeys_command. >Works like charm. Works like a charm, right. Thank you very m