New utility: mu
The `mu' program is a multi-purpose tool for doing various mail- and mailutils-related operations. It includes a pop3 shell, a coder/decoder for all filter formats supported by Mailutils, a utility to extract arbitrary values from the MU configuration files, a configuration information utility and many more, in the short run. It supercedes examples/pop3client and (partially) mailutils-config, both of which will be removed in the future. * Makefile.am (SUBDIRS): Add mu. * configure.ac: Likewise. * po/POTFILES.in: Add new files. * mu/.gitignore: New file. * mu/Makefile.am: New file. * mu/filter.c: New file. * mu/flt2047.c: New file. * mu/info.c: New file. * mu/mu.c: New file. * mu/mu.h: New file. * mu/pop.c: New file. * mu/query.c: New file. * mu/shell.c: New file.
Showing
13 changed files
with
770 additions
and
0 deletions
mu/.gitignore
0 → 100644
mu/Makefile.am
0 → 100644
mu/filter.c
0 → 100644
mu/flt2047.c
0 → 100644
mu/info.c
0 → 100644
mu/mu.c
0 → 100644
mu/mu.h
0 → 100644
mu/pop.c
0 → 100644
This diff is collapsed.
Click to expand it.
mu/query.c
0 → 100644
mu/shell.c
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment