Re: Macro to edit procmailrc?

2001-03-14 Thread Suresh Ramasubramanian
Andre Bonhote proclaimed on mutt-users that: is there a way to kinda automatically add an entry to my procmailrc from within mutt? someting like this: Try www.spambouncer.org - it keeps updating a set of procmail recipes to stop spam ... or try http://razor.sourceforge.net -s

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Chris Green
On Tue, Mar 13, 2001 at 05:05:46PM +0100, Andre Berger wrote: * Chris Green [EMAIL PROTECTED], 20010313 16:46 +0100: [] How do I get mutt to understand that 8-bit characters (well '?' anyway) are valid and shouldn't be changed at all? I've tried setting the LANG and/or LC_CTYPE

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Chris Green
On Wed, Mar 14, 2001 at 09:23:20AM +1100, David wrote: Chris Green wrote: In the mutt pager 8-bit characters (the GB pound sign is the most frequent one) used to display as '?', now I've moved to a more recent development version of mutt they display as '\nnn' (i.e. the pound sign is

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Chris Green
On Wed, Mar 14, 2001 at 08:48:43AM +, Chris Green wrote: The system where I'm running mutt doesn't have a /etc/locale.gen, I'm a user not the sysadmin so I don't have the ability to do things as root. Neither of the above LC_TYPE settings has any effect as far as I can see. I

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Andre Berger
* Chris Green [EMAIL PROTECTED], 20010314 10:06 +0100: On Tue, Mar 13, 2001 at 05:05:46PM +0100, Andre Berger wrote: * Chris Green [EMAIL PROTECTED], 20010313 16:46 +0100: [] How do I get mutt to understand that 8-bit characters (well '?' anyway) are valid and shouldn't be changed

Re: Macro to edit procmailrc?

2001-03-14 Thread Andre Bonhote
if what you want is just to send the (previously unfiltered) spam to /dev/null, there is no need to interact with procmail. no, that's not exactly what i want. i'd rather like to have a script/macro/program which can be used to populate my .procmailrc. no matter if it's spam or not! this was

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Chris Green
On Wed, Mar 14, 2001 at 10:24:15AM +0100, Andre Berger wrote: (see "locale -a") "locale -a" returns a list as follows on the system in question (trimmed) :- [snipped] $ locale -a | grep en en en_AU en_BW en_CA en_DK en_GB en_IE en_US en_ZW ... so should I be putting

Loading standard input as mailbox

2001-03-14 Thread Dirk Laurie
I can't pipe a startup mailbox to mutt, because cat mailbox | mutt is treated as an instruction to mail what is piped in. Some Unix commands use the filename "-" as an alias for standard input, but cat mailbox | mutt -f - does not work. Of course, this trivial example can be handled by

8-bit characters, finally got there!

2001-03-14 Thread Chris Green
I have finally got my £ characters displayed correctly! :-) I had tried a configure with --enable-locales-fix already and that didn't work but reading INSTALL suggested that --without-wc-funcs as well might help. So I did a ./configure with both the above options set and it now works. I.e.

Re: 8-bit characters, finally got there!

2001-03-14 Thread mallet
Chris Green Wed, [14 Mar 2001 10:39:16 +]: I have finally got my characters displayed correctly! :-) I had tried a configure with --enable-locales-fix already and that didn't work but reading INSTALL suggested that --without-wc-funcs as well might help. So I did a ./configure with

Setting variables while mutt is up

2001-03-14 Thread Dirk Laurie
Is there any way to set variables while mutt is running? Setting them in .muttrc is fine most of the time, but sometimes I just want to override that setting for a while without restarting mutt. Dirk

Mutt/Netscape eludes me

2001-03-14 Thread Dave Murray
Arrggg! I can't get mutt to use netscape from URLView. I put: text/html; /opt/netscape/netscape -remote 'openURL(%s)' ; test=RunningX or text/html; /opt/netscape/netscape -remote 'openURL(%s)' into my .mailcap to no avail, it spawns linx. From mutt I can: |/opt/netscape/netscape -remote

Re: Setting variables while mutt is up

2001-03-14 Thread Suresh Ramasubramanian
Dirk Laurie [Wed, 14 Mar 2001 15:46:56 +0200]: Is there any way to set variables while mutt is running? Setting them in .muttrc is fine most of the time, but sometimes I just want to override that setting for a while without restarting mutt. Here you go ... : enter-command

Re: Still having problems with 8-bit characters and/or locale

2001-03-14 Thread Jerome De Greef
* Chris Green ([EMAIL PROTECTED]) wrote: I'm still trying to get 8-bit characters displayed correctly when I'm in the mutt pager. I've been playing with this on and off for a while now and it's really getting me annoyed - more from the point of view that I can't find how to fix it than that

Re: Macro to edit procmailrc?

2001-03-14 Thread Marco Fioretti
Andre Bonhote wrote: hi out there i am using mutt 1.2.5i together with fetchmail and procmail. is there a way to kinda automatically add an entry to my procmailrc from within mutt? someting like this: Andre, if what you want is just to send the (previously unfiltered) spam to

Re: Macro to edit procmailrc?

2001-03-14 Thread Suresh Ramasubramanian
Marco Fioretti proclaimed on mutt-users that: The right solution is to tell from mutt that, from now on, messages with that (sender, header...) must be destroyed ON THE POP3 server before ever downloading them. This also cuts on phone bills, if any. You'd do better to 1. Enable

Re: Problem with PGP linebreaks

2001-03-14 Thread Thomas Roessler
On 2001-03-13 18:47:45 +0100, Rejo Zenger wrote: set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" Add "--textmode" behind "--encrypt --sign". -- Thomas Roessler

Re: Loading standard input as mailbox

2001-03-14 Thread Gary Johnson
On Wed, Mar 14, 2001 at 12:25:34PM +0200, Dirk Laurie wrote: I can write a little script, e.g. # /bin/sh MBOX=$$ cat /tmp/$MBOX mutt -f /tmp/$MBOX rm /tmp/$MBOX but mutt seems to know that it is not being invoked from a terminal and tries to go into send mode. Am I missing a

Re: Mutt/Netscape eludes me

2001-03-14 Thread Michael Tatge
Dave Murray muttered: I can't get mutt to use netscape from URLView. ^^^ I put: text/html; /opt/netscape/netscape -remote 'openURL(%s)' ; test=RunningX or text/html; /opt/netscape/netscape -remote 'openURL(%s)' into my .mailcap to no avail, it

Re: 8-bit characters, finally got there!

2001-03-14 Thread mallet
Chris Green Wed, [14 Mar 2001 10:39:16 +]: I have finally got my characters displayed correctly! :-) I had tried a configure with --enable-locales-fix already and that didn't work but reading INSTALL suggested that --without-wc-funcs as well might help. So I did a ./configure with

SCO Installation

2001-03-14 Thread Dave Hodgson
I recently installed the mutt program from skunkware, as I want to be able to mail files as attachments using the cron system. However, after running the installation, I ran the program as below and received the dynamic linker message mentioned on

Re: pgp 6.5.8 encryption fails (was: Problem with PGP linebreaks)

2001-03-14 Thread rex
On Wed, Mar 14, 2001 at 10:17:31AM +0100, Thomas Roessler wrote: On 2001-03-13 18:47:45 +0100, Rejo Zenger wrote: set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" Add

Re: SCO Installation

2001-03-14 Thread Jeremy Blosser
Dave Hodgson [[EMAIL PROTECTED]] wrote: I recently installed the “mutt” program from skunkware, as I want to be able to mail files as attachments using the cron system. However, after running the installation, I ran the program as below and received the “dynamic linker” message mentioned on

Re: Mutt/Netscape eludes me

2001-03-14 Thread Dave Murray
Michael Tatge wrote on mutt-users: Dave Murray muttered: I can't get mutt to use netscape from URLView. ^^^ What are you trying to do urlview or mailcap? man urlview edit url_handler.sh Thanks, I haven't set up anything for url_handler, it

Re: SCO Installation

2001-03-14 Thread Christian R Molls
* Dave Hodgson [EMAIL PROTECTED] [010314 21:31]: Thanks in advance for any assistance you can provide. David A. Hodgson Perry's Ice Cream Company, Inc. One Ice Cream Plaza Kiddin'? Akron, NY 14001-0328 -- christian r. mollsthe rain descended, [EMAIL

Re: Mutt/Netscape eludes me

2001-03-14 Thread Dave Murray
Michael Tatge wrote on mutt-users: Dave Murray muttered: I can't get mutt to use netscape from URLView. ^^^ What are you trying to do urlview or mailcap? man urlview edit url_handler.sh That was it, all's well. Thank you. The GOOD thing