* uip/sendsbr.c (annoaux): Fix the call to annotate()
authorJosh Bressers <josh@bress.net>
Mon, 12 Dec 2005 20:26:53 +0000 (20:26 +0000)
committerJosh Bressers <josh@bress.net>
Mon, 12 Dec 2005 20:26:53 +0000 (20:26 +0000)
ChangeLog
uip/sendsbr.c

index 21a36a1..bcea34a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12  Josh Bressers <josh@bress.net>
+
+       * uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug
+       which prevented repl from properly annotating messages.
+
 2005-12-07  Jon Steinhart <nmh@fourwinds.com>
 
        o  Fixed a bug where anno -append put the headers in the wrong place
index 9d90e0f..fae91b3 100644 (file)
@@ -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);
        }
     }