Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Zimmer <silvio.zimmer@die-kinderwelt.com>2021-04-21 13:45:47 +0300
committerSilvio Zimmer <silvio.zimmer@die-kinderwelt.com>2021-04-21 13:45:47 +0300
commit3e8edcf91acd7ccbff6e4fa8fd81d1f67a3955a3 (patch)
tree3a62db28114044c5869c45aeaae6cd71414b2eab /tests/Integration
parent513b5e38b539e0f16f4cdbe27d91be2d52c60290 (diff)
add option to place signature above quoted text
Signed-off-by: Silvio Zimmer <silvio.zimmer@die-kinderwelt.com>
Diffstat (limited to 'tests/Integration')
-rw-r--r--tests/Integration/Db/MailAccountTest.php2
1 files changed, 2 insertions, 0 deletions
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