[SCM] GNU Mailutils branch, master, updated. release-2.2-683-g2357bd1
"Sergey Poznyakoff" <[email protected]> Mon, 07 Jul 2014 14:43:24 +0000
| Newsgroups | gmane.comp.gnu.mailutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=2357bd10a05ad5161919b8b06856b1a4d11ea777
The branch, master has been updated
via 2357bd10a05ad5161919b8b06856b1a4d11ea777 (commit)
from 24eb3d6df145f2e301a2484551a395edfd9aa8e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2357bd10a05ad5161919b8b06856b1a4d11ea777
Author: Sergey Poznyakoff <[email protected]>
Date: Mon Jul 7 17:42:59 2014 +0300
Push missing files.
-----------------------------------------------------------------------
Summary of changes:
examples/Makefile.am | 13 +++++++++++++
examples/mboxidx.c | 2 +-
2 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/examples/Makefile.am b/examples/Makefile.am
index e0076a4..e5f150b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -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}
diff --git a/examples/mboxidx.c b/examples/mboxidx.c
index b06f68e..ba2f1c3 100644
--- a/examples/mboxidx.c
+++ b/examples/mboxidx.c
@@ -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
hooks/post-receive
--
GNU Mailutils