Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ffe7ef47
Commit
ffe7ef47
authored
Feb 14, 2021
by
medmunds
Browse files
More than one blank line is an abomination, apparently
I will not try to use whitespace to group code visually
parent
30dae70e
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/smtp.sh
View file @
ffe7ef47
...
...
@@ -256,10 +256,9 @@ _mime_encoded_word() {
# email
_email_has_display_name
()
{
_email
=
"
$1
"
expr
"
$_email
"
:
'^.*[<>"]'
>
/dev/null
expr
"
$_email
"
:
'^.*[<>"]'
>
/dev/null
}
# Send the message via Python using _SMTP_* variables
_smtp_send_python
()
{
_debug
"Python version"
"
$(
"
$_SMTP_BIN
"
--version
2>&1
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment