Commit a1495720 a1495720e6d2733c9fb76df114a4ba1cb8669edc by uid65697

Aded movemail

1 parent b4032baf
...@@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4 ...@@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4
23 SUBDIRS = headers include m4 intl po lib testsuite mailbox libsieve doc \ 23 SUBDIRS = headers include m4 intl po lib testsuite mailbox libsieve doc \
24 auth examples frm from pop3d imap4d \ 24 auth examples frm from pop3d imap4d \
25 mail sieve scripts libmu_scm guimb messages comsat readmsg \ 25 mail sieve scripts libmu_scm guimb messages comsat readmsg \
26 mail.local mail.remote dotlock mh 26 mail.local mail.remote dotlock mh movemail
27 27
28 EXTRA_DIST = COPYING.LESSER 28 EXTRA_DIST = COPYING.LESSER
29 29
......
...@@ -762,6 +762,7 @@ AC_CONFIG_FILES([Makefile ...@@ -762,6 +762,7 @@ AC_CONFIG_FILES([Makefile
762 messages/Makefile 762 messages/Makefile
763 messages/testsuite/Makefile 763 messages/testsuite/Makefile
764 mh/Makefile 764 mh/Makefile
765 movemail/Makefile
765 po/Makefile.in 766 po/Makefile.in
766 pop3d/Makefile 767 pop3d/Makefile
767 pop3d/testsuite/Makefile 768 pop3d/testsuite/Makefile
......