summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-30 22:02:23 +0100
committermathieui <mathieui@mathieui.net>2014-10-30 22:02:23 +0100
commit58b424a9232dd215afbaf95e8831f09b1a0169c1 (patch)
tree63743c546084fd2b090624d46a10927a341dac8c
parentf93f92517d3597aaf69625200f47da7a243b43a8 (diff)
downloadpoezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.gz
poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.bz2
poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.xz
poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.zip
notify_messages is of course True by default
-rw-r--r--src/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.py b/src/config.py
index 0504dbd5..bd703c5a 100644
--- a/src/config.py
+++ b/src/config.py
@@ -77,6 +77,7 @@ DEFAULT_CONFIG = {
'max_messages_in_memory': 2048,
'max_nick_length': 25,
'muc_history_length': 50,
+ 'notify_messages': True,
'open_all_bookmarks': False,
'password': '',
'plugins_autoload': '',