From ce802211fc851f4fc22bfb34da8bc3166d3b23c2 Mon Sep 17 00:00:00 2001 From: Jon Steinhart Date: Tue, 12 Oct 2004 20:41:34 +0000 Subject: [PATCH] Fixed bug that caused anno to mangle headers. --- uip/sendsbr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 7576889..9d90e0f 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -1020,7 +1020,7 @@ annoaux (int fd) if (is_selected(mp, msgnum)) { if (debugsw) advise (NULL, "annotate message %d", msgnum); - annotate (m_name (msgnum), annotext, cp, inplace, 1, 0, 0); + annotate (m_name (msgnum), annotext, cp, inplace, 1, -1, 0); } } -- 1.7.10.4