do not default to sync with global status for new account

This commit is contained in:
Nikos Kouremenos 2005-06-15 10:00:08 +00:00
parent 0980c0126b
commit 51ef2a23df
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ class Config:
'custom_host': [ opt_str, '' ],
'savegpgpass': [ opt_bool, False ],
'gpgpassword': [ opt_str, '' ],
'sync_with_global_status': [ opt_bool, True ],
'sync_with_global_status': [ opt_bool, False ],
'no_log_for': [ opt_str, '' ],
'attached_gpg_keys': [ opt_str, '' ],
}, {}),

View File

@ -992,7 +992,7 @@
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>