Aleksander wrote:
> Hari Sekhon wrote:
>> I have noticed just recently that it is marking folders in the
>> dbmail_mailboxes table with deleted_flag=1. This was not intentional
>> and seems to happen a lot. I have had to stop expunging from the
>> database due to fear of losing company email.
>
> mysql> select count(*) from dbmail_mailboxes where deleted_flag != 0;
> +----------+
> | count(*) |
> +----------+
> |      399 |
> +----------+
> 1 row in set (0.00 sec)
>
> mysql> select count(*) from dbmail_mailboxes where deleted_flag = 1;
> +----------+
> | count(*) |
> +----------+
> |      399 |
> +----------+
> 1 row in set (0.00 sec)
>
> mysql> select count(*) from dbmail_mailboxes;
> +----------+
> | count(*) |
> +----------+
> |      445 |
> +----------+
> 1 row in set (0.00 sec)
>
>
> I don't know what this means, but there are no lost mailboxes or mail.
> What's the deal?
>
> Alex
100% of mine are marked as 1
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to