On Samstag 21 Februar 2009 Jorge Bastos wrote:
> he folders I have I don't know, didn't count them, but maybe ~40/50

Count mailboxes:
select count(1) from dbmail_mailboxes where owner_idnr = 
<your_user_idnr>;

Count Mails:
select count(1) from dbmail_messages join dbmail_mailboxes using 
(mailbox_idnr) where owner_idnr = <your_user_idnr>;

mfg zmi
-- 
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to