Hi, I was testing latest beta of 3.0 and see this new setting:
=== archive_maxsize: 1024 The size in kilobytes of the largest message that *won’t* be archived immediately. Default is 1Mb === Looking into code this is backwards: imap/mailbox.c /* always archive big messages */ if (record->size >= maxsize) return 1; Regards, Carlos Velasco