From 5a9158ac64e3062b5bc6e7af4b174cbe20364d24 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 20 Mar 2002 09:53:19 +0000 Subject: Rename the new M_NEW by M_NEWFOLDER. There was another constant of the same name. Problem noted by Will Yardley's compiler. --- editmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editmsg.c') diff --git a/editmsg.c b/editmsg.c index 19c4a2eb..5149bb45 100644 --- a/editmsg.c +++ b/editmsg.c @@ -65,7 +65,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur) omagic = DefaultMagic; DefaultMagic = M_MBOX; - rc = (mx_open_mailbox (tmp, M_NEW, &tmpctx) == NULL) ? -1 : 0; + rc = (mx_open_mailbox (tmp, M_NEWFOLDER, &tmpctx) == NULL) ? -1 : 0; DefaultMagic = omagic; -- cgit v1.2.3