<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello!<br>
<br>
I think i got it. This weekend i setup a totally new Mailserver for
testing purpose. <br>
First to the default-setup and used a file for userdb. <br>
Then I activated ldap-authentication.<br>
Moving emails around does not changed the \Seen-state (how it should
be)<br>
Then i copied my 10-mail.conf to the new server. And moving a
message to an other folder sets it as \Recent and unseen... So the
bug must be in this file...<br>
<br>
My setup uses separat directories for INDEX anc CONTROL in
/var/lib/dovecot... and INDEXPVT for shared boxes and even the
INBOX... <br>
<br>
<p>Then I removed all the separate INDEX, CONTROL an
INDEXPVT-options for mail_location so thant only <br>
</p>
<pre>mail_location = maildir:/var/mail/%u/Maildir:LAYOUT=fs</pre>
<p>was left. And moving messages arround let them stay unseen.</p>
<p>Then i added INDEX, CONTROL and INDEXPVT step by step and tested
the setup...<br>
</p>
<p>At least i had again</p>
<pre>mail_location = maildir:/var/mail/%u/Maildir:LAYOUT=fs:INDEX=/var/lib/dovecot/db/indexes/Maildir/%u:INDEXPVT=/var/lib/dovecot/db/indexes/Maildir/%u:CONTROL=/var/lib/dovecot/db/control/Maildir/%u
</pre>
<p>Moving messages with INDEXPVT in the config sets messages again
to \Recent and unseen in the new Folder. Without INDEXPVT an
unseen message stays unseen... <br>
</p>
<p>So i think, the problem is solved.</p>
<p><br>
</p>
<p>Bye jakob<br>
</p>
</body>
</html>