]> git.notmuchmail.org Git - notmuch/commitdiff
test-lib.sh: "tidied" emacs_deliver_message ()
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 16 May 2019 20:43:51 +0000 (23:43 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 23 May 2019 11:00:13 +0000 (08:00 -0300)
Added initialization and checking of smtp_dummy_port
like it was done with smtp_dummy_pid.

Made those function-local variables.

One 8 spaces to tab consistency conversion.

And last, but definitely not least; while doing above
noticed that there were quite a few double-quoted strings
where $@ was in the middle of it -- replaced those with $*
for robustness ("...$@..." expands params to separate words,
"...$*..." params expands to single word).


No differences found