Re: [Dovecot] expire-tool --test: timestamps

2009-06-16 Thread e-frog
Timo Sirainen schrieb: > On Tue, 2009-06-16 at 20:39 +0200, e-frog wrote: >>> Thanks. I fixed it a bit differently: >>> http://hg.dovecot.org/dovecot-1.2/rev/1d343780e009 >>> >> Thanks Timo! The timestamps are ok now, however there are still the newlines. >> Just cosmetic though :-) >> >> Info: Tr

Re: [Dovecot] expire-tool --test: timestamps

2009-06-16 Thread Timo Sirainen
On Tue, 2009-06-16 at 20:39 +0200, e-frog wrote: > > Thanks. I fixed it a bit differently: > > http://hg.dovecot.org/dovecot-1.2/rev/1d343780e009 > > > > Thanks Timo! The timestamps are ok now, however there are still the newlines. > Just cosmetic though :-) > > Info: Trash: timestamp 124026335

Re: [Dovecot] expire-tool --test: timestamps

2009-06-16 Thread e-frog
Timo Sirainen schrieb: > On Sat, 2009-06-06 at 15:35 +0200, e-frog wrote: >> $ /usr/sbin/dovecot --exec-mail ext expire-tool --test >> Info: Trash: timestamp 1243963680 (Tue Jun 2 19:28:00 2009 >> ) -> 1244307774 (Tue Jun 2 19:28:00 2009 >> ) >> >> Both human readable timestamps are equal as ctim

Re: [Dovecot] expire-tool --test: timestamps

2009-06-15 Thread Timo Sirainen
On Sat, 2009-06-06 at 15:35 +0200, e-frog wrote: > $ /usr/sbin/dovecot --exec-mail ext expire-tool --test > Info: Trash: timestamp 1243963680 (Tue Jun 2 19:28:00 2009 > ) -> 1244307774 (Tue Jun 2 19:28:00 2009 > ) > > Both human readable timestamps are equal as ctime() returns a pointer > to a s

[Dovecot] expire-tool --test: timestamps

2009-06-06 Thread e-frog
$ /usr/sbin/dovecot --exec-mail ext expire-tool --test Info: Trash: timestamp 1243963680 (Tue Jun 2 19:28:00 2009 ) -> 1244307774 (Tue Jun 2 19:28:00 2009 ) Both human readable timestamps are equal as ctime() returns a pointer to a static buffer. In addition there are some newline characters ad