X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhpath.c;h=69ecaf2db4d21e72307520d03d90badff3f958f4;hb=0f56dec07e0eda5042276a5e65cb51ea95c23ff9;hp=73d5e13352929df12b9d3aaf83bc24ff01548146;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/uip/mhpath.c b/uip/mhpath.c index 73d5e13..69ecaf2 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -87,7 +87,7 @@ main(int argc, char **argv) /* ** We need to make sure there is message status space - ** for all the message numbers from 1 to "new" since + ** for all the message numbers from 1 to one beyond last since ** mhpath can select empty slots. If we are adding ** space at the end, we go ahead and add 10 slots. */ @@ -99,7 +99,7 @@ main(int argc, char **argv) adios(NULL, "unable to allocate folder storage"); } - mp->msgflags |= ALLOW_NEW; /* allow the "new" sequence */ + mp->msgflags |= ALLOW_BEYOND; /* allow the beyond sequence */ /* parse all the message ranges/sequences and set SELECTED */ for (i = 0; i < msgs.size; i++)