Commit 2357bd10 2357bd10a05ad5161919b8b06856b1a4d11ea777 by Sergey Poznyakoff

Push missing files.

1 parent 24eb3d6d
...@@ -35,6 +35,7 @@ noinst_PROGRAMS = \ ...@@ -35,6 +35,7 @@ noinst_PROGRAMS = \
35 iconv\ 35 iconv\
36 lsf\ 36 lsf\
37 mblconv\ 37 mblconv\
38 mboxidx\
38 msg-send\ 39 msg-send\
39 mta\ 40 mta\
40 mucat\ 41 mucat\
...@@ -122,3 +123,15 @@ muemail_LDADD = \ ...@@ -122,3 +123,15 @@ muemail_LDADD = \
122 ${MU_APP_LIBRARIES} \ 123 ${MU_APP_LIBRARIES} \
123 ${MU_LIB_MAILUTILS} 124 ${MU_LIB_MAILUTILS}
124 125
126 mboxidx_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
127 mboxidx_LDADD=\
128 ../lib/libmuaux.a\
129 ${MU_LIB_MBOX}\
130 ${MU_LIB_IMAP}\
131 ${MU_LIB_POP}\
132 ${MU_LIB_NNTP}\
133 ${MU_LIB_MH}\
134 ${MU_LIB_MAILDIR}\
135 ${MU_LIB_AUTH}\
136 @MU_AUTHLIBS@ \
137 ${MU_LIB_MAILUTILS}
......
...@@ -57,7 +57,7 @@ char *docstr[] = { ...@@ -57,7 +57,7 @@ char *docstr[] = {
57 " -L TAG set syslog tag", 57 " -L TAG set syslog tag",
58 " -N no output if nothing to index", 58 " -N no output if nothing to index",
59 " -S N skip first N messages", 59 " -S N skip first N messages",
60 " -s FILE save and read status of the prior run from FILE\n", 60 " -s FILE save and read status of the prior run from FILE",
61 " -t GLOB index message body if its content type matches GLOB", 61 " -t GLOB index message body if its content type matches GLOB",
62 " -h display this help summary", 62 " -h display this help summary",
63 NULL 63 NULL
......