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
24f8ed0d
...
24f8ed0d305f64c88352348c88557a9abcde9161
authored
2003-03-22 13:42:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
607e60d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
1 deletions
ChangeLog
mailbox/.cvsignore
mailbox/Makefile.am
ChangeLog
View file @
24f8ed0
2003
-
03
-
22
Sergey
Poznyakoff
*
configure
.
ac
:
Raised
version
number
to
0
.
3
.
1
Define
macro
ATTRIBUTE_UNUSED
.
*
mailbox
/
parsedate
.
y
:
New
file
*
mailbox
/
.
cvsignore
:
Updated
*
mailbox
/
Makefile
.
am
:
Updated
*
mh
/
Makefile
.
am
:
Minor
formatting
change
.
*
mh
/
README
:
Updated
.
*
mh
/
TODO
:
Updated
.
*
mh
/
pick
.
c
:
Implemented
--
after
and
--
before
.
*
mh
/
pick
.
h
:
Likewise
.
*
mh
/
pick
.
y
:
Likewise
.
*
mail
/
from
.
c
(
mail_from0
)
:
Bugfix
.
*
include
/
mailutils
/
mutil
.
h
(
mu_parse_date
)
:
New
function
.
2003
-
03
-
20
Sergey
Poznyakoff
*
mh
/
README
:
Updated
.
...
...
mailbox/.cvsignore
View file @
24f8ed0
...
...
@@ -7,4 +7,6 @@ Makefile.in
T
_*
.gdbinit
mailutils-config
\ No newline at end of file
mailutils-config
parsedate.c
*y.output
\ No newline at end of file
...
...
mailbox/Makefile.am
View file @
24f8ed0
...
...
@@ -19,6 +19,8 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
AM_CFLAGS
=
-DSITE_VIRTUAL_PWDDIR
=
\"
@SITE_VIRTUAL_PWDDIR@
\"
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-vt
SUBDIRS
=
include mbox pop imap mh maildir testsuite
...
...
@@ -73,6 +75,7 @@ muerrno.c \
nls.c
\
observer.c
\
parse822.c
\
parsedate.c
\
property.c
\
registrar.c
\
rfc2047.c
\
...
...
@@ -89,6 +92,13 @@ url_sendmail.c \
url_smtp.c
\
wicket.c
BUILT_SOURCES
=
parsedate.c
parsedate.c
:
$(srcdir)/parsedate.y
$(YLWRAP)
"
$(YACC)
$(AM_YFLAGS)
"
$<
\
y.tab.c parsedate.c y.output parsedate.y.output
\
-- -yy pd_yy
libmailbox_la_DEPENDENCIES
=
\
mbox/libmbox.la
\
pop/libpop.la
\
...
...
Please
register
or
sign in
to post a comment