X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=f700a0c7fe25a0fe710bcc9d961fa9ab4e795b5f;hp=049be8a7610feced62061e417385ce3c9368a3dc;hb=ec2171174c019bdc83002cc29d06357e30b4b90d;hpb=1a1646dc54cace9984b36a1c12e1831d51fa89f1 diff --git a/uip/pick.c b/uip/pick.c index 049be8a..f700a0c 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -1330,6 +1330,7 @@ createpickthread(char *msgs) for (i = 0; i < files.size; i++) { buf = getthreadid(files.msgs[i]); if (!buf) { + adios(EX_DATAERR, NULL, "message %s is not part of a thread", basename(files.msgs[i])); continue; }