File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4303,11 +4303,16 @@ int dc_msg_get_duration (const dc_msg_t* msg);
4303
4303
4304
4304
4305
4305
/**
4306
- * Check if a padlock should be shown beside the message.
4306
+ * Check if message was correctly encrypted and signed.
4307
+ *
4308
+ * Historically, UIs showed a small padlock on the message then.
4309
+ * Today, the UIs should instead
4310
+ * show a small email-icon on the message if the message is not encrypted or signed,
4311
+ * and nothing otherwise.
4307
4312
*
4308
4313
* @memberof dc_msg_t
4309
4314
* @param msg The message object.
4310
- * @return 1=padlock should be shown beside message, 0=do not show a padlock beside the message.
4315
+ * @return 1=message correctly encrypted and signed, no need to show anything; 0=show email-icon beside the message.
4311
4316
*/
4312
4317
int dc_msg_get_showpadlock (const dc_msg_t * msg );
4313
4318
You can’t perform that action at this time.
0 commit comments