Yes I didn't realise that error, so the plugin did not work correctly. After fixing it (remove the ;), recompile, the plugin looks to work fine.
Thank you very much again. 2008/7/25 Anders <[EMAIL PROTECTED]>: > Johannes Berg wrote: > >> Ok, I've committed that, so it should work now. Somebody please test. > > I guess the extra semicolon (after save_init) is a typo? > > > - return asbox->module_ctx.super.save_init(t, flags, keywords, > received_date, > > + ret = asbox->module_ctx.super.save_init;(t, flags, keywords, > received_date, > > > > Cheers, > Anders. > > >