@ -177,7 +177,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
private SwitchCompat swAuthNtlm ;
private SwitchCompat swAuthSasl ;
private SwitchCompat swAuthApop ;
private SwitchCompat sw Disabl eTop;
private SwitchCompat sw Us eTop;
private SwitchCompat swKeepAlivePoll ;
private SwitchCompat swEmptyPool ;
private SwitchCompat swIdleDone ;
@ -227,7 +227,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
"webview_legacy" , "browser_zoom" , "fake_dark" ,
"show_recent" ,
"use_modseq" , "uid_command" , "perform_expunge" , "uid_expunge" ,
"auth_plain" , "auth_login" , "auth_ntlm" , "auth_sasl" , "auth_apop" , " disabl e_top",
"auth_plain" , "auth_login" , "auth_ntlm" , "auth_sasl" , "auth_apop" , " us e_top",
"keep_alive_poll" , "empty_pool" , "idle_done" , "logarithmic_backoff" ,
"exact_alarms" , "infra" , "dkim_verify" , "dup_msgids" , "test_iab"
} ;
@ -362,7 +362,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
swAuthNtlm = view . findViewById ( R . id . swAuthNtlm ) ;
swAuthSasl = view . findViewById ( R . id . swAuthSasl ) ;
swAuthApop = view . findViewById ( R . id . swAuthApop ) ;
sw Disabl eTop = view . findViewById ( R . id . sw Disabl eTop) ;
sw Us eTop = view . findViewById ( R . id . sw Us eTop) ;
swKeepAlivePoll = view . findViewById ( R . id . swKeepAlivePoll ) ;
swEmptyPool = view . findViewById ( R . id . swEmptyPool ) ;
swIdleDone = view . findViewById ( R . id . swIdleDone ) ;
@ -1180,10 +1180,10 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
}
} ) ;
sw Disabl eTop. setOnCheckedChangeListener ( new CompoundButton . OnCheckedChangeListener ( ) {
sw Us eTop. setOnCheckedChangeListener ( new CompoundButton . OnCheckedChangeListener ( ) {
@Override
public void onCheckedChanged ( CompoundButton compoundButton , boolean checked ) {
prefs . edit ( ) . putBoolean ( " disabl e_top", checked ) . apply ( ) ;
prefs . edit ( ) . putBoolean ( " us e_top", checked ) . apply ( ) ;
}
} ) ;
@ -1847,7 +1847,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
swAuthNtlm . setChecked ( prefs . getBoolean ( "auth_ntlm" , true ) ) ;
swAuthSasl . setChecked ( prefs . getBoolean ( "auth_sasl" , true ) ) ;
swAuthApop . setChecked ( prefs . getBoolean ( "auth_apop" , false ) ) ;
sw Disabl eTop. setChecked ( prefs . getBoolean ( " disable_top", fals e) ) ;
sw Us eTop. setChecked ( prefs . getBoolean ( " use_top", tru e) ) ;
swKeepAlivePoll . setChecked ( prefs . getBoolean ( "keep_alive_poll" , false ) ) ;
swEmptyPool . setChecked ( prefs . getBoolean ( "empty_pool" , true ) ) ;
swIdleDone . setChecked ( prefs . getBoolean ( "idle_done" , true ) ) ;