From e58d69dfb552975b098927ff9f7ecbdc4c12cf6b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 13 Mar 2002 23:43:41 +0000 Subject: Undoing the previous patch. It was junk, and may ruin files. --- attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attach.c') diff --git a/attach.c b/attach.c index 3d78708e..5921ddf2 100644 --- a/attach.c +++ b/attach.c @@ -762,7 +762,7 @@ int mutt_save_attachment (FILE *fp, BODY *m, char *path, int flags, HEADER *hdr) fseek (fp, m->offset, 0); if (fgets (buf, sizeof (buf), fp) == NULL) return -1; - if (mx_open_mailbox (path, (flags == M_SAVE_APPEND ? M_APPEND : M_NEW) | M_QUIET, &ctx) == NULL) + if (mx_open_mailbox(path, M_APPEND | M_QUIET, &ctx) == NULL) return -1; if ((msg = mx_open_new_message (&ctx, hn, is_from (buf, NULL, 0, NULL) ? 0 : M_ADD_FROM)) == NULL) { -- cgit v1.2.3