On 1.8.2013, at 19.02, Axel Luttgens AxelLuttgens@swing.be wrote:
Le 1 août 2013 à 14:29, Timo Sirainen a écrit :
And if you're still stuck with this, set a breakpoint to quota_mail_user_created and step through it to figure out why MODULE_CONTEXT_SET() isn't being called.
Yes, still stuck. :-(
Did you mean function quota_mail_user_created from quota-storage.c?
Yes.
If yes, could it be that it is never called in my case?
If not, then there's definitely some problem :)
Desperately trying to have the program break there, without success...
Could I try to break somewhere earlier in the call chain?
It should definitely stop in hook_mail_user_created, which should call quota_mail_user_created as one of the hooks. If not, the user then doesn't actually have quota plugin enabled..