Fixed bug that caused anno to mangle headers.
[mmh] / 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);
        }
     }