summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-14 14:39:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-14 14:39:55 +0000
commitac863ef5b3ee9df798c83f33a6fe5380dc20c467 (patch)
treef2ed0df6bc15742364d4c3cff3e594e2a054aa76
parent4ad8290ab5e7796b9c0bcf0a64ad4e41fd7527db (diff)
downloadmailutils-ac863ef5b3ee9df798c83f33a6fe5380dc20c467.tar.gz
mailutils-ac863ef5b3ee9df798c83f33a6fe5380dc20c467.tar.bz2
Added forw utility
-rw-r--r--mh/.cvsignore1
-rw-r--r--mh/Makefile.am3
-rw-r--r--mh/TODO2
3 files changed, 5 insertions, 1 deletions
diff --git a/mh/.cvsignore b/mh/.cvsignore
index d63cf45a6..beec552e2 100644
--- a/mh/.cvsignore
+++ b/mh/.cvsignore
@@ -12,6 +12,7 @@ rmf
refile
mhpath
folder
+forw
fmtcheck
repl
whatnow
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 5ab10212c..a7149f42e 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -22,6 +22,7 @@ PROGRAMS_MH = \
comp\
fmtcheck\
folder\
+ forw\
inc\
install-mh\
mark\
@@ -43,6 +44,7 @@ EXTRA_PROGRAMS = \
comp\
fmtcheck\
folder\
+ forw\
inc\
install-mh\
mark\
@@ -68,6 +70,7 @@ bin_PROGRAMS = @BUILD_MH_PROGRAMS@
noinst_LIBRARIES = @BUILD_MH_LIBRARIES@
libmh_a_SOURCES= \
+ compcommon.c\
mh_argp.c\
mh_ctx.c\
mh_getopt.c\
diff --git a/mh/TODO b/mh/TODO
index 8f9fefb54..a1c9e9310 100644
--- a/mh/TODO
+++ b/mh/TODO
@@ -26,7 +26,7 @@ State Nice Utility Comments
+ -20 inc
* -20 repl --annotate
+ -20 comp Interactive prompting.
-- -20 forw
+* -20 forw --annotate,--inplace,--mime,--whatnowproc
* -20 send --alias,--filter,--format,--forward,--mime,
--split,--width
* -20 refile --link copies messages.

Return to:

Send suggestions and report system problems to the System administrator.