summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/nmh/files/nmh-1.1-annotate-fix.patch')
-rw-r--r--mail-client/nmh/files/nmh-1.1-annotate-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail-client/nmh/files/nmh-1.1-annotate-fix.patch b/mail-client/nmh/files/nmh-1.1-annotate-fix.patch
new file mode 100644
index 000000000000..a379c9345a08
--- /dev/null
+++ b/mail-client/nmh/files/nmh-1.1-annotate-fix.patch
@@ -0,0 +1,12 @@
+diff -bur nmh/uip/sendsbr.c nmh-fixed/uip/sendsbr.c
+--- nmh/uip/sendsbr.c 2003-10-24 22:17:40.000000000 +0200
++++ nmh-fixed/uip/sendsbr.c 2004-12-24 15:00:09.352367464 +0100
+@@ -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, 0, 0);
++ annotate (m_name (msgnum), annotext, cp, inplace, 1, -1, 0);
+ }
+ }
+