On 2/22/06, Timo Ewalds <timo(a)nexopia.com> wrote:
>
> Thomas Bruederli wrote:
> > sofar wrote:
> >
> >>On Tue, 21 Feb 2006 13:34:38 -0500, "Geuis Teses" <geuis.teses(a)gmail.com> wrote:
> >>
> >>* sometimes mails from other folders pupup before the real entries - usually
> >>only one or two though. reloading the folder works around this too
> >
> >
> > Can you reproduce that. What are the exact steps to get this effect?
>
> I can confirm something similar to this. My problem seems to be caused
> by moving an email using a different app. I have thunderbird logged in
> directly, and it auto-moves certain emails to different folders, but
> they still show up greyed out in my inbox in roundcube. I can read them
> just fine, and they stay there after reading them. The only way I've
> seen (not that I've tried hard) to get them to show up right, is to move
> one from the 'inbox' to a different folder. Suddenly they all move. If I
> compare the output from thunderbird to roundcube, it seems that
> roundcube is reporting those multiple times. They show up once as black,
> and once faded. It's as if they are an artifact of moving. Maybe this is
> a dovecot bug instead of a roundcube bug?
> Note I have caching disabled as this is over a local network.
When Thunderbird moves a message to another folder, the "old" message
is marked as deleted and remains in the originating folder until it
send the EXPUNGE command. This is usually done when quitting the app.
Messages that appear gray in RoundCube are those which are marked as
deleted. You can get rid of them by clicking on "compact."
Alternatively there's a new configuration parameter
$rcmail_config['skip_deleted'] which will completly hide the deleted
messages but makes RC run a bit slower because all message listing and
counting has to be done using the SEARCH command.
>
> Timo
>
Hope this helps...
Thomas