[Dovecot] ugly hack to make maildir quotas work
Timo encouraged me to forward this to the list. Basically it pokes
the right value into the right place to make quota deltas work properly
when saving mail to Maildirs.
It's a nasty hack workaround, so don't rely on it without understanding
that it should be superseded in future.
Without this, saving to a maildir doesn't increment quota.
--- src/lib-storage/index/maildir/maildir-save.c 14 Jan 2006 18:47:50 -0000 1.64
+++ src/lib-storage/index/maildir/maildir-save.c 16 Feb 2006 04:32:49 -0000
@@ -9,6 +9,7 @@
#include "str.h"
#include "maildir-storage.h"
#include "maildir-uidlist.h"
+#include "index-mail.h"
#include
On Thu Feb 16 2006 at 07:07:50 CET, Joshua Goodall wrote:
Timo encouraged me to forward this to the list. Basically it pokes the right value into the right place to make quota deltas work properly when saving mail to Maildirs.
Joshua, Timo,
could this patch solve the problem I've been having ? http://dovecot.org/list/dovecot/2006-February/011538.html
Joshua, have you been experiencing that too?
Regards, -JP
On Thu, 2006-02-16 at 08:06 +0100, Jan-Piet Mens wrote:
On Thu Feb 16 2006 at 07:07:50 CET, Joshua Goodall wrote:
Timo encouraged me to forward this to the list. Basically it pokes the right value into the right place to make quota deltas work properly when saving mail to Maildirs.
Joshua, Timo,
could this patch solve the problem I've been having ? http://dovecot.org/list/dovecot/2006-February/011538.html
Probably, you're the reason I suggested sending this patch to mailing list :)
I'll make a proper fix sometimes later, but I'd guess this would fix it for you for now.
On Thu Feb 16 2006 at 13:08:58 CET, Timo Sirainen wrote:
On Thu, 2006-02-16 at 08:06 +0100, Jan-Piet Mens wrote:
On Thu Feb 16 2006 at 07:07:50 CET, Joshua Goodall wrote:
Timo encouraged me to forward this to the list. Basically it pokes
Probably, you're the reason I suggested sending this patch to mailing list :)
Timo & Joshua,
thank you both VERY much: the patch has taken care of that issue.
I'll make a proper fix sometimes later, but I'd guess this would fix it for you for now.
It does. I'm once again very happy with Dovecot.
-JP
participants (3)
-
Jan-Piet Mens
-
Joshua Goodall
-
Timo Sirainen