forked from github/wulkanowy-mirror
When replying to a message use Re
instead of RE
(#1712)
This commit is contained in:
parent
2e85e88c5d
commit
1bcc4d199e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user