X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhpath.c;h=df4e14013c6588f5022696c1e0660f9260d7f0c8;hp=0fe638cd7eec06e24a3e3a140b3d90c897ae69bb;hb=HEAD;hpb=4112940aea5591648b03a81907408752c08b33aa diff --git a/uip/mhpath.c b/uip/mhpath.c index 0fe638c..df4e140 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -20,6 +20,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + int main(int argc, char **argv) { @@ -121,8 +123,6 @@ main(int argc, char **argv) } } - seq_setprev(mp); /* set the previous-sequence */ - /* print the path of all selected messages */ for (i = mp->lowsel; i <= mp->hghsel; i++) if (is_selected(mp, i))