Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Felipe Contreras
On Mon, Nov 4, 2013 at 6:00 PM, Oswald Buddenhagen wrote: > On Mon, Nov 04, 2013 at 02:17:15PM -0600, Felipe Contreras wrote: >> On Mon, Nov 4, 2013 at 1:55 PM, Oswald Buddenhagen wrote: >> > On Mon, Nov 04, 2013 at 12:36:11PM -0600, Felipe Contreras wrote: >> >> I'm giving this a try, and so far

Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Oswald Buddenhagen
On Mon, Nov 04, 2013 at 02:17:15PM -0600, Felipe Contreras wrote: > On Mon, Nov 4, 2013 at 1:55 PM, Oswald Buddenhagen wrote: > > On Mon, Nov 04, 2013 at 12:36:11PM -0600, Felipe Contreras wrote: > >> I'm giving this a try, and so far it does indeed work, but only for > >> some folders. It seems t

Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Felipe Contreras
On Mon, Nov 4, 2013 at 1:55 PM, Oswald Buddenhagen wrote: > On Mon, Nov 04, 2013 at 12:36:11PM -0600, Felipe Contreras wrote: >> I'm giving this a try, and so far it does indeed work, but only for >> some folders. It seems to me that the folders that fail are the ones >> that have older messages.

Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Oswald Buddenhagen
On Mon, Nov 04, 2013 at 12:36:11PM -0600, Felipe Contreras wrote: > I'm giving this a try, and so far it does indeed work, but only for > some folders. It seems to me that the folders that fail are the ones > that have older messages. > can you describe that more precisely? could it be that you ar

Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Felipe Contreras
On Mon, Nov 4, 2013 at 3:16 AM, Oswald Buddenhagen wrote: > On Mon, Nov 04, 2013 at 09:07:27AM +, Oswald Buddenhagen wrote: >> The branch 'maxmessages' has been created at a2de976. >> > this branch contains the commit > >make MaxMessages work for the initial fetch > > it passes my (rather

Re: [request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Gammel Holte
Hi, >make MaxMessages work for the initial fetch > > it passes my (rather limited) autotests, but this stuff is *complex*, so > you should give it some hammering before i push it to master. it's > implausible that it would eat your master-side mailbox, but you should > have a close look whethe

[request for testing] Re: [commit] branch 'maxmessages' created

2013-11-04 Thread Oswald Buddenhagen
hello users, On Mon, Nov 04, 2013 at 09:07:27AM +, Oswald Buddenhagen wrote: > The branch 'maxmessages' has been created at a2de976. > this branch contains the commit make MaxMessages work for the initial fetch it passes my (rather limited) autotests, but this stuff is *complex*, so you

[commit] branch 'maxmessages' created

2013-11-04 Thread Oswald Buddenhagen
The branch 'maxmessages' has been created at a2de976. -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to lear

[commit] master: add/fix comments and improve debug messages

2013-11-04 Thread Oswald Buddenhagen
commit 6deb15336bc07f74c51ae9da2472af625280f775 Author: Oswald Buddenhagen Date: Sat Nov 2 20:06:08 2013 +0100 add/fix comments and improve debug messages src/isync.h |2 +- src/main.c |1 + src/run-tests.pl | 10 +- src/sync.c | 76 +++

[commit] master: sort messages by serial number instead of UID in box dumper

2013-11-04 Thread Oswald Buddenhagen
commit f53b0ecbb6a2a5f295bfa00c18b0aed2ef6475ab Author: Oswald Buddenhagen Date: Sat Nov 2 16:43:23 2013 +0100 sort messages by serial number instead of UID in box dumper the input data is sorted that way, so it's easier to compare. src/run-tests.pl |2 +- 1 files changed, 1

[commit] master: properly handle unexpected exit while replaying journal

2013-11-04 Thread Oswald Buddenhagen
commit f5bc1801349d059f40caccc21ad289556d76e4b4 Author: Oswald Buddenhagen Date: Sun Nov 3 12:59:35 2013 +0100 properly handle unexpected exit while replaying journal src/run-tests.pl | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/run-tests.pl b/s

[commit] master: ensure that the journal replay pass really does nothing

2013-11-04 Thread Oswald Buddenhagen
commit b8d76cf489167a334b57c895987f4428b4b2ebb0 Author: Oswald Buddenhagen Date: Sun Nov 3 12:49:27 2013 +0100 ensure that the journal replay pass really does nothing src/run-tests.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/run-tests.pl b/src/run-test

[commit] master: simplify condition

2013-11-04 Thread Oswald Buddenhagen
commit b1227c0f4bd37614b69a60615182e5dea7de61f9 Author: Oswald Buddenhagen Date: Sat Nov 2 20:02:54 2013 +0100 simplify condition ... and document the underlying assertion. src/sync.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/sync.c b/src/sync

[commit] master: micro-optimization/-clarification

2013-11-04 Thread Oswald Buddenhagen
commit fdc58aa7e6ea249239f568fffa1b14e76d940920 Author: Oswald Buddenhagen Date: Sat Nov 2 19:39:14 2013 +0100 micro-optimization/-clarification src/sync.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/sync.c b/src/sync.c index 209a2b1..46125ec 10064

[commit] master: MaxMessages: make condition exactly symmetrical to condition below

2013-11-04 Thread Oswald Buddenhagen
commit ba1e176717db3ea5a78c8fcbc5f2ba0f1619d356 Author: Oswald Buddenhagen Date: Mon May 20 18:54:54 2013 +0200 MaxMessages: make condition exactly symmetrical to condition below src/sync.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sync.c b/src/sync.c i

[commit] master: rewrite condition for readability and consistency

2013-11-04 Thread Oswald Buddenhagen
commit 482ef582ecc8facffc3feb407c76b1f775a57849 Author: Oswald Buddenhagen Date: Mon May 20 18:53:22 2013 +0200 rewrite condition for readability and consistency src/sync.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sync.c b/src/sync.c index 20b5c66

[commit] master: adjust sync state dumper to newuid-free header

2013-11-04 Thread Oswald Buddenhagen
commit 26efae148bb6ae56da3375d60fb0d39ab8171084 Author: Oswald Buddenhagen Date: Sat Nov 2 15:43:52 2013 +0100 adjust sync state dumper to newuid-free header amends 9cb54888. src/run-tests.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/run-tests.

[commit] master: create unseen messages in /new/

2013-11-04 Thread Oswald Buddenhagen
commit 0c4cbf1726b2a538df91e650acd115bf4863f54d Author: Oswald Buddenhagen Date: Sun Nov 3 20:20:08 2013 +0100 create unseen messages in /new/ seen messages still go to /cur/. this is consistent with the actual maildir driver. src/run-tests.pl |2 +- 1 files changed, 1 in

[commit] master: fix enum abuse

2013-11-04 Thread Oswald Buddenhagen
commit e00bba20494349e43a6ea2d5d02d627090c0e571 Author: Oswald Buddenhagen Date: Sat Nov 2 12:57:39 2013 +0100 fix enum abuse amends e9152f606. S_FIND was for the sync record status field. it has no business in the sync vars status fields. its value coincided with ST_S

[commit] master: be a bit more verbose

2013-11-04 Thread Oswald Buddenhagen
commit b945396e498e265136783d16fcc0d5b59a55a502 Author: Oswald Buddenhagen Date: Sun Nov 3 12:59:50 2013 +0100 be a bit more verbose src/run-tests.pl | 36 +++- 1 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/run-tests.pl b/src/run-te

[commit] master: remove assumption about value of M constant

2013-11-04 Thread Oswald Buddenhagen
commit 5bbb4401c7304f7d61933d7ab86b5c54cd1165d5 Author: Oswald Buddenhagen Date: Sat Nov 2 15:04:03 2013 +0100 remove assumption about value of M constant src/sync.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/sync.c b/src/sync.c index c51603c..20b5c66 10

[commit] master: move initializations for clarity

2013-11-04 Thread Oswald Buddenhagen
commit 6e6a400e3e02e739854cc8cef6a4000e0c0302f0 Author: Oswald Buddenhagen Date: Sat Oct 26 11:44:18 2013 +0200 move initializations for clarity src/sync.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sync.c b/src/sync.c index bf48b7d..209a2b1 100644 ---

[commit] master: fix error message in sync state dumper

2013-11-04 Thread Oswald Buddenhagen
commit aa1a81cd1014d4a50c2a5f2298c3ba0635cabbf0 Author: Oswald Buddenhagen Date: Sat Nov 2 15:42:34 2013 +0100 fix error message in sync state dumper src/run-tests.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/run-tests.pl b/src/run-tests.pl index ab7bab8