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
fe3e8a7b
Commit
fe3e8a7b
authored
Feb 14, 2021
by
medmunds
Committed by
Alexander Kulumbeg
Mar 21, 2021
Browse files
More than one blank line is an abomination, apparently
I will not try to use whitespace to group code visually
parent
ce2ff25e
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/smtp.sh
View file @
fe3e8a7b
...
@@ -256,10 +256,9 @@ _mime_encoded_word() {
...
@@ -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
)
"
...
...
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