Re: thread collapsing

2001-03-25 Thread David Rock
On Sat, Mar 24, 2001 at 04:14:04PM -0800, Joshua Haberman wrote: > How can I achieve this behavior: I want threads to always be collapsed > (and %M for index_format available) except for the thread I currently > have highlighted, either in the index or pager modes. In other words, I > want threads

Re: selecting gpg key

2001-03-25 Thread Horace G. Friend III
Hi Dave, I've got three keys (DSS/DH, RSA and DSS/ElGamal) and I can sign with any that I choose by selecting the "save as" option. I am prompted for which key to use. All my keys have the same userid ([EMAIL PROTECTED]) and I select the key by their keyid. I've also got the default signing key i

Re: thread collapsing

2001-03-25 Thread Wade A. Mosely
David Rock wrote: > There must be a way, since the ^d deletes an entire thread If the and functions did what their names suggest and if they had uncollapsing counterpart functions, then it would be easy. Instead, the named functions act as toggles, which complicates the matter. Maybe someone

Re: vim and mutt question

2001-03-25 Thread Wade A. Mosely
Timothy Legant wrote: > You might not always want to move down 6 lines. Perhaps in the future > you will add a new header (using my_hdr) to certain messages. You might > want to consider the following instead: > > set editor="vim -c ':0;/^$'" > > which will search for and move to the first blank

Re: selecting gpg key

2001-03-25 Thread Dave Murray
Horace G. Friend III wrote on mutt-users: > I've got three keys (DSS/DH, RSA and DSS/ElGamal) and I can sign with > any that I choose by selecting the "save as" option. I am prompted for > which key to use. All my keys have the same userid ([EMAIL PROTECTED]) and > I select the key by their keyid.

GPG BAD Signature

2001-03-25 Thread Adam Sherman
For some reason, when I sign a message without encrypting it, it results in a BAD signature. It workds fine when the signature is combined with the encryption, only causes a problem when the message is detach-signed. GPG detach-signs and verifies on the command-line with no problem. I signed thi

pager display and locale

2001-03-25 Thread Erika Pacholleck
How does the pager resolve the locale settings? The funny problem looks like this (I use the german): The date is randomly displayed wrong when it come to a diaresis. Mär-24 M.r-24 Mär-24 M.r-24 M.r-24 If I know how the components work into it, I might find a solution. I know, the month is soon

Re: selecting gpg key

2001-03-25 Thread Horace G. Friend III
Hi Dave, I've seen the article about the PGP flaw. :( Question is, where does that leave PGP/GPG users and the security issues involved? Cheers. Horace On Sun, Mar 25, 2001 at 12:40:29PM -0700, Dave Murray wrote: > Horace G. Friend III wrote on mutt-users: > > I've got three keys (DSS/DH, RS

Re: mutt sources/binaries for SunOS 4.1.3

2001-03-25 Thread Wayne Chapeskie
On Fri, Mar 23, 2001 at 07:35:01AM +0530, Suresh Ramasubramanian wrote: > > > % pre-compiled binaries? > > > ... but I'd like to encourage you to make your binaries available for the > > next guy :-) > > Speaking of that, I do have access to an old sun os 4.1 box on my > LAN - and the best

Re: selecting gpg key

2001-03-25 Thread Joshua Haberman
* Dave Murray ([EMAIL PROTECTED]) wrote: > BTW, have you PGP/GPG users seen this?: > http://cryptome.org/pgp-email-flaw.htm Yes, and I'm not worried. The exploit requires that: 1. The attacker obtain your secret key. 2. The attacker must replace your secret key in its original location wit

Re: spell checking

2001-03-25 Thread Osamu Aoki
Hi. Default configuration in Debian does spell check by pressing "i". It runs ispell. It is that simple! Osamu PS; You may want to set line mergin to 72. I reformated with {visual}gq. See below for entry. set editor="vim -c 'set tw=72 et comments=nb:>'" On Fri, Mar 23, 2001 at 07:19:56PM -0

Re: mutt sources/binaries for SunOS 4.1.3

2001-03-25 Thread Suresh Ramasubramanian
Wayne Chapeskie proclaimed on mutt-users that: > We have an old Sun, running SunOS 4.1.4, which has mutt-1.2.5i running with > slang-0.99.38. Both slang and mutt build without incident, however > that machine has a heavily modified development environment > (gcc+gmake, and so on) so I cannot gu