
8 Sep
2004
8 Sep
'04
6:22 p.m.
On 8/9/04 7:06 pm, Martin Edenhofer
On Wed, Sep 08, 2004 at 10:42:09AM -0700, Travis Murdock wrote:
Is there another way to significantly reduce the database size without losing the data?
If you use the database backend for your attachments, the the attachments stored in article_attachment table. In this table is also a create_time column. So you can just delete attachments older then... by using SQL link "DELETE FROM article_attachment WHERE create_time ...".
Has anyone got a backend which keeps the entire message in an IMAP store? That would IMHO be quite a neat feature :-) Cheers, Chris