mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
Clarify usage of `additional_headers' in test/test-lib.sh:generate_message.
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
This commit is contained in:
parent
15d8928f41
commit
21e97c50d4
1 changed files with 4 additions and 1 deletions
|
@ -351,6 +351,9 @@ ${additional_headers}"
|
||||||
${additional_headers}"
|
${additional_headers}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Note that in the way we're setting it above and using it below,
|
||||||
|
# `additional_headers' will also serve as the header / body separator
|
||||||
|
# (empty line in between).
|
||||||
|
|
||||||
cat <<EOF >"$gen_msg_filename"
|
cat <<EOF >"$gen_msg_filename"
|
||||||
From: ${template[from]}
|
From: ${template[from]}
|
||||||
|
|
Loading…
Reference in a new issue