diff options
author | Julian Pidancet <julian.pidancet@oracle.com> | 2022-10-03 19:16:26 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-03 21:07:59 +0200 |
commit | 150aa0f498b9780a40fdab815552c4c4230b5178 (patch) | |
tree | 49e4da8832d677863a177ec134fef8590dd8ae29 /worker/notmuch | |
parent | 8cd4770f329c749c801630d1ec29c2765e60a8e6 (diff) | |
download | aerc-150aa0f498b9780a40fdab815552c4c4230b5178.tar.gz |
maildir: hide invalid folders
The maildir worker currently populates the list of mail folders by
listing all the filesystem subdirectories in the maildir directory.
Although there's no official specification for maildir subfolders,
they should all have cur/ new/ and tmp/ subdirectories to be valid.
This patch prevents directories that don't have those subdirectories
present on the filesystem from appearing in the account folder list.
This is useful for example to prevent ".notmuch" and ".notmuch/xapian"
from showing up in the folder list if using notmuch to index emails
while using aerc's maildir backend.
Signed-off-by: Julian Pidancet <julian.pidancet@oracle.com>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'worker/notmuch')
0 files changed, 0 insertions, 0 deletions