summaryrefslogtreecommitdiffstats
path: root/muttlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'muttlib.c')
-rw-r--r--muttlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/muttlib.c b/muttlib.c
index 7c3b8ae7..2cfdc4d9 100644
--- a/muttlib.c
+++ b/muttlib.c
@@ -906,6 +906,7 @@ void mutt_FormatString (char *dest, /* output buffer */
}
*wptr = 0;
+#if 0
if (flags & M_FORMAT_MAKEPRINT)
{
/* Make sure that the string is printable by changing all non-printable
@@ -915,6 +916,7 @@ void mutt_FormatString (char *dest, /* output buffer */
!((flags & M_FORMAT_TREE) && (*cp <= M_TREE_MAX)))
*cp = isspace ((unsigned char) *cp) ? ' ' : '.';
}
+#endif
}
/* This function allows the user to specify a command to read stdout from in