From: Thomas Roessler Date: Wed, 10 Jan 2001 19:36:43 +0000 (+0000) Subject: Make some messages about mime-forwarding more comprehensible to X-Git-Tag: mutt-1-3-14-rel~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=735dfc1f4488b2c00032791ade3da77fc22f4a81;p=mutt Make some messages about mime-forwarding more comprehensible to normal users. --- diff --git a/recvcmd.c b/recvcmd.c index 3e046753..f10cd19b 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -395,7 +395,7 @@ static void attach_forward_bodies (FILE * fp, HEADER * hdr, if ((!cur || mutt_can_decode (cur)) && (rc = query_quadoption (OPT_MIMEFWD, - _("Forward MIME encapsulated?"))) == M_YES) + _("Forward as attachments?"))) == M_YES) mime_fwd_all = 1; else if (rc == -1) goto bail; diff --git a/send.c b/send.c index ed0d3eff..e5fc6425 100644 --- a/send.c +++ b/send.c @@ -736,7 +736,7 @@ generate_body (FILE *tempfp, /* stream for outgoing message */ } else if (flags & SENDFORWARD) { - if ((i = query_quadoption (OPT_MIMEFWD, _("Forward MIME encapsulated?"))) == M_YES) + if ((i = query_quadoption (OPT_MIMEFWD, _("Forward as attachment?"))) == M_YES) { BODY *last = msg->content;