I use the notify plugin as a base to my plugin. So, i need the filename from the expunged mail, to use to search my other file to erase.
What's the way to find the filename ? I thy to get by i_stream_get_name, but i'm lost with the input istream to get this. 2010/6/25 Timo Sirainen <t...@iki.fi> > On Mon, 2010-06-21 at 17:27 -0300, Alex Baule wrote: > > Hello everyone..... > > > > > > I Need to know when a email is expunge, but i don't need change this > action. > > I Need to call another action + the default action. > > > > There is a plugin to do this ? > > In v2.0 there is a notify plugin which you can pretty easily use to > catch expunge events. mail_log plugin also uses it. > > >