added missing config field in-reply-to
This commit is contained in:
parent
9e4c27ddac
commit
c84d6c5d4c
|
@ -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"
|
||||
}
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue