I have an archive of old emails in Maildir
format. The directory (let's call it my_archive
) has proper Maildir
structure
$ ls ./my_archive
cur new tmp
I am able read the emails with mutt
by specifying the mailbox to load:
mutt -f ./my_archive
Mutt is OK, but I would like to read the archive with a graphical email client, so that I can easily work with attachments.
Is there some similar way to open my archive in some email client like Thunderbird?