View | Details | Raw Unified | Return to bug 53040
Collapse All | Expand All

(-)./Makefile (+4 lines)
Lines 276-281 Link Here
276
SCRIPTS_ENV+=	MUTT_HTML="yes"
276
SCRIPTS_ENV+=	MUTT_HTML="yes"
277
.endif
277
.endif
278
278
279
.if ! defined(WITHOUT_MUTT_QUOTE_PATCH)
280
post-patch::
281
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-quote
282
.endif
279
.if !defined(NOPORTDOCS)
283
.if !defined(NOPORTDOCS)
280
SCRIPTS_ENV+=	MUTT_PORTDOCS="yes"
284
SCRIPTS_ENV+=	MUTT_PORTDOCS="yes"
281
post-build:
285
post-build:
(-)./files/extra-patch-quote (+11 lines)
Line 0 Link Here
1
--- muttlib.c.orig	Sun Jun  8 10:37:06 2003
2
+++ muttlib.c	Sun Jun  8 10:37:58 2003
3
@@ -1236,7 +1236,7 @@
4
 	strcpy (buf + j + 1, Quotebuf + j);
5
       }
6
       else
7
-	snprintf (buf, sizeof (buf), "%s%s", s->prefix, Quotebuf);
8
+	snprintf (buf, sizeof (buf), "%s%s", NONULL(s->prefix), Quotebuf);
9
 
10
       state_puts (buf, s);
11
     }

Return to bug 53040