Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maildir: replace ListFolder method with FolderMap | Julian Pidancet | 2022-10-27 | 1 | -6/+5 |
| | | | | | | | | | | | Replace ListFolder with a new method that returns a map indexed by folder names instead of a list of folder names. A map is simpler to use and more efficient in case we only want to check the presence of a specific folder in the Maildir store. Signed-off-by: Julian Pidancet <julian.pidancet@oracle.com> Acked-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com> | ||||
* | maildir: move common maildir code out of worker | Julian Pidancet | 2022-10-27 | 1 | -0/+153 |
This change moves code that could be common to both notmuch and maildir workers in worker/lib. Signed-off-by: Julian Pidancet <julian.pidancet@oracle.com> Acked-by: Robin Jarry <robin@jarry.cc> Acked-by: Tim Culverhouse <tim@timculverhouse.com> |