We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e78116 + 9909fb8 commit e519b62Copy full SHA for e519b62
deltachat-jsonrpc/src/api/types/message.rs
@@ -59,6 +59,13 @@ pub struct MessageObject {
59
60
// summary - use/create another function if you need it
61
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`.
69
show_padlock: bool,
70
is_setupmessage: bool,
71
is_info: bool,
0 commit comments