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
5c879836
...
5c87983663c1e9adefb5414d1e9e05a623b82e37
authored
2002-02-21 01:33:02 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
407f4247
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
5c87983
2002
-
02
-
20
20
:
25
Sam
Roberts
<
sroberts
@uniserve
.
com
>
*
comsat
/
action
.
c
,
comsat
/
cfg
.
c
,
lib
/
argcv
.
c
,
lib
/
argcv
.
h
,
lib
/
mu_argp
.
c
,
mail
/
send
.
c
,
mail
/
util
.
c
,
mh
/
mh_argp
.
c
,
pop3d
/
popauth
.
c
:
argcv_get
()
now
(
optionally
)
strips
comments
while
parsing
.
Its
the
right
place
because
it
tokenizes
,
and
whether
a
char
is
a
comment
or
not
depends
on
whether
its
in
the
middle
of
a
token
or
not
:
"hi # there"
#
comment
.
*
sieve
/
sieve
.
c
:
Now
supports
a
~/
.
sieverc
file
.
Mine
looks
like
:
# ~/.sieverc
# Just moves my mail into my local spool.
-
dTt
--
ticket
=~/
.
tickets
-
f
pop
:
//pop.uniserve.com
~/
.
filter
.
sv
*
include
/
mailutils
/
debug
.
h
:
The
debug
levels
are
a
bitmask
,
and
I
'
d
started
to
enumerate
them
.
Oops
.
*
mailbox
/
muerrno
.
c
:
Began
the
task
of
returning
more
informative
error
numbers
.
If
this
looks
useful
,
we
should
all
spread
it
through
the
files
we
touch
!
*
doc
/
texinfo
/:
mailutils
.
texi
,
programs
.
texi
:
The
info
docs
were
getting
installed
in
the
"Miscellaneous"
section
of
the
info
directory
,
now
they
go
in
GNU
Libraries
,
with
links
to
the
programs
under
GNU
Utilities
,
as
seemed
to
be
suggested
by
the
texinfo
docs
.
Maybe
there
'
s
a
better
convention
?
*
include
/
mailutils
/
errno
.
h
,
mailbox
/
address
.
c
,
mailbox
/
mailbox
.
c
,
mailbox
/
parse822
.
c
:
Began
the
task
of
returning
more
informative
error
numbers
.
If
this
looks
useful
,
we
should
all
spread
it
through
the
files
we
touch
!
*
sieve
/
svcb
.
c
:
Was
using
the
POSIX
(
1003
.
1
b
)
ENOTSUP
,
changed
to
ENOSYS
,
which
will
exist
most
places
,
as
Jeff
pointed
out
.
2002
-
02
-
20
Sergey
Poznyakoff
*
imap4d
/
status
.
c
(
imap4d_status
)
:
Bugfix
:
was
using
improperly
...
...
Please
register
or
sign in
to post a comment