DORMANTno replies

[PATCH] tg-mail: Properly quote --in-reply-to.

From: Thomas Schwinge <hidden>
Date: 2016-08-13 23:25:45
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Thomas Schwinge <redacted>

---
 tg-mail.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tg-mail.sh b/tg-mail.sh
index 6a008b4..8167ade 100644
--- a/tg-mail.sh
+++ b/tg-mail.sh
@@ -30,7 +30,7 @@ base_rev="$(git rev-parse --short --verify "refs/top-bases/$name" 2>/dev/null)"
 	die "not a TopGit-controlled branch"
 
 if [ -n "$in_reply_to" ]; then
-	send_email_args="$send_email_args --in-reply-to=$in_reply_to"
+	send_email_args="$send_email_args --in-reply-to='$in_reply_to'"
 fi
 
 
-- 
tg: (341a371..) t/tg_mail_quote_in-reply-to (depends on: master)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help