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
01adf04c
...
01adf04ce8e743b7344a8527bccb1959dc7c18d2
authored
2016-10-16 20:23:22 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Convert maidag to mu_cli
1 parent
f2279f27
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
include/mailutils/cli.h
maidag/Makefile.am
maidag/maidag.c
maidag/maidag.h
include/mailutils/cli.h
View file @
01adf04
...
...
@@ -58,4 +58,6 @@ void mu_cli (int argc, char **argv, struct mu_cli_setup *setup,
char
*
mu_site_config_file
(
void
);
void
mu_acl_cfg_init
(
void
);
#endif
...
...
maidag/Makefile.am
View file @
01adf04
...
...
@@ -36,7 +36,7 @@ maidag_LDADD = \
@LIBMU_SCM@ @GUILE_LIBS@
\
@LIBMU_SCM_DEPS@
\
@MU_LIB_PY@ @PYTHON_LIBS@
\
${
MU_APP_LIBRARIES
}
\
${
MU_APP_
NEW_
LIBRARIES
}
\
${
MU_LIB_SIEVE
}
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_IMAP
}
\
...
...
maidag/maidag.c
View file @
01adf04
This diff is collapsed.
Click to expand it.
maidag/maidag.h
View file @
01adf04
...
...
@@ -91,8 +91,6 @@
# define USE_MAILBOX_QUOTAS 1
#endif
#include "mailutils/libargp.h"
#include "tcpwrap.h"
#include "muscript.h"
...
...
Please
register
or
sign in
to post a comment