diff options
author | mathieui <mathieui@mathieui.net> | 2014-10-30 22:02:23 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-10-30 22:02:23 +0100 |
commit | 58b424a9232dd215afbaf95e8831f09b1a0169c1 (patch) | |
tree | 63743c546084fd2b090624d46a10927a341dac8c /src/config.py | |
parent | f93f92517d3597aaf69625200f47da7a243b43a8 (diff) | |
download | poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.gz poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.bz2 poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.tar.xz poezio-58b424a9232dd215afbaf95e8831f09b1a0169c1.zip |
notify_messages is of course True by default
Diffstat (limited to 'src/config.py')
-rw-r--r-- | src/config.py | 1 |
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': '', |