Skip to content

Commit d0e8377

Browse files
committed
Merge branch 'jk/send-email-expand-paths'
Expand paths in some send-email config variables. * jk/send-email-expand-paths: send-email: expand path in sendemail.smtpsslcertpath config
2 parents 30fe9b2 + 6e07a3b commit d0e8377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-send-email.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ sub do_edit {
239239
"smtpserveroption" => \@smtp_server_options,
240240
"smtpuser" => \$smtp_authuser,
241241
"smtppass" => \$smtp_authpass,
242-
"smtpsslcertpath" => \$smtp_ssl_cert_path,
243242
"smtpdomain" => \$smtp_domain,
244243
"smtpauth" => \$smtp_auth,
245244
"to" => \@initial_to,
@@ -259,6 +258,7 @@ sub do_edit {
259258

260259
my %config_path_settings = (
261260
"aliasesfile" => \@alias_files,
261+
"smtpsslcertpath" => \$smtp_ssl_cert_path,
262262
);
263263

264264
# Handle Uncouth Termination

0 commit comments

Comments
 (0)