Commit 502beaed 502beaed893aad4a456bde4239b3f88b88b244bb by Wojciech Polak

(mu-libs): Added libmu_maildir.

1 parent f7256f83
1 ;;;; -*- scheme -*- 1 ;;;; -*- scheme -*-
2 ;;;; GNU Mailutils -- a suite of utilities for electronic mail 2 ;;;; GNU Mailutils -- a suite of utilities for electronic mail
3 ;;;; Copyright (C) 2002 Free Software Foundation, Inc. 3 ;;;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
4 ;;;; 4 ;;;;
5 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify 5 ;;;; GNU Mailutils is free software; you can redistribute it and/or modify
6 ;;;; it under the terms of the GNU General Public License as published by 6 ;;;; it under the terms of the GNU General Public License as published by
...@@ -24,6 +24,7 @@ changequote([,])dnl ...@@ -24,6 +24,7 @@ changequote([,])dnl
24 "libmuauth" 24 "libmuauth"
25 "libmu_mbox" 25 "libmu_mbox"
26 "libmu_mh" 26 "libmu_mh"
27 "libmu_maildir"
27 "libmu_pop" 28 "libmu_pop"
28 "libmu_imap")) 29 "libmu_imap"))
29 30
...@@ -94,4 +95,3 @@ include(BUILDDIR/mu_port.inc) ...@@ -94,4 +95,3 @@ include(BUILDDIR/mu_port.inc)
94 include(BUILDDIR/mu_scm.inc) 95 include(BUILDDIR/mu_scm.inc)
95 include(BUILDDIR/mu_util.inc) 96 include(BUILDDIR/mu_util.inc)
96 97
97
......