Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Mark Hymers
tag 484677 +patch Ok, I've just taken a look at this and tried this naive patch to one of the Makefile.ams: --- dovecot-1.0.14.orig/src/plugins/imap-quota/Makefile.am +++ dovecot-1.0.14/src/plugins/imap-quota/Makefile.am @@ -9,6 +9,7 @@ imap_moduledir = $(moduledir)/imap

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Timo Sirainen
On Thu, 2008-06-05 at 15:02 +0100, Mark Hymers wrote: tag 484677 +patch Ok, I've just taken a look at this and tried this naive patch to one of the Makefile.ams: --- dovecot-1.0.14.orig/src/plugins/imap-quota/Makefile.am +++ dovecot-1.0.14/src/plugins/imap-quota/Makefile.am @@ -9,6 +9,7

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Fabio Tranchitella
* 2008-06-05 16:24, Timo Sirainen wrote: lib11_imap_quota_plugin_la_LDFLAGS = -module -avoid-version +lib11_imap_quota_plugin_la_LIBADD = ../quota/lib10_quota_plugin.la Well, I suppose this could make it a bit easier.. But you could also have just done it as it was intended:

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Mark Hymers
severity 484644 normal thanks On Thu, 05, Jun, 2008 at 05:18:52PM +0300, Timo Sirainen spoke thus.. Well, I suppose this could make it a bit easier.. But you could also have just done it as it was intended: mail_plugins = quota imap_quota Could do I suppose, but I still consider a daemon

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Timo Sirainen
On Thu, 2008-06-05 at 16:32 +0200, Fabio Tranchitella wrote: * 2008-06-05 16:24, Timo Sirainen wrote: lib11_imap_quota_plugin_la_LDFLAGS = -module -avoid-version +lib11_imap_quota_plugin_la_LIBADD = ../quota/lib10_quota_plugin.la Well, I suppose this could make it a bit easier.. But

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Fabio Tranchitella
Hello Timo, * 2008-06-05 16:40, Timo Sirainen wrote: I'm not sure that it doesn't breaks something, so I'm not applying it at least to v1.0/v1.1. Also documentation everywhere (AFAIK) says that quota and imap_quota plugins be loaded together, so I don't think it's that big of a deal. Thanks

Bug#484677: Acknowledgement (imap_quota plugin doesn't load)

2008-06-05 Thread Mark Hymers
On Thu, 05, Jun, 2008 at 04:42:13PM +0200, Fabio Tranchitella spoke thus.. Thanks for your explanation, I'll add a note about it in the README.Debian file, just to be sure that users have some clue about these dependencies. That's probably best anyways as it turns out not to work properly (the