Fix spelling of `lmtp` in option
This commit is contained in:
parent
e1b0bb42b4
commit
066dba1b2f
|
@ -182,7 +182,7 @@ in
|
||||||
default = {};
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
lmptSaveToDetailMailbox = mkOption {
|
lmtpSaveToDetailMailbox = mkOption {
|
||||||
type = types.enum ["yes" "no"];
|
type = types.enum ["yes" "no"];
|
||||||
default = "yes";
|
default = "yes";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
|
@ -139,7 +139,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
recipient_delimiter = +
|
recipient_delimiter = +
|
||||||
lmtp_save_to_detail_mailbox = ${cfg.lmptSaveToDetailMailbox}
|
lmtp_save_to_detail_mailbox = ${cfg.lmtpSaveToDetailMailbox}
|
||||||
|
|
||||||
protocol lmtp {
|
protocol lmtp {
|
||||||
mail_plugins = $mail_plugins sieve
|
mail_plugins = $mail_plugins sieve
|
||||||
|
|
Loading…
Reference in New Issue