do not default to sync with global status for new account
This commit is contained in:
parent
0980c0126b
commit
51ef2a23df
|
@ -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, '' ],
|
||||
}, {}),
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue