mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
Replace DC_CREATE_MVBOX with boolean
This commit is contained in:
@@ -219,7 +219,7 @@ impl Job {
|
||||
.unwrap_or_default()
|
||||
< 3
|
||||
{
|
||||
imap_inbox.configure_folders(context, 0x1i32);
|
||||
imap_inbox.configure_folders(context, true);
|
||||
}
|
||||
let dest_folder = context
|
||||
.sql
|
||||
@@ -346,7 +346,7 @@ impl Job {
|
||||
.unwrap_or_default()
|
||||
< 3
|
||||
{
|
||||
imap_inbox.configure_folders(context, 0x1i32);
|
||||
imap_inbox.configure_folders(context, true);
|
||||
}
|
||||
let dest_folder = context
|
||||
.sql
|
||||
|
||||
Reference in New Issue
Block a user