From 172c789ae6bd694f1e28d1ed105ab771d785124b Mon Sep 17 00:00:00 2001 From: Silvia Bigler Date: Mon, 27 Jan 2025 12:01:48 +0100 Subject: [PATCH] Bugfix: Change default layout in model --- src/paperless_mail/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless_mail/models.py b/src/paperless_mail/models.py index 045743e67..cf33a056b 100644 --- a/src/paperless_mail/models.py +++ b/src/paperless_mail/models.py @@ -240,7 +240,7 @@ class MailRule(document_models.ModelWithOwner): pdf_layout = models.PositiveIntegerField( _("pdf layout"), choices=PdfLayout.choices, - default=PdfLayout.TEXT_HTML, + default=PdfLayout.DEFAULT, ) action = models.PositiveIntegerField(