diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-31 18:59:31 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-31 18:59:31 +0000 |
commit | b0d73d6b5217666803be0702d34825cc8b143c8a (patch) | |
tree | d437c001f44252afbf8bbfe36d1dfb411e167d92 | |
parent | 6fab04a6dc6dd673a07830185b932d97ff55913c (diff) | |
download | poezio-b0d73d6b5217666803be0702d34825cc8b143c8a.tar.gz poezio-b0d73d6b5217666803be0702d34825cc8b143c8a.tar.bz2 poezio-b0d73d6b5217666803be0702d34825cc8b143c8a.tar.xz poezio-b0d73d6b5217666803be0702d34825cc8b143c8a.zip |
default config update
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index b299f871..12062dc8 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -71,7 +71,7 @@ highlight_on = # Default settings are : # - all quit and join notices will be displayed # - status changes won't be displayed unless -# the user talked since less than 2 minutes +# the user talked in the last 2 minutes hide_exit_join = -1 @@ -128,7 +128,7 @@ themes_dir = # in the theme_dir directory. # If the file is not found (or no filename is specified) the default # theme will be used instead -theme_file = poezio +theme = poezio # if true, information about the software (name and version) # will be sent if requested by anyone @@ -158,4 +158,7 @@ website = http://poezio.eu email = # anything you want to say about you -comment = I am using Poezio, it's a console XMPP (Jabber) client. Check it out at http://poezio.eu
\ No newline at end of file +comment = + +roster_show_offline = false + |