Re: spamfilter for procmail

2000-10-16 Thread Jamie Novak
On 10/16, Dale Morris rearranged the electrons to read: > could someone post a simple spam receipe for procmail? I'm afraid I'll > end up filtering out my important mails. You know, things like distant > relatives writing to give me money and such.. > thanks Here are a few simple recipes I have

Re: multiple mutts

2000-10-11 Thread Jamie Novak
On 10/11, Aaron Schrab rearranged the electrons to read: > Or you could just make a minor modification to the grep pattern: > > ps -U $LOGNAME | grep 'r[e]almutt' > /dev/null > > That way grep won't be able to match itself. You could also just do a: ps -U $LOGONAME | grep mutt | grep -v gre

Re: Quoting of signature variable

2000-10-09 Thread Jamie Novak
On 10/09, Mikko Hänninen rearranged the electrons to read: > Try something like this: > > set signature="sigmaker.pl `echo ~/.quotes/*` |" > > However, this will only expand the list of quotes when your .muttrc is > read, it won't dynamically update it if you add or remove files to/from > the

Re: mail and Mail

2000-10-07 Thread Jamie Novak
On 10/07, [EMAIL PROTECTED] rearranged the electrons to read: > I already did, and I found this fcc-hook there. It's quite a large amount of > matter to go through. When I look at section 6.3, which has 209 config options > by itself... It is easy to get lost in there. Have you considered using

Re: Mutt and Maildir?

2000-10-06 Thread Jamie Novak
On 10/06, Paul rearranged the electrons to read: > I am still trying to find my way around the rest > of mutt's features, like changing to another mail folder etc. I've re-bound the key to "g" for me, but I believe the default is to hit "c" and type the name of the folder you want to change to.

"strange" configuration question

2000-10-06 Thread Jamie Novak
Sorry if this gets to you twice. I think I sent it to the wrong address the first time. (Oops) I could have sworn I saw an example of how to do this in someone's .muttrc file sometime in the past, but I can't, for the life of me, find it again. (I'd hate to think I use mutt so often that I'm n

"strange" configuration question

2000-10-06 Thread Jamie Novak
Hi there, I could have sworn I saw an example of how to do this in someone's .muttrc file sometime in the past, but I can't, for the life of me, find it again. (I'd hate to think I use mutt so often that I'm now dreaming about it. :-) Is it possible to have Mutt dynamically generate the "From:

Re: PGP error messages

2000-01-21 Thread Jamie Novak
On 01/21, Lars Hecking rearranged the electrons to read: > Now I *know* these variables won't work for this version of mutt because > the pgp/gpg interface changed between 1.0 and 1.1 (or 0.95/0.96). > > See doc/PGP-Notes.txt and contrib/{gpg,pgp2,pgp5}.rc, and the usual > funny manual. Ugh

PGP error messages

2000-01-21 Thread Jamie Novak
Hey, it's me again. Hopefully this will be my last letter with a problem! :-) 'mutt -v' says : Mutt 1.1.2i (2000-01-08) So I know it should be able to handle PGP without a problem. However, when I define a bunch of PGP settings in my .muttrc file as it says I should be able to, I get the foll

Re: Colour loss when running via an exec command...

2000-01-21 Thread Jamie Novak
On 01/20, Jean-Sebastien Morisset rearranged the electrons to read: > Try creating a "mutt-color" script with the following content: > > #!/bin/sh > TERM=xterm-color > export TERM > exec mutt $* Thanks!! This took care of the problem beautifully. Thanks, also, to everyone else who replied (incl

Colour loss when running via an exec command...

2000-01-20 Thread Jamie Novak
Hi, folks, I've got a problem that I can't seem to figure out and was wondering if anyone had any input. What I'm basically hoping to be able to do is, in Xwindows, have an option for mutt in my menu that looks like this: Eterm --trans --shade "40%" -T Mutt -n "Electronic Mail" -e mutt Basical