[Spambayes] Maildir folders

Tim Peters tim.one@comcast.net
Sun Oct 27 23:57:10 2002


[Derek Simkowiak]
> 	os.path.join() will ignore all preceding entries as soon as one of
> the entries starts with a '/'.  (Furthermore, '/' is not cross platform,
> try to stick to os.sep.)
>
> 	So make sure it's
>
> os.path.join(name, 'cur')

Yup, that's what it is.