mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Implement helper method to easily check if a bit flag is inside
listflags. Make Contact::get_all use it Add method documentation and tests
This commit is contained in:
@@ -52,7 +52,7 @@ pub const DC_GCL_ADD_ALLDONE_HINT: usize = 0x04;
|
||||
|
||||
const DC_GCM_ADDDAYMARKER: usize = 0x01;
|
||||
|
||||
const DC_GCL_VERIFIED_ONLY: usize = 0x01;
|
||||
pub const DC_GCL_VERIFIED_ONLY: usize = 0x01;
|
||||
pub const DC_GCL_ADD_SELF: usize = 0x02;
|
||||
|
||||
/// param1 is a directory where the keys are written to
|
||||
|
||||
Reference in New Issue
Block a user