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
ee7c1d1c
...
ee7c1d1c02153bdab8e0cf7897e533f4c377d5e5
authored
2003-01-18 22:03:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
be067ee9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
1 deletions
ChangeLog
mh/README
mh/TODO
ChangeLog
View file @
ee7c1d1
2003
-
01
-
18
Sergey
Poznyakoff
*
imap4d
/
util
.
c
(
util_token
)
:
Fixed
comment
.
*
mailbox
/
mbx_mh
.
c
(
mh_check_message
)
:
New
function
.
(
mh_body_size
,
mh_check_message
,
mh_header_size
)
(
mh_header_lines
)
:
Use
mh_check_message
()
to
make
sure
the
message
has
been
scanned
.
*
mh
/
comp
.
c
:
New
file
.
Implements
comp
utility
.
*
mh
/
Makefile
.
am
:
Added
comp
.
*
mh
/
mh
.
h
(
mh_err_memory
,
mh_file_copy
)
:
New
functions
.
*
mh
/
mh_init
.
c
:
Likewise
.
*
mh
/
mh_argp
.
c
:
Use
mh_err_memory
to
report
low
memory
diagnostics
.
*
mh
/
mh_ctx
.
c
:
Likewise
.
*
mh
/
mh_msgset
.
c
:
Likewise
.
*
mh
/
mh_whatnow
.
c
:
Likewise
.
*
mh
/
repl
.
c
:
Changed
semantics
of
--
use
option
.
It
takes
an
optional
argument
of
yes
/
no
.
(
make_draft
)
:
Changed
declaration
.
*
mh
/
TODO
:
Updated
.
*
mh
/
README
:
Updated
.
2003
-
01
-
18
Wojciech
Polak
*
imap4d
/
util
.
c
(
util_bye
)
:
Check
'
tls_available
'
before
...
...
mh/README
View file @
ee7c1d1
...
...
@@ -87,6 +87,10 @@ deletes all messages preceeding the non-existent one.
Understands --use option. Disposition shell provides 'use' command.
* comp
Understands --build option.
Local variables:
mode: outline
...
...
mh/TODO
View file @
ee7c1d1
...
...
@@ -20,7 +20,7 @@ State Nice Utility Comments
+ -20 scan
+ -20 inc
* -20 repl See comments for whatnow
- -20 comp
* -20 comp See comments for whatnow
- -20 forw
- -20 send
* -20 refile --link
...
...
Please
register
or
sign in
to post a comment