From e2c71f66b925a33cceb1ea4b75a62a05333d124a Mon Sep 17 00:00:00 2001 From: Josh Bressers Date: Mon, 12 Dec 2005 20:26:53 +0000 Subject: [PATCH] * uip/sendsbr.c (annoaux): Fix the call to annotate() --- ChangeLog | 5 +++++ uip/sendsbr.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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); } } -- 1.7.10.4