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
f='#n76'>76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104