mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
More than one blank line is an abomination, apparently
I will not try to use whitespace to group code visually
This commit is contained in:
parent
30dae70e2b
commit
ffe7ef4764
@ -256,10 +256,9 @@ _mime_encoded_word() {
|
|||||||
# email
|
# email
|
||||||
_email_has_display_name() {
|
_email_has_display_name() {
|
||||||
_email="$1"
|
_email="$1"
|
||||||
expr "$_email" : '^.*[<>"]' > /dev/null
|
expr "$_email" : '^.*[<>"]' >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Send the message via Python using _SMTP_* variables
|
# Send the message via Python using _SMTP_* variables
|
||||||
_smtp_send_python() {
|
_smtp_send_python() {
|
||||||
_debug "Python version" "$("$_SMTP_BIN" --version 2>&1)"
|
_debug "Python version" "$("$_SMTP_BIN" --version 2>&1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user