summaryrefslogtreecommitdiffstats
path: root/editmsg.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-03-20 09:53:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-03-20 09:53:19 +0000
commit5a9158ac64e3062b5bc6e7af4b174cbe20364d24 (patch)
tree2737b1f76e9735762f2a8d109c60cd2772b13f5c /editmsg.c
parentb0fed7caddee730ef454bcda3f8cbb3771bccbf9 (diff)
Rename the new M_NEW by M_NEWFOLDER. There was another constant of
the same name. Problem noted by Will Yardley's compiler.
Diffstat (limited to 'editmsg.c')
-rw-r--r--editmsg.c2
1 files changed, 1 insertions, 1 deletions
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;