That's very helpful! Thanks. Now I don't have to go through all the docs to figure this out. =)



Matus UHLAR - fantomas wrote:
mutt supports spam tags, I use this setup:

set imap_headers="X-Spam-Status"
spam "X-Spam-Status: (Yes|No), score=(-?[0-9]+\.[0-9])" "%2"
spam "X-Spam-Status: (Yes|No), hits=(-?[0-9]+\.[0-9])" "%2"
unset spam_separator
set index_format="%4C %Z %D %5c %04H %-15.15L %s"

now mutt shows spam score in index, I can sort using the score and match
against score  (~H ...)

However the '-' character is not understood as minus sign, so mail with
-1.0 < score < 1.0  are misex when sorted.


--
# Jesse Molina
# Mail = [EMAIL PROTECTED]
# Page = [EMAIL PROTECTED]
# Cell = 1.602.323.7608
# Web  = http://www.opendreams.net/jesse/


Reply via email to