mikwielgus / forum-dl

Scrape posts, threads from forums, news aggregators, mail archives, export to JSONL, mailbox, WARC
MIT License
74 stars 1 forks source link

maildir only outputs 1 empty file #2

Closed peterjschroeder closed 1 year ago

peterjschroeder commented 1 year ago

On phpbb forums; when selecting maildir as the file format, only a single blank file is created in cur.

mikwielgus commented 1 year ago

Thanks for the report.

In formats that allow having subdirectories (Maildir and Babyl), each board is stored in its own subdirectory. You should be able to find your messages there (note that in Maildir, each of subdirectories starts with an ".", so by default they're hidden).

I checked just now and for some reason neomutt doesn't show these subdirectories for me unless pointed to only one of them directly. Not sure whether it's a problem with forum-dl or with my Neomutt configuration.

peterjschroeder commented 1 year ago

Found the folder, thank you. From what I've seen mutt is picky about folder names, so that doesn't surprise me.