mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
api: add who_can_call_me config option
This commit is contained in:
@@ -446,6 +446,12 @@ pub enum Config {
|
||||
/// Protected Email".
|
||||
#[strum(props(default = "1"))]
|
||||
StdHeaderProtectionComposing,
|
||||
|
||||
/// Who can call me.
|
||||
///
|
||||
/// The options are from the `WhoCanCallMe` enum.
|
||||
#[strum(props(default = "1"))]
|
||||
WhoCanCallMe,
|
||||
}
|
||||
|
||||
impl Config {
|
||||
|
||||
Reference in New Issue
Block a user