X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvstore.c;h=4e14afbbd01e490278dd0316a83f5dd0fb82ca2d;hp=43d38892f4581b3d9285073330985996c2c2e2d5;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=8563731b02ce9d750806f6b1769af8b399d964e8 diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 43d3889..4e14afb 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -3,6 +3,10 @@ * rcvstore.c -- asynchronously add mail to a folder * * $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. */ #include @@ -10,7 +14,7 @@ #include #include #include -#include +#include static struct swit switches[] = { #define CRETSW 0 @@ -34,11 +38,10 @@ static struct swit switches[] = { #define VERSIONSW 9 { "version", 0 }, #define HELPSW 10 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; -extern int errno; /* * name of temporary file to store incoming message @@ -131,7 +134,7 @@ main (int argc, char **argv) if (folder) adios (NULL, "only one folder at a time!"); else - folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + folder = pluspath (cp); } else { adios (NULL, "usage: %s [+folder] [switches]", invo_name); } @@ -199,7 +202,7 @@ main (int argc, char **argv) * Link message into folder, and possibly add * to the Unseen-Sequence's. */ - if ((msgnum = folder_addmsg (&mp, tmpfilenam, 0, unseensw, 0)) == -1) + if ((msgnum = folder_addmsg (&mp, tmpfilenam, 0, unseensw, 0, 0, (char *)0)) == -1) done (1); /*