[1.2.5] resend-message

2000-12-13 Thread Vincent Lefevre
The resend-message function isn't documented in the manual. Moreover, it doesn't set the Bcc and Fcc fields (unlike the other send functions). -- Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100% validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des

Re: [1.2.5] resend-message

2000-12-13 Thread Lars Hecking
Vincent Lefevre writes: The resend-message function isn't documented in the manual. I submitted a patch for this back in August. It went straight into cvs (and 1.3.x). Moreover, it doesn't set the Bcc and Fcc fields (unlike the other send functions).

Error messages

2000-12-13 Thread Charles Curley
When working on my .muttrc, it would be very nice if there were some way to see error messages generated by bugs in the .muttrc. Is there any such mechanism? -- -- C^2 No windows were crashed in the making of this email. Looking for fine software and/or web pages?

compile mutt with pgp support

2000-12-13 Thread Guido Sicoli
Hi guys! do you know how to tell "configure" command to append (activate) the PGP support into de Makefile. Thanks in advance. sorry this is urgent. _ Get more from the Web. FREE MSN Explorer download :

From: depending on To:

2000-12-13 Thread Jakub Klausa
'lo I want my mutt to use different "From: " field values depending on the "To: " field. I managed to get it almost to work with the send-hook, but the problem is that the "From: " field changed with "my_hdr" directive doesn't get changed back to the default after sending the mail. For example

Re: From: depending on To:

2000-12-13 Thread Mark Luntzel
yeah, thats a common complaint around here with send-hook. not sure if its being worked on. ?? On Wed, Dec 13, 2000 at 06:47:43PM +0100, Jakub Klausa chortled: 'lo I want my mutt to use different "From: " field values depending on the "To: " field. I managed to get it almost to work with

Re: From: depending on To:

2000-12-13 Thread Lars Hecking
I want my mutt to use different "From: " field values depending on the "To: " field. I managed to get it almost to work with the send-hook, but the problem is that the "From: " field changed with "my_hdr" directive doesn't get changed back to the default after sending the mail. Add

Re: From: depending on To:

2000-12-13 Thread Luke Ravitch
On Wed, Dec 13, 2000 at 06:47:43PM +0100, Jakub Klausa wrote: I want my mutt to use different "From: " field values depending on the "To: " field. I managed to get it almost to work with the send-hook, but the problem is that the "From: " field changed with "my_hdr" directive doesn't get

Re: From: depending on To:

2000-12-13 Thread Josh Huber
On Wed, Dec 13, 2000 at 09:57:49AM -0800, Mark Luntzel wrote: yeah, thats a common complaint around here with send-hook. not sure if its being worked on. huh? If you want a default value to be used with send-hook, just do something like: send-hook . my_hdr From: [EMAIL PROTECTED] send-hook

Re: From: depending on To:

2000-12-13 Thread Mark Luntzel
ok I am guilty of not digging deeply enough into the manual on this. thanks - On Wed, Dec 13, 2000 at 01:18:43PM -0500, Josh Huber chortled: On Wed, Dec 13, 2000 at 09:57:49AM -0800, Mark Luntzel wrote: yeah, thats a common complaint around here with send-hook. not sure if its being

pic mailcap?

2000-12-13 Thread Gary
Hi all, Does anyone have a good mailcap addition for viewing gif or png pics? I would appreciate it. TIA.. -- Best regards, Gary Today's thought: Chaos, panic, pandemonium - my work here is done.

Re: pic mailcap?

2000-12-13 Thread Akkana
Gary writes: Does anyone have a good mailcap addition for viewing gif or png pics? I would appreciate it. I use: image/gif; xv %s image/png; xv %s Unfortunately, this makes mutt wait for xv to exit, so I can't compare several images, or keep an image up while I read other mail. I've tried

Re: pic mailcap?

2000-12-13 Thread Thomas E. Dickey
On Wed, 13 Dec 2000, Akkana wrote: Gary writes: Does anyone have a good mailcap addition for viewing gif or png pics? I would appreciate it. I use: image/gif; xv %s image/png; xv %s Unfortunately, this makes mutt wait for xv to exit, so I can't compare several images, or keep an

Re: pic mailcap?

2000-12-13 Thread Gary
On Wed, Dec 13, 2000 at 12:56:33PM -0800 or thereabouts, Akkana wrote: Does anyone have a good mailcap addition for viewing gif or png pics? I would appreciate it. I use: image/gif; xv %s image/png; xv %s Unfortunately, this makes mutt wait for xv to exit, so I can't compare several

Re: compile mutt with pgp support

2000-12-13 Thread Michael Tatge
Guido Sicoli muttered: do you know how to tell "configure" command to append (activate) the PGP support into de Makefile. It should be enabled by default, but you can explicitly enable it with configure --enable-pgp. see configure --help HTH, Michael -- Help! I'm trapped in a PDP 11/70!

gnupg vs pgp?

2000-12-13 Thread Myrddin
Just like the subject says. I see on the mutt homepage that gnupg is recommended over pgp. Are there reasons for this beyond the whole 'use gnu whenever possible because of their licensing'? Or are there real, functional reasons behind choosing gnupg over pgp? - Myrddin

Re: gnupg vs pgp?

2000-12-13 Thread Lars Hecking
Myrddin writes: Just like the subject says. I see on the mutt homepage that gnupg is recommended over pgp. Are there reasons for this beyond the whole 'use gnu whenever possible because of their licensing'? Or are there real, functional reasons behind choosing gnupg over pgp? Much

Re: pic mailcap?

2000-12-13 Thread Gary Johnson
On Wed, Dec 13, 2000 at 12:56:33PM -0800, Akkana wrote: Gary writes: Does anyone have a good mailcap addition for viewing gif or png pics? I would appreciate it. I use: image/gif; xv %s image/png; xv %s Unfortunately, this makes mutt wait for xv to exit, so I can't compare

Re: Error messages

2000-12-13 Thread David Champion
On 2000.12.13, in [EMAIL PROTECTED], "Charles Curley" [EMAIL PROTECTED] wrote: When working on my .muttrc, it would be very nice if there were some way to see error messages generated by bugs in the .muttrc. Is there any such mechanism? You mean just to test the muttrc file and report

Re: Error messages

2000-12-13 Thread David Alban
Greetings! At 2000/12/13/18:58 -0600 David Champion [EMAIL PROTECTED] wrote: You mean just to test the muttrc file and report parse errors? How about: mutt -F test.muttrc -f /dev/null -e "push x" /dev/null That's *way* cool! Here's a script[1] which uses your idea to test $1 if it's

Re: special reply_regexp

2000-12-13 Thread Laurent Pelecq
On Wed, Dec 13, 2000 at 08:37:41AM +0100, Daniel Kollar wrote: Hi, in one of my folder containing msgs from a mailing list I would like to sort the msgs as threads. With the default reply_regexp this does not work, because the mailing list always puts a string "[ifc-ml:] " at the