Re: signed emails, why ?

2002-01-07 Thread Vincent Lefevre
On Mon, Jan 07, 2002 at 10:16:58 -0800, Gary Johnson wrote: > Why not just 'unset pgp_verify_sig'? That's what I do. But is there an option to ask Mutt not to display garbage like [-- La sortie PGP suit (heure courante : Tue Jan 8 00:13:02 2002) --] gpg: Avertissement: l'utilisation de la mémo

Re: Mutt sucks less than the rest

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Samuel Padgett hath spake thusly: > Derek D. Martin <[EMAIL PROTECTED]> writes: > > > Hmmm... well, whenever I reply to a message, everything after > > sigdashes is stripped from the message. It's possible that my editor > >

Re: Mutt sucks less than the rest

2002-01-07 Thread Vincent Lefevre
On Mon, Jan 07, 2002 at 14:40:36 -0500, mike ledoux wrote: > On Mon, Jan 07, 2002 at 01:40:30PM -0500, Derek D. Martin wrote: > > Occasionally, you run across a sig that's just damn cool, or otherwise > > warrants comment. I can find no way to make mutt include the sig in > > e-mail, temporarily

handling signed mails (Was: signed emails, why ?)

2002-01-07 Thread Jeremy Blosser
On Jan 08, Vincent Lefevre [[EMAIL PROTECTED]] wrote: > On Mon, Jan 07, 2002 at 10:16:58 -0800, Gary Johnson wrote: > > Why not just 'unset pgp_verify_sig'? That's what I do. > > But is there an option to ask Mutt not to display garbage like > > [-- La sortie PGP suit (heure courante : Tue Jan

Re: signed emails, why ?

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Vincent Lefevre hath spake thusly: > > The "s" in the index is sufficient for me if I want to know if a > message is signed. Perhaps, but it's not enough to tell you if the message was signed by the person it clamed to be sig

Re: handling signed mails (Was: signed emails, why ?)

2002-01-07 Thread Vincent Lefevre
On Mon, Jan 07, 2002 at 17:39:17 -0600, Jeremy Blosser wrote: > Regardless, if you turned off pgp_verify_sig, you would not see the > "garbage" above, just the "s" in the index. But I still see some lines because of the attachment. I would like to see nothing. -- Vincent Lefèvre <[EMAIL PROTECT

Re: signed emails, why ?

2002-01-07 Thread Justin R. Miller
Thus spake Derek D. Martin ([EMAIL PROTECTED]): > > The "s" in the index is sufficient for me if I want to know if a > > message is signed. > > Perhaps, but it's not enough to tell you if the message was signed by > the person it clamed to be signed by. It changes from 's' to 'S' upon verific

Re: handling signed mails (Was: signed emails, why ?)

2002-01-07 Thread Jeremy Blosser
On Jan 08, Vincent Lefevre [[EMAIL PROTECTED]] wrote: > On Mon, Jan 07, 2002 at 17:39:17 -0600, Jeremy Blosser wrote: > > Regardless, if you turned off pgp_verify_sig, you would not see the > > "garbage" above, just the "s" in the index. > > But I still see some lines because of the attachment. I

Re: Mutt sucks less than the rest

2002-01-07 Thread Samuel Padgett
Derek D. Martin <[EMAIL PROTECTED]> writes: > Well, that command didn't do much useful for me, Did you try running it after loading post-mode? > To turn it OFF, one would stick this in the appropriate place in > their .emacs file: > > '(post-kill-quoted-sig nil) That line alone does not do

A warning about mbox-hooks

2002-01-07 Thread Ben Logan
Sorry if this is pointed out in the manual...I missed it. For those who might not think about it (like me), do NOT save your messages (using an mbox-hook) to a mailbox which matches the regular expression used in the same hook. For example: mbox-hook python-list python-list-save This will dele

Re: A warning about mbox-hooks

2002-01-07 Thread Knute
Actually, I tried the mbox-hook, cause I wanted to compress the read messages in certain folders to one with the same name except have the .gz extension. Well, my messages didn't show up in my ~/Mail folder. As it was a compressed file it was easy to find. Basically it defaulted to saving it i

Re: signed emails, why ?

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Justin R. Miller hath spake thusly: > Thus spake Derek D. Martin ([EMAIL PROTECTED]): > > > > The "s" in the index is sufficient for me if I want to know if a > > > message is signed. > > > > Perhaps, but it's not enough to t

Re: signed emails, why ?

2002-01-07 Thread Jeremy Blosser
On Jan 07, Justin R. Miller [[EMAIL PROTECTED]] wrote: > Thus spake Derek D. Martin ([EMAIL PROTECTED]): > > > > The "s" in the index is sufficient for me if I want to know if a > > > message is signed. > > > > Perhaps, but it's not enough to tell you if the message was signed by > > the person

Re: signed emails, why ?

2002-01-07 Thread Vincent Lefevre
On Mon, Jan 07, 2002 at 18:31:13 -0500, Derek D. Martin wrote: > Perhaps, but it's not enough to tell you if the message was signed by > the person it clamed to be signed by. Anyway, I never verify signatures, as I don't need to (at least for the moment). -- Vincent Lefèvre <[EMAIL PROTECTED]>

Re: Mutt sucks less than the rest

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks to everyone who have responded with helpful hints. For those keeping score: At some point hitherto, Derek D. Martin hath spake thusly: > - forwarded messages not included in quoting The mentioned variables seem to have solved this one. >

Re: Mutt sucks less than the rest

2002-01-07 Thread Will Yardley
Derek D. Martin wrote: > > Mutt sucks much less (for me) today! =8^) I'd still really really > like to see the pgp key selection stuff cleaned up, and I'd also > really rather not have to hit P to have a traditional PGP message > work. do you use procmail? i use this to accomplish that (i kno

Cross folder macro

2002-01-07 Thread Michael Montagne
I have a macro that deletes older messages in the current folder. macro index T"~d>2w !~F"D"~T" Does anyone have any idea how I might apply this to all my folders with one blazingly fast keystroke? -- Michael Montagne [EMAIL PROTECTED] http://www.boora.com

Re: Mutt sucks less than the rest

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Will Yardley hath spake thusly: > Derek D. Martin wrote: > > > > Mutt sucks much less (for me) today! =8^) I'd still really really > > like to see the pgp key selection stuff cleaned up, and I'd also > > really rather not ha

Re: A warning about mbox-hooks

2002-01-07 Thread Ben Logan
Thanks. I checked my home dir, but they weren't there. I did finally find them in ~/Mail (I use ~/mail). I used an '=' in front of the mailbox names, but it was before the 'set folder="~/mail"' directive, so perhaps that's why it didn't take. Anyway, I apologize to the list for my previous mes

Re: Cross folder macro

2002-01-07 Thread David Champion
On 2002.01.07, in <[EMAIL PROTECTED]>, "Michael Montagne" <[EMAIL PROTECTED]> wrote: > I have a macro that deletes older messages in the current folder. > macro index T"~d>2w !~F"D"~T" > Does anyone have any idea how I might apply this to all my folders with > one blazingly fast keystroke

Re: Mutt sucks less than the rest

2002-01-07 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, mike ledoux hath spake thusly: > Hash: SHA1 > > On Mon, Jan 07, 2002 at 07:53:52PM -0500, Derek D. Martin wrote: > > Thanks to everyone who have responded with helpful hints. For those > > keeping score: > > > > > - HTML ma

Re: Mutt sucks less than the rest

2002-01-07 Thread Vincent Lefevre
On Mon, Jan 07, 2002 at 21:04:10 -0500, mike ledoux wrote: > On Tue, Jan 08, 2002 at 12:27:29AM +0100, Vincent Lefevre wrote: > > Me too. Now, this isn't a problem for me as using the editor (emacs > > in my case) to do that is a better solution since I can unstrip the > > signature (with Ctrl-_ i

Can't send mail from my profile

2002-01-07 Thread Knute
Ok, I've been fighting this for awhile now and I'm getting tired of it. It was actually the reason that I joined his list anyway. 8o) I can't send mail from mutt on my computer, and I'm not sure why. I know that my config files are ok, cause I can send mail from mutt from my son's login, using

Re: evolution

2002-01-07 Thread Michael P. Soulier
On 07/01/02 Nick Wilson did speaketh: > * Michael P. Soulier <[EMAIL PROTECTED]> [020107 17:44]: > > Sheesh I just came from kmail! > Like most things Unix-ish there's a fair old learning curve, but sooo > worth it! Yup. Most things worth anything are worth learning. Mike -- Michael P.

How to display accented characters in mutt 1.3.25?

2002-01-07 Thread Walt Mankowski
I recently tried out mutt 1.3.25. This is my first look at the 1.3.* series of mutt. One thing I noticed right away is that mutt is no longer display accented characters correctly. On the index screen they appear as question marks. When viewing the text of an email, they appear as octal with a

Re: evolution

2002-01-07 Thread David Rock
On Mon, Jan 07, 2002 at 11:31:35AM -0500, Michael P. Soulier wrote: > > Hey people. > > I just wanted to share a sentiment. At work I'm playing with Evolution > because of all of these nuts around me obsessed with M$ > Lookout!. IMHO, Evolution 1.0 is not "evolution" at all, it's more > like a

Re: signed emails, why ?

2002-01-07 Thread Ben Reser
On Mon, Jan 07, 2002 at 07:17:06PM -0500, Derek D. Martin wrote: > Perhaps, but unless I misunderstand how mutt verifies the signature, > even that isn't an indication that the mail was signed by the person > the e-mail claims to be from. AFAIU, it is only an indication that > the signature was v

Re: signed emails, why ?

2002-01-07 Thread Gary Johnson
On Tue, Jan 08, 2002 at 12:15:57AM +0100, Vincent Lefevre wrote: > On Mon, Jan 07, 2002 at 10:16:58 -0800, Gary Johnson wrote: > > Why not just 'unset pgp_verify_sig'? That's what I do. > > But is there an option to ask Mutt not to display garbage like > > [-- La sortie PGP suit (heure courante

Re: How to display accented characters in mutt 1.3.25?

2002-01-07 Thread Gerhard Häring
Le 07/01/02 ? 22:57, Walt Mankowski écrivit: > I recently tried out mutt 1.3.25. This is my first look at the 1.3.* > series of mutt. One thing I noticed right away is that mutt is no > longer display accented characters correctly. On the index screen > they appear as question marks. When view

Re: evolution

2002-01-07 Thread Will Yardley
David Rock wrote: > > understand, Evolution has an Exchange connector piece that you can > purchase, but I really want nothing to do with Evolution if I can help > it (although *anything* is better than Lookout). one interesting thing is that evolution DOES use PGP/Mime for encryption... while i

Re: Mutt sucks less than the rest

2002-01-07 Thread Philip Mak
On Mon, Jan 07, 2002 at 08:59:04PM -0500, Derek D. Martin wrote: > > > Mike L, if you have tricks for figuring out WHICH mozilla window the > > > page will pop up in, I'd like to see that. > > Yeah, that'd do it, but I'd rather just leave one up and have it use > the same one all the time. No

Re: Mutt sucks less than the rest

2002-01-07 Thread Dale Woolridge
On 7-Jan-2002 19:53 Derek D. Martin wrote: | | Mutt sucks much less (for me) today! =8^) I'd still really really | like to see the pgp key selection stuff cleaned up, and I'd also Have a look at http://www.woolridge.org/mutt/ for a patch which will probably address the issues you've r

Re: Bold text

2002-01-07 Thread Nick Wilson
* Samuel Padgett <[EMAIL PROTECTED]> [020108 08:39]: > Nick Wilson <[EMAIL PROTECTED]> writes: > > > I use vim as my editor and can't work out how to make portions of my > > text bold? I know many of you use vim so I hope someone can help. > > Some MUAs will display "a^Ha" (aa) as a bold "a".

Re: Can't send mail from my profile

2002-01-07 Thread Nick Wilson
* Knute <[EMAIL PROTECTED]> [020108 08:39]: > Ok, I've been fighting this for awhile now and I'm getting > tired of it. > > It was actually the reason that I joined his list anyway. > 8o) > > I can't send mail from mutt on my computer, and I'm not > sure why. > > I know that my config files ar

<    1   2