mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
name quote-only drafts as such in the summary
a draft may contain only a quote, without any text set yet. these drafts cannot be sent, however, appear in the summary - currently with the summary-text "", which results to sth. as "Draft: " - which looks like an error or at least a bit weird. this pr sets the summary text to "Reply" - similar to "Image", "Video" etc. - the UI just expects some text here, not an empty string. the result are summaries as "Draft: Reply" on all UIs - which, btw. is also roughly the same what Signal does in this case.
This commit is contained in:
@@ -5001,6 +5001,7 @@ void dc_event_unref(dc_event_t* event);
|
||||
#define DC_STR_ERROR_NO_NETWORK 87
|
||||
#define DC_STR_PROTECTION_ENABLED 88
|
||||
#define DC_STR_PROTECTION_DISABLED 89
|
||||
#define DC_STR_REPLY_NOUN 90 /* eg. "Reply", used in summaries, a noun, not a verb (not: "to reply") */
|
||||
|
||||
/*
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user