When replying to a message use Re instead of RE (#1712)

This commit is contained in:
Michael 2021-12-10 16:24:39 +01:00 committed by GitHub
parent 2e85e88c5d
commit 1bcc4d199e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ class SendMessagePresenter @Inject constructor(
}
message?.let {
setSubject(when (reply) {
true -> "RE: "
true -> "Re: "
else -> "FW: "
} + message.subject)
if (preferencesRepository.fillMessageContent || reply != true) {