* uip/sendsbr.c (annoaux): Fix the call to annotate()
[mmh] / uip / sendsbr.c
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);
        }
     }