aerc/worker/maildir
Jeffas c97d0d6320 Add basic searching to the maildir backend
Basic searching is supported with the following:
- read messages
- unread messages
- from addresses
- text in body
- text in subject
- text in all

The implementation loops through all messages in the selected directory.
It tries to be smart by detecting which parts of each message the search
query needs to use and only loads these from the filesystem.
2019-09-16 12:40:26 -04:00
..
container.go maildir: Preserve flags when copying messages 2019-08-08 12:50:54 +09:00
message.go Extract message parsing to common worker module 2019-08-08 10:10:31 +09:00
search.go Add basic searching to the maildir backend 2019-09-16 12:40:26 -04:00
worker.go Add basic searching to the maildir backend 2019-09-16 12:40:26 -04:00