summaryrefslogtreecommitdiffstats
path: root/sendlib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-15 16:19:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-15 16:19:14 +0000
commitd0a3cbad5a9783d678f27211ad783b2f4bf8f8e2 (patch)
tree868beda127f11ff297885c87c6c86bafd7917d37 /sendlib.c
parentf23035476862f00c1388d6712f2a75087c9633d2 (diff)
Put #ifdefs around a variable which is only used for generating
uuencoded messages.
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sendlib.c b/sendlib.c
index 1f34ceb5..c76ec217 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -462,7 +462,9 @@ int mutt_write_mime_body (BODY *a, FILE *f)
char *p, boundary[SHORT_STRING];
FILE *fpin;
BODY *t;
+#ifdef PERMIT_DEPRECATED_UUENCODED_MESSAGES
char *r;
+#endif
if (a->type == TYPEMULTIPART)
{