summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/ScanDir.rakumod
Commit message (Collapse)AuthorAge
* Revert "fewer temporary variables"dakkar2020-01-25
| | | | | | | This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well
* fewer temporary variablesdakkar2020-01-25
| | | | | we can `return` from an inner block, even when that block is executed somewhere else: `return` is lexical!
* nicer scan-dir signaturedakkar2020-01-25
|
* allow multiple maildirs on cmdlinedakkar2020-01-11
|
* better scandirdakkar2019-12-29
| | | | | | * breadth-first, not depth-first * emits an `End` once all files that were there at the start have been emit-ed
* new module extensiondakkar2019-12-29