Commit 66687406 66687406d7eb339920162b0440fbc5e55d69f6bc by Sergey Poznyakoff

Updated

1 parent b44fbf05
1 .gdbinit 1 Makefile.in
2 Addrs.test 2 Makefile
3 Urls.test 3 .deps
4 _* 4 .libs
5 url-parse
6 msg-send
7 sfrom
5 addr 8 addr
6 bad-dates.out
7 mailer
8 mbox-check
9 mbox-dates
10 mbox-dates.out
11 mbox-explode
12 mimetest 9 mimetest
13 msg-send
14 muemail 10 muemail
15 url-parse
......
...@@ -3,7 +3,7 @@ DEJATOOL = mailbox ...@@ -3,7 +3,7 @@ DEJATOOL = mailbox
3 RUNTESTFLAGS = 3 RUNTESTFLAGS =
4 CLEANFILES = *.log 4 CLEANFILES = *.log
5 test_dirs = lib mailbox 5 test_dirs = lib mailbox
6 EXTRA_DIST = Addrs Urls 6 EXTRA_DIST = Addrs Mime Urls
7 7
8 dist-hook: 8 dist-hook:
9 here=`cd $(top_builddir)/$(subdir) && pwd`; \ 9 here=`cd $(top_builddir)/$(subdir) && pwd`; \
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 mailbox_run ${top_builddir}/examples/addr 19 mailbox_run ${top_builddir}/examples/addr
20 20
21 set chan [open ${objdir}/Addrs r] 21 set chan [open ${srcdir}/Addrs r]
22 22
23 set command "" 23 set command ""
24 for {gets $chan line} {![eof $chan]} {gets $chan line} { 24 for {gets $chan line} {![eof $chan]} {gets $chan line} {
......
...@@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1" ...@@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1"
21 21
22 mu_prepare_spools 22 mu_prepare_spools
23 23
24 set chan [open ${objdir}/Mime r] 24 set chan [open ${srcdir}/Mime r]
25 25
26 set pattern [list] 26 set pattern [list]
27 for {gets $chan line} {![eof $chan]} {gets $chan line} { 27 for {gets $chan line} {![eof $chan]} {gets $chan line} {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 18
19 mailbox_run ${top_builddir}/examples/url-parse 19 mailbox_run ${top_builddir}/examples/url-parse
20 20
21 set chan [open ${objdir}/Urls r] 21 set chan [open ${srcdir}/Urls r]
22 22
23 set command "" 23 set command ""
24 for {gets $chan line} {![eof $chan]} {gets $chan line} { 24 for {gets $chan line} {![eof $chan]} {gets $chan line} {
......