Good morning list<br><br>I recently stumbled upon imapfilter and found it to be very useful; thanks for writing it.<br><br>Though my main interest is to use it as an IMAP library from another project<br>(written in Lua); so far everything seems to be working nicely.
<br><br>Attached are the diffs I used; the one for the 2.0.2 version is not tested a lot as<br>my own application still uses the 1.3 interface.<br><br>cd $SRC_DIR<br>patch -p 1 &lt; /path/to/respective.diff<br># set sharedir to allow running in build directory
<br>./configure -s $PWD<br>make imapfilter.so<br># edit lib_test.lua to match your imap account<br>lua lib_test.lua<br><br>It is a rather  quick hack to get something working (I hardcode my own lib pathes<br>in configure; the modification in 
lua.c is just an easy way to &#39;inject&#39; my own lua_State*<br>into the imapfilter framework) but it is functional enough that I thought it might be of<br>interest  to other people.<br><br>Best regards,<br>tok<br>