diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-12-07 23:38:28 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-12-07 23:39:49 +0100 |
commit | e2592f5cdf3efe13d74f75eeadcd37d54b4d9d5c (patch) | |
tree | 5c6b462051daa30480ad5b0ba19d9c8a0ea02a76 /data | |
parent | 59be8bdd62bbbb9b57a209b005441206eb02f7cd (diff) | |
download | poezio-e2592f5cdf3efe13d74f75eeadcd37d54b4d9d5c.tar.gz poezio-e2592f5cdf3efe13d74f75eeadcd37d54b4d9d5c.tar.bz2 poezio-e2592f5cdf3efe13d74f75eeadcd37d54b4d9d5c.tar.xz poezio-e2592f5cdf3efe13d74f75eeadcd37d54b4d9d5c.zip |
Add a new show_timestamps option to hide/show timestamps in text buffers.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 7e667678..0bc4f41e 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -97,6 +97,9 @@ add_space_after_completion = true # conversation window. max_nick_length = 25 +# Show the timestamp of each messages, or not +show_timestamps = true + # Words that you want to complete on recent words completion, # separated by a colon (:). # e.g. words = "anticonstitutionnellement:I protest:I like bananas:" |