summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-01-28 13:23:25 +0100
committerRobin Jarry <robin@jarry.cc>2022-01-30 20:49:30 +0100
commit622802d3a5ea980b2d08ffec91497b57d3bae7f4 (patch)
tree4512146b5a94e8a1749d79f15504d5f07afef8ec /config/config.go
parenta5c046efe3af8f1b3c94c9d83c214c77fa9f6697 (diff)
downloadaerc-622802d3a5ea980b2d08ffec91497b57d3bae7f4.zip
maildir: defer the count of recent messages
Since commit 01c96e78dfe8 ("Update DirectoryInfo handling for maildir"), flags are checked for every message of a folder when entering it. Iterating over all messages of a folder takes a long time for large collections of emails. Only count the number of messages and state that the directory info counts are not accurate. Defer the parsing of message flags in a goroutine to have a more responsive UI. Fixes: https://todo.sr.ht/~rjarry/aerc/16 Suggested-by: Koni Marti <koni.marti@gmail.com> Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/config.go')
0 files changed, 0 insertions, 0 deletions