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

Mark Hammond mhammond at skippinet.com.au
Fri Oct 24 22:53:59 EDT 2003


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)

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

Mark.




More information about the spambayes-dev mailing list