mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
Change 'name' to 'displayname'.
This commit is contained in:
parent
0f23be85c1
commit
f3a78f0d43
1 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@ char* mrmailbox_get_info(mrmailbox_t* ths)
|
|||
mrloginparam_complete(l2);
|
||||
|
||||
debug_dir = mrsqlite3_get_config_(ths->m_sql, "debug_dir", NULL);
|
||||
name = mrsqlite3_get_config_(ths->m_sql, "name", NULL);
|
||||
name = mrsqlite3_get_config_(ths->m_sql, "displayname", NULL);
|
||||
|
||||
chats = mr_get_chat_cnt_(ths);
|
||||
assigned_msgs = mr_get_assigned_msg_cnt_(ths);
|
||||
|
@ -620,7 +620,7 @@ char* mrmailbox_get_info(mrmailbox_t* ths)
|
|||
"Chats %i chats with %i messages, %i unassigned messages\n"
|
||||
"Contacts %i\n"
|
||||
|
||||
"name %s\n"
|
||||
"displayname %s\n"
|
||||
"addr %s\n"
|
||||
"mail_server %s (%s)\n"
|
||||
"mail_port %i (%i)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue