refs #897, set timestamp for sent message and default "all messages"

This commit is contained in:
Klaus Basan
2017-03-05 19:21:17 +01:00
committed by Mathew Sutcliffe
parent a7393b04e1
commit 8cc683386f
3 changed files with 6 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ namespace BlackGui
BlackMisc::Network::CTextMessageList m_messages;
QTextDocument *m_textDocument = nullptr;
int m_keepMaxMessages = 10;
int m_keepMaxMessages = -1; //!< max number of messages to keep, or -1 to keep all messages
bool m_withSender = true;
bool m_withRecipient = false;
bool m_wordWrap = true;