Re: Suggestion for List Etiquette

2002-01-12 Thread Igor Pruchanskiy
As Tom Gilbert has it in his sample .muttrc: set indent_str= # change this and I'll kill you! ;-) I have have this: set indent_string=# Dont' be a moron. Leave it as is. igor -- Uptime : 31 days, 28 min

Re: Like to see your script

2002-01-12 Thread Benjamin Smith
In the script it mentions that the message can't be piped through it since there is then no access to stdin to prompt the user. One way round this is to do this: open(TTYOUT, /dev/tty); open(TTYIN, /dev/tty); print TTYOUT Hello World!; $abc = TTYIN; close(TTYIN); close(TTYOUT); -- Benjamin

Re: Mutt dumps core...

2002-01-12 Thread Udo Schweigert
On Fri, Jan 11, 2002 at 23:22:54 +0100, Nils Holland wrote: Hi folks, I've been using Mutt for quite some time, and now I have a problem. My current mutt (1.2.5i on FreeBSD 4.5-PRERELEASE) seems to have some problems: I have set up mutt so that it accesses new mail that has been filtered

Re: nntp in mutt

2002-01-12 Thread Roberto Suarez Soto
On Jan/12/2002, Rob 'Feztaa' Park wrote: Ok, I've recompiled mutt with Vsevolod Volkoy's NNTP patch, and I've been poking around a bit... but I can't for the life of my figure out how to configure mutt for NNTP now that it is compiled properly. Anybody know what I have to do? When

Re: Mutt dumps core...

2002-01-12 Thread Nils Holland
On Sat, Jan 12, 2002 at 09:36:50AM +0100, Udo Schweigert stood up and spoke: I downloaded it and it works without any problem here (FreeBSD 4.5-RC, Mutt 1.3.25i). Have you compiled mutt youself? Maybe you should try the port from

A little macros help...

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone. I've been trying to work out how to do this Remap the 'G' key to execute a shell command. So instead of '!' followed by the command I'd just like to hit 'G' and have it done automatically. I've been looking through the manual and

Re: A little macros help...

2002-01-12 Thread Nicolas Rachinsky
On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson [EMAIL PROTECTED] wrote: Remap the 'G' key to execute a shell command. So instead of '!' followed by the command I'd just like to hit 'G' and have it done automatically. I've been looking through the manual and it doesn't look like

Re: A little macros help...

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 12-01-02 at 12:15 * Nicolas Rachinsky said On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson [EMAIL PROTECTED] wrote: Remap the 'G' key to execute a shell command. So instead of '!' followed by the command I'd just like to hit

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson wrote: Hi everyone. I've been trying to work out how to do this Remap the 'G' key to execute a shell command. So instead of '!' followed by the command I'd just like to hit 'G' and have it done automatically. I've been

Re: A little macros help...

2002-01-12 Thread Im Eunjea
* Nick Wilson [EMAIL PROTECTED] [2002-01-12 12:02]: Hi everyone. I've been trying to work out how to do this Remap the 'G' key to execute a shell command. So instead of '!' followed by the command I'd just like to hit 'G' and have it done automatically. macro generic G

Re: A little macros help...

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 12-01-02 at 12:47 * Benjamin Smith said On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson wrote: Hi everyone. I've been trying to work out how to do this Remap the 'G' key to execute a shell command. That is

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 12:50:32PM +0100, Nick Wilson wrote: * On 12-01-02 at 12:47 * Benjamin Smith said On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson wrote: Hi everyone. I've been trying to work out how to do this Remap the 'G' key to execute a shell

Re: Color mails which are a reply to a mail from me?

2002-01-12 Thread Charles Jie
Hi, Justin, How about sharing your 'regex' here for our reference? I've tried to write one but found it's inefficient due to searching in all the message bodies (~b). How do you think about it? * Is it possible to limit the lines to scan for message body? I think only 5 lines at the top and

mailcap autoview problem

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I thought i had it sussed with my .mailcap but alas no. Everytime I open a text/html mail I completely fail to launch lynx and get hung with a message saying 'invoking /usr/bin/htmlview' Here is the .mailcap, text/html; lynx %s text/*; more

Re: Like to see your script

2002-01-12 Thread Chris Gentle
On Sat, Jan 12, 2002 at 08:14:04AM +, Benjamin Smith wrote: open(TTYOUT, /dev/tty); open(TTYIN, /dev/tty); print TTYOUT Hello World!; $abc = TTYIN; close(TTYIN); close(TTYOUT); OK, I'll give it a try. I never got around to trying to fix it. I just found a work around instead.

Re: A little macros help...

2002-01-12 Thread Michael Wagner
On Samstag, 12. Jan. 2002 at 11:41:30, Benjamin Smith wrote: (OT: When I reply to traditional PGP posting like this one, I get the signature data inserted into the reply, is there any way this can be avoided? TIA). Hello Benjamin, press first ESCP on the mail. Then mutt verifies the

Re: mailcap autoview problem

2002-01-12 Thread Michael Wagner
On Samstag, 12. Jan. 2002 at 14:34:45, Nick Wilson wrote: I thought i had it sussed with my .mailcap but alas no. Everytime I open a text/html mail I completely fail to launch lynx and get hung with a message saying 'invoking /usr/bin/htmlview' Here is the .mailcap, text/html; lynx %s

Re: mailcap autoview problem

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 12-01-02 at 16:15 * Michael Wagner said Here is the .mailcap, text/html; lynx %s Hello Nick, take this: text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html Thanks Micheal, that did the trick nicely :) - --

Re: Good HTML to text converter?

2002-01-12 Thread oacheson
On Tue, Jan 08, 2002 at 12:28:11AM -0500, Ken Wahl wrote: On Mon, Jan 07, 2002 at 05:14:11PM -0500, Philip Mak wrote: On Mon, Jan 07, 2002 at 08:50:16PM +0100, Michael Wagner wrote: I have this in my mailcap file: text/html; html2text %s; copiousoutput; nametemplate=%s.html

Re: Mutt dumps core...

2002-01-12 Thread Michael Tatge
I can open the xpert mbox without any problems. Mutt 1.3.23i HTH, Michael -- How do I type for i in *.dvi do xdvi i done in a GUI? (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.) PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key

Re: A little macros help...

2002-01-12 Thread Michael Tatge
Benjamin Smith muttered: macro index 'G' 'shell-commandecho Hello World!Return' 'Help message' ^^^ That's shell-escape HTH, Michael -- Absolutely nothing should be concluded from these figures except that no conclusion can be drawn from them. (By Joseph

Re: Mutt dumps core...

2002-01-12 Thread David T-G
Nils -- ...and then Nils Holland said... % % Hi folks, Hello! % So, I'd be glad if some folks would try this out and report the results to % me. I've already tried opening the mailbox file(s) on all of my machines % without success, so the only thing left to do is probably call others for a

Re: Color mails which are a reply to a mail from me?

2002-01-12 Thread Michael Tatge
Charles Jie muttered: BTW, I found I can not handle mutt's regexp though I'm an experienced Perl programmer. :) color index red default '~b (Charles|Charlie)' = Unmatched ( not to mention: color index red default '~b Charl(es|ie)' = Unmatched ( * Could anybody explain mutt's

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 04:07:49PM +0100, Michael Wagner wrote: On Samstag, 12. Jan. 2002 at 11:41:30, Benjamin Smith wrote: (OT: When I reply to traditional PGP posting like this one, I get the signature data inserted into the reply, is there any way this can be avoided? TIA).

Re: patch to force pgp_create_traditional on non-us-ascii mails (was: application/pgp breaks Pine, too (was: applying pgp-outlook patch))

2002-01-12 Thread Cristian
On Sat, Jan 12, 2002 at 04:27:34PM +, Paul Walker wrote: I just tried (piping your email direct into GPG), and got this: gpg: CRC error; 947beb - dc3947 gpg: quoted printable character in armor - probably a buggy MTA has been used So something still needs some more work. (I'm using

mutt mime.types

2002-01-12 Thread Roman Neuhauser
Hi there, some time ago I reported problems with mailcap handlers for tar.(gz|bz2) files. I didn't investigate it further until yesterday when I tried (and failed) to get mutt recognize a file by its extension no matter where I put the ext - MIME type mapping (i. e. /usr/local/etc/mime.types or

Re: patch to force pgp_create_traditional on non-us-ascii mails (was: application/pgp breaks Pine, too (was: applying pgp-outlook patch))

2002-01-12 Thread David Ellement
On 020112, at 16:27:34, Paul Walker wrote On Sat, Jan 12, 2002 at 12:58:54AM +0100, Cristian wrote: This Email is signed the same way as described above. So you can try to verify it with whatever you use. I just tried (piping your email direct into GPG), and got this: gpg: CRC error;

Re: patch to force pgp_create_traditional on non-us-ascii mails (was: application/pgp breaks Pine, too (was: applying pgp-outlook patch))

2002-01-12 Thread Viktor Rosenfeld
Cristian wrote: On Sat, Jan 12, 2002 at 04:27:34PM +, Paul Walker wrote: I just tried (piping your email direct into GPG), and got this: gpg: CRC error; 947beb - dc3947 gpg: quoted printable character in armor - probably a buggy MTA has been used So something still needs some

Re: mutt mime.types

2002-01-12 Thread David Ellement
On 020112, at 17:58:56, Roman Neuhauser wrote ... I reported problems with mailcap handlers for tar.(gz|bz2) files. ... I failed to get mutt recognize a file by its extension no matter where I put the ext - MIME type mapping ... the only place where the code mentions mime.types is

Re: mutt mime.types

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 05:58:56PM +0100, Roman Neuhauser wrote: Hi there, some time ago I reported problems with mailcap handlers for tar.(gz|bz2) files. I didn't investigate it further until yesterday when I tried (and failed) to get mutt recognize a file by its extension no matter where

Re: Color mails which are a reply to a mail from me?

2002-01-12 Thread Aaron Schrab
[ I've moved quoted text around, so that it's in the correct place. ] At 20:39 +0800 12 Jan 2002, Charles Jie [EMAIL PROTECTED] wrote: On Sat, Jan 05, 2002 at 06:25:05PM -0600, Aaron Schrab wrote: color index red default ~b ^^ Would you please tell me

Re: mutt mime.types

2002-01-12 Thread Roman Neuhauser
Date: Sat, 12 Jan 2002 10:19:50 -0800 From: David Ellement [EMAIL PROTECTED] To: mutt-users [EMAIL PROTECTED] Subject: Re: mutt mime.types On 020112, at 17:58:56, Roman Neuhauser wrote So... could someone point me to the function which mutt uses to determine the MIME type of the

Re: nntp in mutt

2002-01-12 Thread Rob 'Feztaa' Park
Alas! Roberto Suarez Soto spake thus: Ok, I've recompiled mutt with Vsevolod Volkoy's NNTP patch, and I've been poking around a bit... but I can't for the life of my figure out how to configure mutt for NNTP now that it is compiled properly. Anybody know what I have to do? When

Re: Question about mutt and folders

2002-01-12 Thread David T-G
JT -- ...and then JT said... % % Okay, a bit of history. I'm currently a Pine user and I'm considering % switching to Mutt since I have need of useable and useful PGP/GPG % handling. Good for you! We love mutt here :-) % ... % Under pine, I can easily set up three mail collections as

Re: Mutt dumps core...

2002-01-12 Thread Nils Holland
On Sat, Jan 12, 2002 at 11:06:56AM -0500, David T-G stood up and spoke: I pulled it down and opened it with 1.2.5 and 1.3.25 with no problem. First of all, thanks to everyone who tested it! Now, I have found that if I install FreeBSD's mutt-devel port, which is mutt 1.3.25, it also works

Re: Color mails which are a reply to a mail from me?

2002-01-12 Thread Justin R. Miller
Thus spake Michael Tatge ([EMAIL PROTECTED]): You have to escape the pipe Symbol i.e. color index red default '~b Charl(es \| ie)' I never did figure that out. I just used my first time, since it is uncommon enough on my lists. Now, however, I use the References: header thusly:

Re: Suggestion for List Etiquette

2002-01-12 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Roman Neuhauser hath spake thusly: I guess that quite a few of the subscribers are just devoted to flooding this list with chitchat. I would suggest creating mutt-chat, so that those who feel the urge to send

Re: Suggestion for List Etiquette

2002-01-12 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Derek D. Martin hath spake thusly: [SNIP] discussions almost always result directly from discussions that originally WERE on-topic, and are unavoidable. Humans have a penchant for going off on tangents, and you can not

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Derek D. Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At some point hitherto, Samuel Padgett hath spake thusly: I sometimes spell check my messages before I send them using Ispell (actually, Aspell), and often I have no errors. When this is the case, however, Mutt does not indicate that the spell

Re: Question about mutt and folders

2002-01-12 Thread JT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 12 Jan 2002, David T-G wrote: % % Okay, a bit of history. I'm currently a Pine user and I'm considering % switching to Mutt since I have need of useable and useful PGP/GPG % handling. Good for you! We love mutt here :-) *laugh* I

Re: Question about mutt and folders

2002-01-12 Thread Michael Elkins
FWIW, I have this same annoyance with Mutt's IMAP handling. It's damned near imposible to copy a message between folders on different servers or local without a bunch of typing. I've been talkign to some folks over on IRC about this issue and I would welcome any comments. This was part of the

Re: nntp in mutt

2002-01-12 Thread David Champion
On 2002.01.12, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: Which manual? The man page for the muttrc just says that %g expands to the newsgroup if mutt is compiled with nntp support, there is nothing else about nntp in there. The mutt man page shows: -G

Re: nntp in mutt

2002-01-12 Thread Rob 'Feztaa' Park
Alas! David Champion spake thus: Which manual? The man page for the muttrc just says that %g expands to the newsgroup if mutt is compiled with nntp support, there is nothing else about nntp in there. The mutt man page shows: -G Start Mutt with a listing of subscribed newsgroups.

Re: nntp in mutt

2002-01-12 Thread Rob 'Feztaa' Park
Alas! David Champion spake thus: The manual (manual.txt) shows NNTP information in section 2.7, 3.18, and Section 2.7: 2.7. Reading news via NNTP If compiled with ``--enable-nntp'' option, Mutt can read news from newsserver via NNTP. You can open a newsgroup with function ``change-

Re: nntp in mutt

2002-01-12 Thread Rob 'Feztaa' Park
Alas! David Champion spake thus: On 2002.01.12, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: options: ... -g server specify a newsserver (if compiled with NNTP) -Gselect a newsgroup (if compiled with NNTP) ... Well, note the if

Re: strange TABs in header

2002-01-12 Thread Andy Spiegl
Hi Igor, This space between my_hdr and the comment added all this space after the header... So have your friend make sure that he does not have Tab between my_hdr From: and what the header is set to in his ~/.muttrc Thanks for the idea. I checked his mutt configuration, but nothing

Re: Good HTML to text converter?

2002-01-12 Thread Andy Spiegl
lynx --dump --force_html --nolist --hiddenlinks=ignore my $.02 IMHO, w3m does it even better: text/html; /usr/bin/w3m -F -dump -T text/html %s; nametemplate=%s.html ; copiousoutput Bye, Andy. -- Dr. Andy Spiegl, Radio Marañón, Jaén, Perú E-Mail: [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Samuel Padgett
Derek D. Martin [EMAIL PROTECTED] writes: This is part of the Unix philosophy, which goes something like, if there's nothing to report, then report nothing. Armed with this knowledge, there's really no need for such a message... I would amend that to say, If there's no need to report

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Kenneth Pronovici
Feedback is an important element of any user interface, GUI or text-based, UNIX or not. Ok... so I'd have to agree... but why can't you just wrap aspell in a script of your own, i.e. vi muttspell.sh #!/bin/sh aspell $* echo Aspell completed with return ($?) then, vi

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Kenneth Pronovici
then, vi .muttrc ispell=muttspell.sh It seems like this would probably do what you want, right? Ok, I get it. Errors and output disappear so fast that you can't really see them, which I hadn't noticed before. Doing what I suggested above would at least let you see that

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Samuel Padgett
Kenneth Pronovici [EMAIL PROTECTED] writes: Ok, I get it. Errors and output disappear so fast that you can't really see them, which I hadn't noticed before. Doing what I suggested above would at least let you see that *something* ran, though. Hmm, not as worthwhile as I thought, sorry.

Re: Ispell is too quiet when run from the Compose menu

2002-01-12 Thread Derek D. Martin
At some point hitherto, Samuel Padgett hath spake thusly: Derek D. Martin [EMAIL PROTECTED] writes: This is part of the Unix philosophy, which goes something like, if there's nothing to report, then report nothing. Armed with this knowledge, there's really no need for such a message...

Re: Suggestion for List Etiquette

2002-01-12 Thread Igor Pruchanskiy
I guess that quite a few of the subscribers are just devoted to flooding this list with chitchat. I would suggest creating mutt-chat, so that those who feel the urge to send non-technical, OT stuff to mutt-users would have a place to go. Yeah, but the problem is that

Address books and mutt

2002-01-12 Thread Sam Carleton
How does one implement an address book in mutt?

Re: Address books and mutt

2002-01-12 Thread Derek D. Martin
At some point hitherto, Sam Carleton hath spake thusly: How does one implement an address book in mutt? One implements them as a list of aliases. See the alias command in the manual. When you are prompted for the To: address, you then hit the tab key to bring up the list of aliases. --

Re: Address books and mutt

2002-01-12 Thread Knute
On Sat, 12 Jan 2002, Sam Carleton wrote: How does one implement an address book in mutt? I use abook -- which is console based as well. When I want to send an email to someone in that list, I simply start abook, hilight who I want to send the email to, and hit m. Then Mutt starts and goes

Re: Address books and mutt

2002-01-12 Thread Knute
On Sun, 13 Jan 2002, Derek D. Martin wrote: At some point hitherto, Sam Carleton hath spake thusly: How does one implement an address book in mutt? One implements them as a list of aliases. See the alias command in the manual. When you are prompted for the To: address, you then hit the

Re: Address books and mutt

2002-01-12 Thread Derek D. Martin
At some point hitherto, Knute hath spake thusly: On Sun, 13 Jan 2002, Derek D. Martin wrote: At some point hitherto, Sam Carleton hath spake thusly: How does one implement an address book in mutt? One implements them as a list of aliases. See the alias command in the manual. When

how to set localization

2002-01-12 Thread Willy Sutrisno
Hi, I encountered a webpage which the owner use a Indonesian mutt, does it mean that all the command in Indonesian? How does that thing possible, I have locales-id (Indonesian) rpm though. I have browsed the manual, and they never mention anything about localization. please enligehten me

Re: how to set localization

2002-01-12 Thread Igor Pruchanskiy
Hi, I encountered a webpage which the owner use a Indonesian mutt, does it mean that all the command in Indonesian? How does that thing possible, I have locales-id (Indonesian) rpm though. I have browsed the manual, and they never mention anything about localization. please enligehten

What's the trick?

2002-01-12 Thread Derek D. Martin
I thought I would write a filter for Pine users to be able to deal with PGP-MIME signed messages. It struck me that the concept should be fairly simple. I hacked together a quick shell script that does the following: - separate the text of the message - separate the PGP signature of the