]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: announce-release: use mutt -H instead of -i to include the draft
authorWilly Tarreau <w@1wt.eu>
Sat, 15 Feb 2020 14:24:28 +0000 (15:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Feb 2020 14:24:28 +0000 (15:24 +0100)
commit1392d029e6ddd3c800f3f56c654e49800b4f306b
tree05f2046113c4c31e7b783e3e73d7877d91abe9a9
parent807aef8a143638b7f6c88aa1008544a835806858
SCRIPTS: announce-release: use mutt -H instead of -i to include the draft

Commit 0f5ce6014a ("SCRIPTS: announce-release: place the send command
in the mail's header") broke the announce-release script: by not having
to edit the message at all anymore, mutt does nothing when sending, but
it still does if the message is edited (which was the case before). With
some testing, it appears that mutt -H does work when there's no change,
so let's use this instead. This should be backported till 1.7.
scripts/announce-release