Skip to content

Commit e519b62

Browse files
committed
merge again
2 parents 2e78116 + 9909fb8 commit e519b62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deltachat-jsonrpc/src/api/types/message.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ pub struct MessageObject {
5959

6060
// summary - use/create another function if you need it
6161
subject: String,
62+
63+
/// True if the message was correctly encrypted&signed, false otherwise.
64+
/// Historically, UIs showed a small padlock on the message then.
65+
///
66+
/// Today, the UIs should instead show a small email-icon on the message
67+
/// if `show_padlock` is `false`,
68+
/// and nothing if it is `true`.
6269
show_padlock: bool,
6370
is_setupmessage: bool,
6471
is_info: bool,

0 commit comments

Comments
 (0)