1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

Finishing up index.gob work

- Wrote more unit tests to make sure filestore behaves as expected
 - Renamed NewFileDataStore to DefaultFileDataStore, implemented a new
   NewFileDataStore for unit tests.
 - filestore now removes entire mailbox dir when last message is deleted
This commit is contained in:
James Hillyerd
2013-10-13 11:46:20 -07:00
parent 08f16db7ac
commit 52771e19b6
6 changed files with 151 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
"Resources": {
"Include": "README*,LICENSE*,bin,etc,themes"
},
"PackageVersion": "20131010",
"PackageVersion": "20131013",
"PrereleaseInfo": "snapshot",
"FormatVersion": "0.8"
}