mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
use defined constants
This commit is contained in:
@@ -245,13 +245,13 @@ impl Job {
|
|||||||
&mut dest_uid,
|
&mut dest_uid,
|
||||||
) as libc::c_uint
|
) as libc::c_uint
|
||||||
{
|
{
|
||||||
1 => {
|
DC_RETRY_LATER => {
|
||||||
self.try_again_later(Delay::Standard, None);
|
self.try_again_later(Delay::Standard, None);
|
||||||
}
|
}
|
||||||
3 => {
|
DC_SUCCESS => {
|
||||||
dc_update_server_uid(context, msg.rfc724_mid, &dest_folder, dest_uid);
|
dc_update_server_uid(context, msg.rfc724_mid, &dest_folder, dest_uid);
|
||||||
}
|
}
|
||||||
0 | 2 | _ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user