Package: pymsnt The previous patch would indeed result in migration of the spool directory however it would attempt the migration on every transport startup. I've corrected the patch and it now only runs when the control file "notes_to_myself" does not exist.
--- System information. --- Architecture: i386 Kernel: Linux 2.6.18-5-k7 Debian Release: 4.0
diff -Naur pymsnt-0.11.2/src/housekeep.py pymsnt-0.11.2.mod/src/housekeep.py --- pymsnt-0.11.2/src/housekeep.py 2006-10-18 00:40:55.000000000 -0400 +++ pymsnt-0.11.2.mod/src/housekeep.py 2007-11-01 09:59:03.000000000 -0400 @@ -45,7 +45,7 @@ if not os.path.exists(pre): os.makedirs(pre) global noteList - self.notes = noteList + #self.notes = noteList def check(self, note): return self.notes.count(note) == 0