Commit 66687406 66687406d7eb339920162b0440fbc5e55d69f6bc by Sergey Poznyakoff

Updated

1 parent b44fbf05
.gdbinit
Addrs.test
Urls.test
_*
Makefile.in
Makefile
.deps
.libs
url-parse
msg-send
sfrom
addr
bad-dates.out
mailer
mbox-check
mbox-dates
mbox-dates.out
mbox-explode
mimetest
msg-send
muemail
url-parse
......
......@@ -3,7 +3,7 @@ DEJATOOL = mailbox
RUNTESTFLAGS =
CLEANFILES = *.log
test_dirs = lib mailbox
EXTRA_DIST = Addrs Urls
EXTRA_DIST = Addrs Mime Urls
dist-hook:
here=`cd $(top_builddir)/$(subdir) && pwd`; \
......
......@@ -18,7 +18,7 @@
mailbox_run ${top_builddir}/examples/addr
set chan [open ${objdir}/Addrs r]
set chan [open ${srcdir}/Addrs r]
set command ""
for {gets $chan line} {![eof $chan]} {gets $chan line} {
......@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close $chan
# end of address.exp
\ No newline at end of file
# end of address.exp
......
......@@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1"
mu_prepare_spools
set chan [open ${objdir}/Mime r]
set chan [open ${srcdir}/Mime r]
set pattern [list]
for {gets $chan line} {![eof $chan]} {gets $chan line} {
......@@ -35,4 +35,4 @@ mu_exec -retcode 0 -message "MIME" -pattern $pattern
close $chan
# end of mime.exp
\ No newline at end of file
# end of mime.exp
......
......@@ -18,7 +18,7 @@
mailbox_run ${top_builddir}/examples/url-parse
set chan [open ${objdir}/Urls r]
set chan [open ${srcdir}/Urls r]
set command ""
for {gets $chan line} {![eof $chan]} {gets $chan line} {
......@@ -44,4 +44,4 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
close $chan
# end of url.exp
\ No newline at end of file
# end of url.exp
......