Commit ac863ef5 ac863ef5b3ee9df798c83f33a6fe5380dc20c467 by Sergey Poznyakoff

Added forw utility

1 parent 4ad8290a
......@@ -12,6 +12,7 @@ rmf
refile
mhpath
folder
forw
fmtcheck
repl
whatnow
......
......@@ -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\
......
......@@ -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.
......