api: add who_can_call_me config option

This commit is contained in:
link2xt
2026-01-05 16:15:34 +00:00
committed by l
parent cdacad235e
commit 7e811469b3
5 changed files with 117 additions and 20 deletions

View File

@@ -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 {