Commit 97c4bf4c 97c4bf4c9d06fe20184702dc6662be3f6e920d83 by Sergey Poznyakoff

Added Encode, Decode.

1 parent a2e8fb20
...@@ -7,7 +7,7 @@ DEJATOOL = mailbox ...@@ -7,7 +7,7 @@ DEJATOOL = mailbox
7 RUNTESTFLAGS = 7 RUNTESTFLAGS =
8 CLEANFILES = *.log 8 CLEANFILES = *.log
9 test_dirs = lib mailbox 9 test_dirs = lib mailbox
10 EXTRA_DIST = Addrs Mime Urls 10 EXTRA_DIST = Addrs Mime Urls Encode Decode
11 11
12 dist-hook: 12 dist-hook:
13 here=`cd $(top_builddir)/$(subdir) && pwd`; \ 13 here=`cd $(top_builddir)/$(subdir) && pwd`; \
......