Skip to content

Commit

Permalink
Merge branch 'jk/send-email-expand-paths'
Browse files Browse the repository at this point in the history
Expand paths in some send-email config variables.

* jk/send-email-expand-paths:
  send-email: expand path in sendemail.smtpsslcertpath config
  • Loading branch information
Jeff King committed Dec 1, 2015
2 parents 30fe9b2 + 6e07a3b commit d0e8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-send-email.perl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ sub do_edit {
"smtpserveroption" => \@smtp_server_options,
"smtpuser" => \$smtp_authuser,
"smtppass" => \$smtp_authpass,
"smtpsslcertpath" => \$smtp_ssl_cert_path,
"smtpdomain" => \$smtp_domain,
"smtpauth" => \$smtp_auth,
"to" => \@initial_to,
Expand All @@ -259,6 +258,7 @@ sub do_edit {

my %config_path_settings = (
"aliasesfile" => \@alias_files,
"smtpsslcertpath" => \$smtp_ssl_cert_path,
);

# Handle Uncouth Termination
Expand Down

0 comments on commit d0e8377

Please sign in to comment.