Hi again, On Sat Dec 10, 2022 at 5:56 PM CET, Omar Polo wrote: > Hello, > > sorry for the delay. >
No worries! :) > > I noticed that some of my directories were missing in the sidebar. > > > > It turned out to be a bug in the maildir worker that was later patched > > upstream [1]. It seems it would be appropriate to bump up the version > > to a newer commit. I'm on v0.0.0-20221206102608-c1784b624aea which > > released today (December 6th) and I have noticed no issues thus far. > > > > [1]: https://git.sr.ht/~rjarry/aerc/commit/150aa0f498b9780a40fd > > Are you sure this is the offending commit? Asking because it's part > of the latest release. Well, the aerc developers seems to think so. When 0.13 released I opened up a issue and ask them if they had been able to recreate the issue I was having. See the link below for a full conversation. https://lists.sr.ht/~rjarry/aerc-discuss/%3CCNV39ZJB2UIW.ZHKIZNS3Q4SO%40openbsd.localdomain%3E TLDR; "Julian Pidancet a month ago I submitted a fix for this 4 days ago on aerc-devel: https://lists.sr.ht/~rjarry/aerc-devel/%3C20221021191507.267516-1-julian.pidancet%40oracle.com%3E" > Also, are you sure you're running aerc 0.13? -CURRENT should have > 0.13, -STABLE 0.12. Yes, I was able to recreate it on 0.13.0 and I am on -CURRENT amd64. > Admittedly I've only used aerc with the imap backend, but a quick test > with > > source = maildir://~/Maildir/op/ > > works more or less. I tried to create some dummy directories and they > aren't shown in the sidebar. However aerc is a bit fd-hungry (or just > leaks?) and so I can't successfully visit all the maildirs before it > runs out ("Personal: open ...: too many open files") making it > unusable for me. Yeah it seems to open every file that is being listed. I had to bump up the ulimits to make it work. I guess this is done in a way to make switching between mails faster since their essentially preloaded.