mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
Add email to info.
This commit is contained in:
parent
663c23352d
commit
f137cdf82e
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,7 @@ char* MrMailbox::GetInfo()
|
|||
"Contacts %i\n"
|
||||
"Chats/Messages %i/%i\n"
|
||||
|
||||
"email %s\n"
|
||||
"mail_server %s\n"
|
||||
"mail_port %s\n"
|
||||
"mail_user %s\n"
|
||||
|
@ -218,6 +219,7 @@ char* MrMailbox::GetInfo()
|
|||
, contacts
|
||||
, chats, messages
|
||||
|
||||
, email? email : unset
|
||||
, mail_server? mail_server : unset
|
||||
, mail_port? mail_port : unset
|
||||
, mail_user? mail_user : unset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue