[Spambayes-checkins] spambayes/Outlook2000/sandbox mapi_driver.py,
1.3, 1.4
Mark Hammond
mhammond at users.sourceforge.net
Sun Aug 24 22:19:39 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/sandbox
In directory sc8-pr-cvs1:/tmp/cvs-serv29265
Modified Files:
mapi_driver.py
Log Message:
Fail when we can't find a default message store.
Index: mapi_driver.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/sandbox/mapi_driver.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mapi_driver.py 28 Jul 2003 03:18:11 -0000 1.3
--- mapi_driver.py 25 Aug 2003 04:19:37 -0000 1.4
***************
*** 82,85 ****
--- 82,87 ----
store_name = name.lower()
break
+ else:
+ raise RuntimeError, "Can't find a default message store"
folder_names = names
else:
More information about the Spambayes-checkins
mailing list