<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
nodata wrote:
<blockquote
 cite="mid55622.213.164.3.90.1149690193.squirrel@www.nodata.co.uk"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Here's an example of what I would do with a MySQL backend.

I have an inbox where I get email for a wide variety of subjects. One of
those classifications are customers. So I would create a customers
folder and have a rule that if an incoming email from address match any
email address in my customers folder then the mail would be delivered
there. That way if I get a new customer then all I have to do is drag
the first message into the customers folder and all other mail from that
person would go into that folder.

To do this with MySQL would be trivial. To do it without a database
isn't possible.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You can do this with mail rules.
  </pre>
</blockquote>
But you would have to add a rule for each new customer. What I'm
talking about is that the presence of email in the folder would
determine what new email would be delivered into that folder - without
writing a rule. Dragging a message into the folder makes all future
message from that sender go to that folder.<br>
<br>
<br>
</body>
</html>