Commit a8c60d45 a8c60d45ceb3ced9d65c57352d3b9a58e9a3ee4e by Wojciech Polak

Updated

1 parent 755146b4
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
112 pop3d/lock.c, pop3d/pop3d.c, pop3d/pop3d.h, pop3d/quit.c, pop3d/retr.c, 112 pop3d/lock.c, pop3d/pop3d.c, pop3d/pop3d.h, pop3d/quit.c, pop3d/retr.c,
113 pop3d/rset.c, pop3d/stat.c, pop3d/top.c, pop3d/uidl.c, pop3d/user.c, 113 pop3d/rset.c, pop3d/stat.c, pop3d/top.c, pop3d/uidl.c, pop3d/user.c,
114 readmsg/msglist.c, readmsg/readmsg.c, readmsg/readmsg.h, sieve/sieve.c, 114 readmsg/msglist.c, readmsg/readmsg.c, readmsg/readmsg.h, sieve/sieve.c,
115 sql/odbc.c, 115 sql/odbc.c.
116 116
117 2005-08-26 Sergey Poznyakoff <gray@gnu.org.ua> 117 2005-08-26 Sergey Poznyakoff <gray@gnu.org.ua>
118 118
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
4 Makefile 4 Makefile
5 Makefile.in 5 Makefile.in
6 addr 6 addr
7 argcv
7 base64 8 base64
8 decode2047 9 decode2047
9 encode2047 10 encode2047
......
...@@ -4,3 +4,4 @@ Makefile ...@@ -4,3 +4,4 @@ Makefile
4 .libs 4 .libs
5 *.lo 5 *.lo
6 libmuaux.la 6 libmuaux.la
7 libmailutils.la
......