From: Thomas Roessler Date: Wed, 13 Mar 2002 23:43:41 +0000 (+0000) Subject: Undoing the previous patch. It was junk, and may ruin files. X-Git-Tag: mutt-1-5-1-rel~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e58d69dfb552975b098927ff9f7ecbdc4c12cf6b;p=mutt Undoing the previous patch. It was junk, and may ruin files. --- 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) {