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
ac863ef5
...
ac863ef5b3ee9df798c83f33a6fe5380dc20c467
authored
2003-03-14 14:39:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added forw utility
1 parent
4ad8290a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
mh/.cvsignore
mh/Makefile.am
mh/TODO
mh/.cvsignore
View file @
ac863ef
...
...
@@ -12,6 +12,7 @@ rmf
refile
mhpath
folder
forw
fmtcheck
repl
whatnow
...
...
mh/Makefile.am
View file @
ac863ef
...
...
@@ -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
\
...
...
mh/TODO
View file @
ac863ef
...
...
@@ -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.
...
...
Please
register
or
sign in
to post a comment