Skip to content

Commit 6e07a3b

Browse files
johnkeepingpeff
authored andcommitted
send-email: expand path in sendemail.smtpsslcertpath config
As it says in the name, the SSL certificate path is a path so treat it as one and support tilde-expansion. Signed-off-by: John Keeping <[email protected]> Signed-off-by: Jeff King <[email protected]>
1 parent 0c83680 commit 6e07a3b

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)