Fix spelling of lmtp in option

This commit is contained in:
Ryan Trinkle 2020-05-19 17:58:09 -04:00 committed by Ryan Trinkle
parent e1b0bb42b4
commit 066dba1b2f
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ in
default = {};
};
lmptSaveToDetailMailbox = mkOption {
lmtpSaveToDetailMailbox = mkOption {
type = types.enum ["yes" "no"];
default = "yes";
description = ''

View file

@ -139,7 +139,7 @@ in
}
recipient_delimiter = +
lmtp_save_to_detail_mailbox = ${cfg.lmptSaveToDetailMailbox}
lmtp_save_to_detail_mailbox = ${cfg.lmtpSaveToDetailMailbox}
protocol lmtp {
mail_plugins = $mail_plugins sieve