<<< Date Index >>>     <<< Thread Index >>>

Re: imap is broken in CVS HEAD



Hello again,

> I don't know how to hack this into the automake/autoconf stuff, so no
> patch is provided.

okay this patch is obvious:

        Hit ENTER or type command to continue
        ===== Makefile.am 1.7 vs edited =====
        --- 1.7/Makefile.am     2004-07-18 00:48:00 +02:00
        +++ edited/Makefile.am  2004-07-18 03:27:49 +02:00
        @@ -55,7 +55,7 @@

         INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl

        -CPPFLAGS=@CPPFLAGS@ -I$(includedir) -D_FILE_OFFSET_BITS=64
        +CPPFLAGS=@CPPFLAGS@ -I$(includedir)


         EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c 
mutt_ssl.c \
        End comments with "." by itself or a blank line.
        Makefile.am 1.8>>  disable -D_FILE_OFFSET_BITS=64 for now


Who has 2Gbyte mailboxes anyway? Maybe we should add header caching for
mbox. :-)

        Thomas