the mbox export also contains all message flags, so fix the text along the export links

This commit is contained in:
Mechiel Lukkien 2023-03-29 21:21:43 +02:00
parent b571dd4b28
commit df6956bed8
No known key found for this signature in database

View file

@ -344,7 +344,7 @@ const index = async () => {
), ),
dom.br(), dom.br(),
dom.h2('Export'), dom.h2('Export'),
dom.p('Export all messages in all mailboxes. Either in maildir format (with flags like Replied, Forwarded, Junk, etc) or in mbox format (without flags). And either as .zip file or .tgz file.'), dom.p('Export all messages in all mailboxes. In maildir or mbox format, as .zip or .tgz file.'),
dom.ul( dom.ul(
dom.li(dom.a('mail-export-maildir.tgz', attr({href: 'mail-export-maildir.tgz'}))), dom.li(dom.a('mail-export-maildir.tgz', attr({href: 'mail-export-maildir.tgz'}))),
dom.li(dom.a('mail-export-maildir.zip', attr({href: 'mail-export-maildir.zip'}))), dom.li(dom.a('mail-export-maildir.zip', attr({href: 'mail-export-maildir.zip'}))),