On Mon, 2009-04-06 at 23:40 +0200, Marcin Rzepecki wrote:
> Mon, Apr 06, 2009 at 05:25:02PM -0400, Timo Sirainen wrote:
> > > > On Mon, 2009-04-06 at 23:03 +0200, Marcin Rzepecki wrote:
> > > > > > http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz
> >
> > > Unfortunately, i'm getting the same err
W is the size of the file with CR/LF for newlines. It's the same size
courier stores in the POP3 uildlist file.
I wrote an updated version of the courier-dovecot migration script
that attempts to convert in both directions (using the V3 dovecot-
uidlist format) a while back.
It's freely l
On Oct 29, 2008, at 12:39 PM, Timo Sirainen wrote:
First however it checks for /etc/lsb-release and if it exists, prints
DISTRIB_DESCRIPTION contents. I guess Ubuntu is the only distro
currently using that file..
A little late, but I don't see any mention of /etc/lsb-release in the
LSB spe
Hi there,
I was having lots of trouble with the normal expire plugin so I
decided to try and come up with a plugin that handles the trash
directory in the same way as Courier (when the user logs out it should
clean messages from the trash that have been there for more than X
days.) I use
On Sep 19, 2008, at 10:26 AM, Timo Sirainen wrote:
On Sep 19, 2008, at 6:05 PM, John Lightsey wrote:
The problem is the file glob on line 344 in convert_subscriptions()
# read updates from the directory
my %updates;
foreach (<$keyword_dir/*>) {
This isn't going to pick u
The problem is the file glob on line 344 in convert_subscriptions()
# read updates from the directory
my %updates;
foreach (<$keyword_dir/*>) {
This isn't going to pick up any files beginning with a dot, so most of
the update files in the courierimapkeywords directory are going to be
s
Hi there,
I've been rewriting the courier-dovecot-migrate script to handle
dovecot->courier conversions in addition to courier->dovecot. One
issue I've found is that when the courier->dovecot conversion is
performed a second time (using --overwrite) and the dovecot-uidlist
file is writte
It looks like the build problems with the flexible array members in
Dovecot 1.1 and GCC 2.95 has been raised several times already on this
list, but no one mentioned out that autoconf 2.61+ provides a macro to
deal with these.
dovecot-1.1.1-flexible-array-member.patch
Description: Binary