diff --git a/src/email.rs b/src/email.rs index 4698c56..7b8abbb 100644 --- a/src/email.rs +++ b/src/email.rs @@ -51,6 +51,11 @@ pub const CONFIG: CfgGroup<'static> = CfgGroup { default: "error: no toc saved", description: "Recipient of the emails sent.", }, + CfgField::Default { + key: "in-reply-to" + default: "intern@berlin.ccc.de" + description: "Person to reply to" + } ], };