From: Josh Bressers Date: Mon, 12 Dec 2005 20:26:53 +0000 (+0000) Subject: * uip/sendsbr.c (annoaux): Fix the call to annotate() X-Git-Tag: RELEASE_1_2~5 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=e2c71f66b925a33cceb1ea4b75a62a05333d124a;hp=f08bb043683875196136ebe3b8b628f3dbdd7ab2 * uip/sendsbr.c (annoaux): Fix the call to annotate() --- diff --git a/ChangeLog b/ChangeLog index 21a36a1..bcea34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Josh Bressers + + * uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug + which prevented repl from properly annotating messages. + 2005-12-07 Jon Steinhart o Fixed a bug where anno -append put the headers in the wrong place diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 9d90e0f..fae91b3 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, -1, 0); + annotate (m_name (msgnum), annotext, cp, inplace, 1, -2, 0); } }