Changeset 9964 for trunk/src/common/config.py
- Timestamp:
- 07/19/08 22:42:03 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r9945 r9964 192 192 'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 193 193 'log_encrypted_sessions': [opt_bool, True, _('When negotiating an encrypted session, should Gajim assume you want your messages to be logged?')], 194 'e2e_public_key': [opt_bool, False, _('When negotiating an encrypted session, should Gajim prefer to use public keys for identification?')], 194 'autonegotiate_esessions': [opt_bool, True, _('Should Gajim automatically start an encrypted session when possible?')], 195 'esession_modp': [opt_str, '5,14', _('A list of modp groups to use in a Diffie-Hellman, highest preference first, separated by commas. Valid groups are 1, 2, 5, 14, 15, 16, 17 and 18. Higher numbers are more secure, but take longer to calculate when you start a session.')], 195 196 'chat_avatar_width': [opt_int, 52], 196 197 'chat_avatar_height': [opt_int, 52],
