* John Buttery <[EMAIL PROTECTED]>, 2001-04-25 11:37 +0200:
>   OK, this is getting silly, so it's time to break down and ask for
> some help.  This isn't a question about mutt per se, but more of how
> mutt parses its configuration files.  This is the score command I have
> right now that is generating an error:
> 
> score ~s"   " =0
> 
>   The plain English translation of the above line is "Any message with
> 3 consecutive spaces in it, score it zero".  This is the error:

I guess you'll have to mask the spaces, like "\ \ \ " (untested;
consider mutt often needs more than one "\" in such cases).

>   Question #2: What is a message's default score, if no scoring matches
> it?

See the "score_*" variables in the manual. I use:

set score_threshold_delete=0
set score_threshold_flag=30 # autoflag at 30
set score_threshold_read=15
unscore *
score '~A' 20 # initial score value
score '~P|~p|~Q' 20 # flag msg directly concerning myself
score '!(~p|~P|~Q|~F)~d>7d' -9999 # delete older than one week and
                                  #neither concerning myself nor flagged

and so on. 

I hope this helps.

Andre Berger                                [[EMAIL PROTECTED]]

PGP signature

Reply via email to