about summary refs log tree commit diff stats
path: root/lib/dirstore.go
Commit message (Collapse)AuthorAgeFilesLines
* Move msgstore map to dirstoreJeffas2019-07-261-2/+13
| | | | | | This map represents a mapping from directory names to their associated messagestores anyway so they should be under dirstore. This simply moves them there and adds some methods required to interact with them.
* Sort out dirstore once and for allDrew DeVault2019-07-041-3/+1
|
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-0/+20