Philipp Hörist pushed to branch master at gajim / gajim
Commits:
c43adb62 by lovetox at 2022-08-18T16:43:50+02:00
refactor: Remove obsolete config options
- - - - -
1 changed file:
- gajim/common/setting_values.py
Changes:
=====================================
gajim/common/setting_values.py
=====================================
@@ -42,7 +42,6 @@ class _ACCOUNT_DEFAULT:
'ask_online_status',
'autoaway',
'autoxa',
- 'change_roster_title',
'chat_merge_consecutive_nickname',
'check_for_update',
'confirm_close_muc',
@@ -120,7 +119,6 @@ class _ACCOUNT_DEFAULT:
'gc_sync_threshold_private_default',
'gc_sync_threshold_public_default',
'groupchat_roster_width',
- 'key_up_lines',
'mainwin_height',
'mainwin_width',
'mainwin_x_position',
@@ -184,7 +182,6 @@ class _ACCOUNT_DEFAULT:
'autoxa': True,
'autoxa_message': '',
'autoxatime': 15,
- 'change_roster_title': True,
'chat_handle_position': 350,
'chat_merge_consecutive_nickname': True,
'chat_timestamp_format': '%H:%M',
@@ -219,7 +216,6 @@ class _ACCOUNT_DEFAULT:
'hide_groupchat_banner': False,
'hide_groupchat_occupants_list': False,
'ignore_incoming_attention': False,
- 'key_up_lines': 25,
'is_window_visible': True,
'last_save_dir': '',
'last_send_dir': '',
@@ -635,9 +631,6 @@ class WorkspaceSettings(TypedDict):
'always_english_wiktionary': '',
'ascii_formatting': _(
'Treat * / _ pairs as possible formatting characters.'),
- 'change_roster_title': _(
- 'If enabled, Gajim will add * and [n] in contact list '
- 'window title.'),
'chat_merge_consecutive_nickname': _(
'Show message meta data (avatar, nickname, timestamp) only once, '
'if there are multiple messages from the same sender within a '
@@ -681,9 +674,6 @@ class WorkspaceSettings(TypedDict):
'ignore_incoming_attention': _(
'If enabled, Gajim will ignore incoming attention '
'requests ("wizz").'),
- 'key_up_lines': _(
- 'How many lines to store for Ctrl+KeyUP '
- '(previously sent messages).'),
'log_contact_status_changes': '',
'muc_highlight_words': _(
'A list of words (semicolon separated) that will be '
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c43adb629ef31f7240c74f008e338c73dba8464a
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c43adb629ef31f7240c74f008e338c73dba8464a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits