mirror of https://github.com/M66B/FairEmail.git
Fixed folder properties
This commit is contained in:
parent
1a02eac88d
commit
38d7a67afb
|
@ -213,7 +213,7 @@ public class FragmentFolder extends FragmentEx {
|
|||
|
||||
Log.i(Helper.TAG, "Updating folder=" + name);
|
||||
db.folder().setFolderProperties(id,
|
||||
name, display, unified, hide, notify,
|
||||
name, display, unified, notify, hide,
|
||||
synchronize, poll, download,
|
||||
sync_days, keep_days);
|
||||
|
||||
|
|
Loading…
Reference in New Issue