new option for whether encrypted sessions should be logged by default

This commit is contained in:
Brendan Taylor 2007-06-28 19:15:43 +00:00
parent 4b53db9fe6
commit 4bd805cf07
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ class Config:
'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')],
'tabs_border': [opt_bool, False, _('Show tabbed notebook border in chat windows?')],
'tabs_close_button': [opt_bool, True, _('Show close button in tab?')],
'log_encrypted_sessions': [opt_bool, False, _('When negotiating an encrypted session, should Gajim assume you want your messages to be logged?')],
'chat_avatar_width': [opt_int, 52],
'chat_avatar_height': [opt_int, 52],
'roster_avatar_width': [opt_int, 32],