[spambayes-dev] Full folder path in Outlook addin logs

Kenny Pitt kennypitt at hotmail.com
Mon Oct 27 09:50:08 EST 2003


Mark Hammond wrote:
> A better patch is simply:
> 
> Index: addin.py
> ===================================================================
> RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
> retrieving revision 1.113
> diff -r1.113 addin.py
> 1310c1310
> <                 name = msgstore_folder.name
> ---
>>                 name = msgstore_folder.GetFQName()
> 
> As a function that walks the hierarchy already exists (but *is* fairly
> recent, so isn't used in very many places.  The Config wizard does
> use it, as it offers *every* inbox, and the user does indeed think
> SpamBayes has incorrectly added the same folder multiple times)

Great!  As a relative newcomer to SpamBayes hacking, I learn something
new everyday.  This is the main reason I like to have my patch ideas
reviewed here rather than submitting them directly as SourceForge
patches.  You guys have always been right on top of things with helpful
comments whenever I've posted here.

> I'll check this in, but there are plenty of other places it may also
> make sense to make this change.

If I get a chance, I'll scan through the source and submit suggestions
for any other places that I spot.

-- 
Kenny Pitt




More information about the spambayes-dev mailing list