From: Thomas Roessler Date: Mon, 12 Jul 2004 13:35:27 +0000 (+0000) Subject: The limitations for OP_MAIL and OP_RECALL should be identical. X-Git-Tag: mutt-1-5-15-rel~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d274ec03e69bda21a5e63e26fbac6d14d97708d7;p=mutt The limitations for OP_MAIL and OP_RECALL should be identical. --- diff --git a/pager.c b/pager.c index ef7c1f86..a73842fd 100644 --- a/pager.c +++ b/pager.c @@ -2400,7 +2400,7 @@ CHECK_IMAP_ACL(IMAP_ACL_WRITE); break; case OP_RECALL_MESSAGE: - CHECK_MODE(IsHeader (extra)); + CHECK_MODE(IsHeader (extra) && !IsAttach(extra)); CHECK_ATTACH; ci_send_message (SENDPOSTPONED, NULL, NULL, extra->ctx, extra->hdr); redraw = REDRAW_FULL;