CVSROOT: /sources/nmh
Module name: nmh
Branch:
Changes by: Josh Bressers <[EMAIL PROTECTED]> 05/12/12 20:26:53
Modified files:
. : ChangeLog
uip : sendsbr.c
Log message:
* uip/sendsbr.c (annoaux): Fix the call to annotate()
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/ChangeLog.diff?tr1=1.210&tr2=1.211&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/uip/sendsbr.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
Patches:
Index: nmh/ChangeLog
diff -u nmh/ChangeLog:1.210 nmh/ChangeLog:1.211
--- nmh/ChangeLog:1.210 Thu Dec 8 15:57:34 2005
+++ nmh/ChangeLog Mon Dec 12 20:26:53 2005
@@ -1,3 +1,8 @@
+2005-12-12 Josh Bressers <[EMAIL PROTECTED]>
+
+ * uip/sendsbr.c (annoaux): Fix the call to annotate() fixing a bug
+ which prevented repl from properly annotating messages.
+
2005-12-07 Jon Steinhart <[EMAIL PROTECTED]>
o Fixed a bug where anno -append put the headers in the wrong place
Index: nmh/uip/sendsbr.c
diff -u nmh/uip/sendsbr.c:1.6 nmh/uip/sendsbr.c:1.7
--- nmh/uip/sendsbr.c:1.6 Tue Oct 12 20:41:34 2004
+++ nmh/uip/sendsbr.c Mon Dec 12 20:26:53 2005
@@ -2,7 +2,7 @@
/*
* sendsbr.c -- routines to help WhatNow/Send along
*
- * $Id: sendsbr.c,v 1.6 2004/10/12 20:41:34 jon Exp $
+ * $Id: sendsbr.c,v 1.7 2005/12/12 20:26:53 bress Exp $
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
@@ -1020,7 +1020,7 @@
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);
}
}
_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits