Fixed bug that caused anno to mangle headers.
authorJon Steinhart <jon@fourwinds.com>
Tue, 12 Oct 2004 20:41:34 +0000 (20:41 +0000)
committerJon Steinhart <jon@fourwinds.com>
Tue, 12 Oct 2004 20:41:34 +0000 (20:41 +0000)
uip/sendsbr.c

index 7576889..9d90e0f 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, 0, 0);
+           annotate (m_name (msgnum), annotext, cp, inplace, 1, -1, 0);
        }
     }