mirror of
https://github.com/git/git.git
synced 2024-11-08 02:03:12 +01:00
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
This commit is contained in:
commit
d0e8377b90
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
@ -259,6 +258,7 @@ sub do_edit {
|
|||
|
||||
my %config_path_settings = (
|
||||
"aliasesfile" => \@alias_files,
|
||||
"smtpsslcertpath" => \$smtp_ssl_cert_path,
|
||||
);
|
||||
|
||||
# Handle Uncouth Termination
|
||||
|
|
Loading…
Reference in a new issue