]> git.marmaro.de Git - mmh/commitdiff
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 75768893f16d857d43fb0bbdcad62e77534556d9..9d90e0fb400d28830d96a6340c99df1593dc5709 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);
        }
     }