Commit 2357bd10 2357bd10a05ad5161919b8b06856b1a4d11ea777 by Sergey Poznyakoff

Push missing files.

1 parent 24eb3d6d
......@@ -35,6 +35,7 @@ noinst_PROGRAMS = \
iconv\
lsf\
mblconv\
mboxidx\
msg-send\
mta\
mucat\
......@@ -122,3 +123,15 @@ muemail_LDADD = \
${MU_APP_LIBRARIES} \
${MU_LIB_MAILUTILS}
mboxidx_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
mboxidx_LDADD=\
../lib/libmuaux.a\
${MU_LIB_MBOX}\
${MU_LIB_IMAP}\
${MU_LIB_POP}\
${MU_LIB_NNTP}\
${MU_LIB_MH}\
${MU_LIB_MAILDIR}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@ \
${MU_LIB_MAILUTILS}
......
......@@ -57,7 +57,7 @@ char *docstr[] = {
" -L TAG set syslog tag",
" -N no output if nothing to index",
" -S N skip first N messages",
" -s FILE save and read status of the prior run from FILE\n",
" -s FILE save and read status of the prior run from FILE",
" -t GLOB index message body if its content type matches GLOB",
" -h display this help summary",
NULL
......