Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68607054 authored by Mathew Smith's avatar Mathew Smith
Browse files

Enable email signature by default

parent 60f038e9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ class AccountPreferenceSerializer(
            identities = ArrayList<Identity>()

            val identity = Identity(
                signatureUse = false,
                signatureUse = true,
                signature = resourceProvider.defaultSignature(),
                description = resourceProvider.defaultIdentityDescription()
            )