diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-12-17 14:36:14 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-12-17 14:36:14 +0000 |
commit | c77842e1becfa458dac24d4137c47bf17748db27 (patch) | |
tree | a040bedea4079acbe3258d17d0d67e492ae48a45 /data | |
parent | 483ad95f3bfc8fa84d01aee8c94e66f21d3a0139 (diff) | |
download | poezio-c77842e1becfa458dac24d4137c47bf17748db27.tar.gz poezio-c77842e1becfa458dac24d4137c47bf17748db27.tar.bz2 poezio-c77842e1becfa458dac24d4137c47bf17748db27.tar.xz poezio-c77842e1becfa458dac24d4137c47bf17748db27.zip |
fixed #1892 save folded rosters and info_win_height in the config file
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index e7ff7411..19ab9009 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -143,7 +143,7 @@ send_time = true full_name = # your personnal website -website = http://poezio.eu +website = # your e-mail address email = @@ -151,6 +151,8 @@ email = # anything you want to say about you comment = -roster_show_offline = false - -own_nick = louiz’
\ No newline at end of file +[var] +# You should not edit this section, it is just used by poezio +# to save various data across restarts +folded_roster_groups = +info_win_height = 2
\ No newline at end of file |