From 3e8edcf91acd7ccbff6e4fa8fd81d1f67a3955a3 Mon Sep 17 00:00:00 2001 From: Silvio Zimmer Date: Wed, 21 Apr 2021 12:45:47 +0200 Subject: add option to place signature above quoted text Signed-off-by: Silvio Zimmer --- tests/Integration/Db/MailAccountTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Integration') diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php index fd2ad11e3..8db2729f8 100644 --- a/tests/Integration/Db/MailAccountTest.php +++ b/tests/Integration/Db/MailAccountTest.php @@ -70,6 +70,7 @@ class MailAccountTest extends TestCase { 'sentMailboxId' => null, 'trashMailboxId' => null, 'sieveEnabled' => false, + 'signatureAboveQuote' => false, ], $a->toJson()); } @@ -97,6 +98,7 @@ class MailAccountTest extends TestCase { 'sentMailboxId' => null, 'trashMailboxId' => null, 'sieveEnabled' => false, + 'signatureAboveQuote' => false, ]; $a = new MailAccount($expected); // TODO: fix inconsistency -- cgit v1.2.3