From df6956bed825de2a91681a6ed9c325b8bf52e91d Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Wed, 29 Mar 2023 21:21:43 +0200 Subject: [PATCH] the mbox export also contains all message flags, so fix the text along the export links --- http/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/account.html b/http/account.html index e68891f..54f9633 100644 --- a/http/account.html +++ b/http/account.html @@ -344,7 +344,7 @@ const index = async () => { ), dom.br(), 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.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'}))),