Hallo, i want to include something like a progress bar into my antispam filter. To do that i need the count of messages the user want to scan. so there are two possibilities to do that.
1.) get the count of marked mails (impossible with the plugin interface) 2.) store the message id, TBPGetDataProc and spam flag into a list and wait until no more TBP_FeedSpam calls occur. now i know the count of messages and could begin to scan. The problem is that the TBPGetDataProc pointer is only temporary and gets invalid if the The Bat! leave TBP_FeedSpam. Is there any way to use this pointer anyway??? achim mailto:[EMAIL PROTECTED] ________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html

