1
0
Fork 0
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:
B. Petersen 2016-07-18 16:36:57 +02:00
parent 663c23352d
commit f137cdf82e

View file

@ -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