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
b8112f87
...
b8112f87c09501a76891fdaa411bd8c1bc661138
authored
2003-03-11 14:15:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
63b6ef8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
4 deletions
ChangeLog
mh/Makefile.am
mh/TODO
ChangeLog
View file @
b8112f8
2003
-
03
-
11
Sergey
Poznyakoff
*
auth
/
sql
.
c
(
mu_sql_authenticate
)
:
Bugfix
.
*
mh
/
.
cvsignore
:
Added
'
whom
'
.
*
mh
/
mh_whom
.
c
:
New
file
.
*
mh
/
whom
.
c
:
New
file
.
*
mh
/
Makefile
.
am
:
Added
new
files
*
mh
/
TODO
:
Updated
*
mh
/
mh
.
h
(
mh_draft_name
,
mh_whom
)
:
New
functions
.
*
mh
/
mh_getopt
.
h
:
Updated
*
mh
/
mh_init
.
c
(
mh_draft_name
)
:
New
function
.
*
mh
/
mh_whatnow
.
c
(
whom
)
:
Use
mh_whom
.
*
mh
/
send
.
c
(
draft_name
)
:
Removed
.
*
mh
/
whatnow
.
c
(
main
)
:
Use
'
draft
'
by
default
.
2003
-
03
-
10
Sergey
Poznyakoff
*
comsat
/
comsat
.
c
:
Use
ngettext
.
...
...
mh/Makefile.am
View file @
b8112f8
...
...
@@ -35,7 +35,8 @@ PROGRAMS_MH = \
scan
\
send
\
sortm
\
whatnow
whatnow
\
whom
EXTRA_PROGRAMS
=
\
anno
\
...
...
@@ -55,7 +56,8 @@ EXTRA_PROGRAMS = \
scan
\
send
\
sortm
\
whatnow
whatnow
\
whom
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
...
...
@@ -78,7 +80,8 @@ libmh_a_SOURCES= \
mh_msgset.c
\
mh_sequence.c
\
mh_stream.c
\
mh_whatnow.c
mh_whatnow.c
\
mh_whom.c
noinst_HEADERS
=
mh.h mh_getopt.h
LISPSRC
=
mailutils-mh.el
...
...
mh/TODO
View file @
b8112f8
...
...
@@ -3,6 +3,11 @@ between Mailutils and Emacs using mh-e module. Therefore, a subset of MH
utilities has been selected that would provide such basic functionality.
When this functionality is achieved, other utilities may be implemented.
General information
====================
Aliases are not supported
Utilities Ordered by Importance
===============================
...
...
@@ -37,7 +42,7 @@ State Nice Utility Comments
also the README entry for it.
+ 10 anno
- 10 burst
- 10 whom
* 10 whom --check
+ 10 mhpath
+ 10 whatnow
+ 20 sortm
...
...
Please
register
or
sign in
to post a comment