From: Jon Steinhart Date: Tue, 12 Oct 2004 20:41:34 +0000 (+0000) Subject: Fixed bug that caused anno to mangle headers. X-Git-Tag: RELEASE_1_2~61 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ce802211fc851f4fc22bfb34da8bc3166d3b23c2 Fixed bug that caused anno to mangle headers. --- 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); } }