summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-12 22:32:50 +0200
committermathieui <mathieui@mathieui.net>2020-05-12 22:32:50 +0200
commitef38ff8f6a7ef813a6b4ab9edad458b4b7e9941f (patch)
tree70763f4128c9250b4b7ead7e5a8dcc989ae7c8fb /poezio/config.py
parent1b974d2d9aec5c20d3111d208a24d7d67ab6b7de (diff)
parent1e7ce43789aae67fcfbb4b6fbe49a299fda1cfa1 (diff)
downloadpoezio-ef38ff8f6a7ef813a6b4ab9edad458b4b7e9941f.tar.gz
poezio-ef38ff8f6a7ef813a6b4ab9edad458b4b7e9941f.tar.bz2
poezio-ef38ff8f6a7ef813a6b4ab9edad458b4b7e9941f.tar.xz
poezio-ef38ff8f6a7ef813a6b4ab9edad458b4b7e9941f.zip
Merge branch 'feature/unique-prefix-tab-names' into 'master'
Unique prefix tab names Closes #3525 See merge request poezio/poezio!94
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/config.py b/poezio/config.py
index 8da71071..09d465cd 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -136,6 +136,7 @@ DEFAULT_CONFIG = {
'theme': 'default',
'themes_dir': '',
'tmp_image_dir': '',
+ 'unique_prefix_tab_names': False,
'use_bookmarks_method': '',
'use_log': True,
'use_remote_bookmarks': True,