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

Commit 7457cb64 authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Use the default signature by default

parent 60f038e9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ data class Identity(
    val name: String? = null,
    val email: String? = null,
    val signature: String? = null,
    val signatureUse: Boolean = false,
    val signatureUse: Boolean = true,
    val replyTo: String? = null
) : Parcelable {
    // TODO remove when callers are converted to Kotlin