patch => gitlab MR: fix cfg usage

This commit is contained in:
Drew DeVault 2021-12-28 19:44:37 +01:00
parent cb7eb50877
commit 2b861fdb23
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ We received your patch, but we were unable to apply it to the upstream
GitLab repository. Did you rebase?
""")
reply["To"] = msg["From"]
reply["From"] = _cfg("mail", "smtp-from")
reply["From"] = cfg("mail", "smtp-from")
reply["Cc"] = msg["To"]
reply["In-Reply-To"] = msg["Message-ID"]
reply["Subject"] = "Re: " + msg.get("Subject")