Anand Biligiri S forced the electrons to say:
> can you please give me a hint to filter incoming messages using score, i.e., i
> want to "move" incoming messages on a IMAP,matching particular patterns, to
> particular folders on the same IMAP server.

For that you don't need scoring. Scoring in mutt can do only three
things - mark a message as read, flagged or deleted. What you need are
hooks. Specifically, the save-hook. Something like

set move=yes
save-hook '~f [EMAIL PROTECTED]' {imap.server.name}/path/to/folder

should save messages from [EMAIL PROTECTED] to the folder specified
once you close the mailbox - try it out. Also, instead of the braces,
you can try imap://imap.server.name/path/to/folder with more recent
versions of mutt.

For more advanced filtering, you should use procmail on the IMAP server.

Binand


----------------------------------------------
Find out more about this and other Linux India 
mailing lists at http://lists.linux-india.org/

Reply via email to