X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8c1b8e55ba6269af3f6be282eeb7b5a19516315f..7b39e830d5c8366f9d9524c0f54b7d4df957d60a:/sbr/m_draft.c diff --git a/sbr/m_draft.c b/sbr/m_draft.c index d3e988ed..9d28606c 100644 --- a/sbr/m_draft.c +++ b/sbr/m_draft.c @@ -2,8 +2,6 @@ /* * m_draft.c -- construct the name of a draft message * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -11,7 +9,6 @@ #include #include -#include char * @@ -40,7 +37,7 @@ m_draft (char *folder, char *msg, int use, int *isdf) if (chdir (buffer) == -1) adios (buffer, "unable to change directory to"); - if (!(mp = folder_read (folder))) + if (!(mp = folder_read (folder, 1))) adios (NULL, "unable to read folder %s", folder); /*