Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2357bd10
...
2357bd10a05ad5161919b8b06856b1a4d11ea777
authored
2014-07-07 17:42:59 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Push missing files.
1 parent
24eb3d6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
examples/Makefile.am
examples/mboxidx.c
examples/Makefile.am
View file @
2357bd1
...
...
@@ -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
}
...
...
examples/mboxidx.c
View file @
2357bd1
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment