27 Apr
2003
27 Apr
'03
11 p.m.
On Sun, Apr 27, 2003 at 22:18:48 +0300, Timo Sirainen wrote:
On Sun, 2003-04-27 at 22:01, Sebastian Pachuta wrote:
Is there any way to drop unused stuff like --without-mbox?
Nothing that easy, but:
In configure edit line: STORAGE="maildir mbox"
In src/imap/Makefile edit line: imap_LDADD = ... ../lib-storage/index/mbox/libstorage_mbox.a ../lib-index/mbox/libstorage_index_mbox.a ...
so far runs ok - tx
I guess I could add --with-storages=maildir option to configure.
That will be very nice.