aerc/worker/maildir
Julian Pidancet ea10b329dd maildir: replace ListFolder method with FolderMap
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>
2022-10-27 21:39:41 +02:00
..
container.go maildir: move common maildir code out of worker 2022-10-27 21:39:41 +02:00
message.go maildir: move common maildir code out of worker 2022-10-27 21:39:41 +02:00
search.go go: removed io/ioutil 2022-08-22 09:30:19 +02:00
worker.go maildir: replace ListFolder method with FolderMap 2022-10-27 21:39:41 +02:00