Re: isync and gmail

2013-04-07 Thread Oswald Buddenhagen
On Sun, Apr 07, 2013 at 05:15:57PM +0200, Alexander Søndergaard wrote: > > please describe the problem precisely. are all messages fetched, or only > > a certain subset? do the messages have a particular property in common? > > etc. > > All messages from all my selected Gmail folders are fetched.

[commit] master: maildir: fix trash path double-free

2013-04-07 Thread Oswald Buddenhagen
commit 92b8a27626b550450b9d6983d6a8377987b4f8a7 Author: Felipe Contreras AuthorDate: Sun Apr 7 10:20:51 2013 -0500 Commit: Oswald Buddenhagen CommitDate: Sun Apr 7 18:32:52 2013 +0200 maildir: fix trash path double-free It should be freed at the very end. Signed-off

Re: isync and gmail

2013-04-07 Thread Alexander Søndergaard
>>> I still would like 'trash' instead of '[Gmail].Trash'. >> >> I would like that as well. But I understand that this might not be a >> top priority. > > Oh yeah, I understand that. Still, that's what I want, and I've gotten > that with other solutions. For me MaxMessages working properly is much

[PATCH] maildir: fix trash path double-free

2013-04-07 Thread Felipe Contreras
It should be freed at the very end. Signed-off-by: Felipe Contreras --- src/drv_maildir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv_maildir.c b/src/drv_maildir.c index 629da10..78b6c19 100644 --- a/src/drv_maildir.c +++ b/src/drv_maildir.c @@ -162,7 +162,6 @@ ma

Re: isync and gmail

2013-04-07 Thread Alexander Søndergaard
>> > I still would like 'trash' instead of '[Gmail].Trash'. >> >> I would like that as well. >> > try > > Path "[Gmail]." > > in the imap store (and remove that prefix from the Patterns). not sure > what problems further down the line it may cause ... OK, I'll try this later and get back to you.

[commit] master: Rename configure.in to the modern equivalent

2013-04-07 Thread Oswald Buddenhagen
commit 16613094f71da05edd79772e9c2c2b649e288188 Author: Felipe Contreras AuthorDate: Sun Apr 7 05:42:03 2013 -0500 Commit: Oswald Buddenhagen CommitDate: Sun Apr 7 16:57:45 2013 +0200 Rename configure.in to the modern equivalent Fixes: aclocal: warning: autoconf in

[commit] master: Fix build with recent autoconf and modernize configure.ac

2013-04-07 Thread Oswald Buddenhagen
commit 1eade663ed6ba757ea84224a7a00cd50556962ce Author: Felipe Contreras AuthorDate: Sun Apr 7 16:53:31 2013 +0200 Commit: Oswald Buddenhagen CommitDate: Sun Apr 7 16:57:45 2013 +0200 Fix build with recent autoconf and modernize configure.ac configure.ac:2: warning: macro 'A

[commit] master: remove pointless null check

2013-04-07 Thread Oswald Buddenhagen
commit 3c7d7a451ed270628b56e31a7973b637aff65caf Author: Oswald Buddenhagen AuthorDate: Sat Mar 30 16:43:21 2013 +0100 Commit: Oswald Buddenhagen CommitDate: Sat Mar 30 16:46:18 2013 +0100 remove pointless null check each copied message is associated with a sync record. if th

[commit] master: discourage use of MapInbox

2013-04-07 Thread Oswald Buddenhagen
commit 09e9705d8c3a64405a61f78a62a079e9634b8c79 Author: Oswald Buddenhagen Date: Sun Apr 7 16:54:19 2013 +0200 discourage use of MapInbox src/mbsync.1 |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mbsync.1 b/src/mbsync.1 index 48060d6..b57e9da 100644 --

[commit] master: don't record newuid in the sync state

2013-04-07 Thread Oswald Buddenhagen
commit 9cb54888910a539b5ce4213550f2f5c493fccba1 Author: Oswald Buddenhagen AuthorDate: Sat Mar 30 16:27:11 2013 +0100 Commit: Oswald Buddenhagen CommitDate: Sat Mar 30 16:46:18 2013 +0100 don't record newuid in the sync state this value is only ever used to find just pushed

[commit] master: don't try to fetch status of minus one message

2013-04-07 Thread Oswald Buddenhagen
commit dd7654ff8c56bf14bf8610ceb006b85e197219a5 Author: Oswald Buddenhagen AuthorDate: Sat Mar 30 10:10:09 2013 +0100 Commit: Oswald Buddenhagen CommitDate: Sat Mar 30 16:46:18 2013 +0100 don't try to fetch status of minus one message this would happen if we were trying to f

[commit] master: rename sync_vars_t::uidnext => newuid & fix comment

2013-04-07 Thread Oswald Buddenhagen
commit b00aac4c5e4231415f5205024cf02fe1fd433754 Author: Oswald Buddenhagen AuthorDate: Sat Mar 30 09:38:38 2013 +0100 Commit: Oswald Buddenhagen CommitDate: Sat Mar 30 16:46:18 2013 +0100 rename sync_vars_t::uidnext => newuid & fix comment the purpose of this variable is to

[commit] master: make paths relative to CWD, after all

2013-04-07 Thread Oswald Buddenhagen
commit b802c7d4ed6eb09bd6cba94315d43158e20fdec6 Author: Oswald Buddenhagen AuthorDate: Sat Mar 30 14:14:23 2013 +0100 Commit: Oswald Buddenhagen CommitDate: Sat Mar 30 16:46:18 2013 +0100 make paths relative to CWD, after all the test suite actually relies on it. it would be

Re: isync and gmail

2013-04-07 Thread Felipe Contreras
On Sun, Apr 7, 2013 at 8:09 AM, Alexander Søndergaard wrote: > Thanks for your prompt reply. > >> that's of course irrelevent for you now that you are flattening. > > Yes, it is irrelevant now. Flattening is working great, which is fantastic. > >> I still would like 'trash' instead of '[Gmail].Tra

Re: isync and gmail

2013-04-07 Thread Oswald Buddenhagen
On Sun, Apr 07, 2013 at 03:09:46PM +0200, Alexander Søndergaard wrote: > > I still would like 'trash' instead of '[Gmail].Trash'. > > I would like that as well. > try Path "[Gmail]." in the imap store (and remove that prefix from the Patterns). not sure what problems further down the line it m

Re: isync and gmail

2013-04-07 Thread Alexander Søndergaard
Thanks for your prompt reply. > that's of course irrelevent for you now that you are flattening. Yes, it is irrelevant now. Flattening is working great, which is fantastic. > I still would like 'trash' instead of '[Gmail].Trash'. I would like that as well. But I understand that this might not b

[PATCH 2/2] Fix build and modernize configure.ac

2013-04-07 Thread Felipe Contreras
configure.ac:2: warning: macro 'AM_CONFIG_HEADERS' not found in library configure.ac:7: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc

[PATCH 1/2] Rename configure.in to the modern equivalent

2013-04-07 Thread Felipe Contreras
Fixes: aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' Signed-off-by: Felipe Contreras --- configure.in => configure.ac | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configure.in => configure.ac (100%) diff --git a/configure.in b/configure.a

Re: isync and gmail

2013-04-07 Thread Felipe Contreras
On Sun, Apr 7, 2013 at 4:27 AM, Oswald Buddenhagen wrote: > On Sat, Apr 06, 2013 at 10:57:09PM +0200, Alexander Søndergaard wrote: >> 2. Is the aforementioned extra dot in the local foldername a bug? >> > no. i followed the example of dovecot and courier (however, i now notice > that it's not real

Re: isync and gmail

2013-04-07 Thread Oswald Buddenhagen
On Sat, Apr 06, 2013 at 10:57:09PM +0200, Alexander Søndergaard wrote: > 2. Is the aforementioned extra dot in the local foldername a bug? > no. i followed the example of dovecot and courier (however, i now notice that it's not really compatible - subfolders below the top level are not supposed to

Re: Is there a way to fetch mails partially? (after a certain date)

2013-04-07 Thread Oswald Buddenhagen
On Sun, Apr 07, 2013 at 04:01:22AM -0500, Felipe Contreras wrote: > I have too much mail, and I often don't want to download the whole > folder, just the last 100 or so, or after certain point in time. > MaxMessages. but see also the other mail i just sent to the list. --

Is there a way to fetch mails partially? (after a certain date)

2013-04-07 Thread Felipe Contreras
Hi, I have too much mail, and I often don't want to download the whole folder, just the last 100 or so, or after certain point in time. I've looked everywhere I don't see any option of this, or even somebody asking for it, so here it is. Any ideas? -- Felipe Contreras