1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Remove empty intermediate directories, closes #12

This commit is contained in:
James Hillyerd
2017-01-28 16:11:51 -08:00
parent 9ac3c90036
commit de5b9a824b
2 changed files with 57 additions and 17 deletions

View File

@@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- No longer run out of file handles when dealing with a large number of
recipients for a single message.
- Empty intermediate directories are now removed when a mailbox is deleted,
leaving less junk on your filesystem.
### Changed
- Build now requires Go 1.7 or later