[commit] 1.3: don't timeout while uploading big messages

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit dfa8c16f27559c1e010bde36ad7a3d488531f83f Author: Oswald Buddenhagen Date: Sat Nov 16 17:14:32 2019 +0100 don't timeout while uploading big messages we did already set up the timeout when starting to send commands, but so far we did not reset it when succeeding to send ou

[commit] 1.3: update build requirements

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 281a87ed8926fc38194b86c78b1a1e4659f2d73e Author: Oswald Buddenhagen Date: Mon Nov 18 16:30:44 2019 +0100 update build requirements in particular, mention perl-related things, which might not be immediately obvious. README | 7 +++ 1 file changed, 7 insertions(+) d

[commit] 1.3: fix propagation of flagged oversized messages

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 96afe8d0c26871472e7132066b93ef4246ae89af Author: Oswald Buddenhagen Date: Sun Dec 29 12:59:40 2019 +0100 fix propagation of flagged oversized messages ... when not syncing flags and the target is not being expunged, as in that case flags were not queried in time. src/s

[commit] 1.3: re-generate ChangeLog only if it's newer than the git index

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit a2fe8c155a625b8242bd36870bc1e0c88b5f37bd Author: Oswald Buddenhagen Date: Fri Feb 28 12:10:07 2020 +0100 re-generate ChangeLog only if it's newer than the git index otherwise, we'd re-generate it during 'install' as well. note that this does not work with new-style

[commit] 1.3: mention --remove in --help output

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 48038fede11a3b6e45e1b709ac6204ebf4120a9a Author: Oswald Buddenhagen Date: Wed Jul 1 18:25:45 2020 +0200 mention --remove in --help output amends d9a983a. src/main.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index eadd

[commit] 1.3: fix roff abuse in man pages

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit a33e44758b74d59eaefbcead2d192e1d25539343 Author: Oswald Buddenhagen Date: Wed Nov 27 17:55:33 2019 +0100 fix roff abuse in man pages ".." is not valid. use "." instead, as recommended by groff_man(7). this also necessitated adjusting the markup of the license blurbs. s

[commit] 1.3: make -DC work with yama ptrace protection

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 121448ceb9f9df03d88672917fe04506f783c76c Author: Oswald Buddenhagen Date: Tue Dec 3 13:00:19 2019 +0100 make -DC work with yama ptrace protection src/main.c | 20 1 file changed, 20 insertions(+) diff --git a/src/main.c b/src/main.c index 9dbb116..d301e6f 1006

[commit] 1.3: fix UIDNEXT error message

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 93fb3c29c6f7c581feb2ea201721e38ace2a5af9 Author: Oswald Buddenhagen Date: Sat Nov 23 13:30:12 2019 +0100 fix UIDNEXT error message src/drv_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index a4959fb..989b86e 100644 --- a/

[commit] 1.3: fix printf length arguments on lp64

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit aff0c88a38ddeba1926b9512f1cfeceff46387d4 Author: Oswald Buddenhagen Date: Sun Nov 24 10:54:52 2019 +0100 fix printf length arguments on lp64 found by coverity. src/compat/config.c | 2 +- src/compat/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --

[commit] 1.3: handle case-insensitivity of IMAP's INBOX

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 04fc586e75ec3429e9f6d3b8a55d570e4aca658e Author: Oswald Buddenhagen Date: Mon Sep 9 18:47:32 2019 +0200 handle case-insensitivity of IMAP's INBOX this is relevant only when listing an IMAP Store's contents, as that's the only place where we aren't imposing the spelling o

[commit] 1.3: improve documentation of the server certificate related options

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 7d9d3e15f5e8e3a82998dd74287b0021c1900aaa Author: Oswald Buddenhagen Date: Mon Nov 18 18:57:38 2019 +0100 improve documentation of the server certificate related options src/mbsync.1 | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/mbsy

[commit] 1.3: fix overflows in uint comparisons

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit bee4fc54e7a3cf6e1965efeaa068ca8db4ba976f Author: Oswald Buddenhagen Date: Fri Nov 22 21:00:18 2019 +0100 fix overflows in uint comparisons src/drv_maildir.c | 4 ++-- src/util.c| 5 - 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/drv_maildir.c b/src

[commit] 1.3: bump version

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 80deabf520b2cfab629f36dacd6515491cc73737 Author: Oswald Buddenhagen Date: Wed Jul 8 11:42:47 2020 +0200 bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 66ce71a..ca3ee33 100644 --- a/configure.ac +++ b/c

[commit] 1.3: catch server's failure to FETCH *

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit 94022a6752ac61842bac77957364b288787be607 Author: Oswald Buddenhagen Date: Sat Nov 23 13:51:20 2019 +0100 catch server's failure to FETCH * the query is untypical enough to have caused problems with davmail (when we still used *:*) and mailo.com (until it got fixed), so b

[commit] tag 'v1.3.2' created

2020-07-08 Thread Oswald Buddenhagen via isync-devel
The tag 'v1.3.2' has been created at 80deabf. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

Re: mbsync hanging when running inside emacs/mu4e

2020-07-08 Thread Nico Schottelius
Correction from my side - if I don't run two mbsync processes in parallel (duh!) it actually takes a long time outside of emacs, too. I just started splitting my 1.3 million mails folder into smaller chunks (20-150k) and that seems to improve the situation quite well. Cheers, Nico On 2020-0

[commit] branch 'wip/1.3-next' deleted

2020-07-08 Thread Oswald Buddenhagen via isync-devel
The branch 'wip/1.3-next', previously at 0febd3a, has been deleted. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

[commit] master: don't try to propagate flags the target store does not support

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit e565d08246205e30f2cc7af169a52be14d765898 Author: Oswald Buddenhagen Date: Wed Jan 8 18:22:48 2020 +0100 don't try to propagate flags the target store does not support $Forwarded is not standard, so it will most likely fail with mailboxes that do not support keywords.

[commit] master: Merge branch '1.3'

2020-07-08 Thread Oswald Buddenhagen via isync-devel
Skipped 14 existing revision(s) on branch 'master'. commit cab14608caa7b99478c86b526179b3990359ea1e Merge: e565d08 80deabf Author: Oswald Buddenhagen Date: Fri Nov 22 14:06:01 2019 +0100 Merge branch '1.3' Makefile.am | 5 +- README| 7 ++ TODO | 2 -

[commit] master: rename F_PASSED => F_FORWARDED

2020-07-08 Thread Oswald Buddenhagen via isync-devel
commit e8cf6594cd25702d9f19744426828cd5a260 Author: Oswald Buddenhagen Date: Sat Dec 28 17:45:09 2019 +0100 rename F_PASSED => F_FORWARDED the flag names are supposed to reflect the IMAP names (that's why their #defines are followed by comments with the Maildir names).

Re: [commit] tag 'v1.3.2' created

2020-07-08 Thread Dan Čermák
Hi Oswald, Oswald Buddenhagen via isync-devel writes: > The tag 'v1.3.2' has been created at 80deabf. I've seen that a new release has been made and it's now available to be downloaded on sourceforge, as well as a gpg signature of that file. Is the corresponding public key available somewhere f

Re: [commit] tag 'v1.3.2' created

2020-07-08 Thread Oswald Buddenhagen
On Wed, Jul 08, 2020 at 01:40:49PM +0200, Dan Čermák wrote: Is the corresponding public key available somewhere for download? hkps://hkps.pool.sks-keyservers.net ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforg

[commit] branch 'wip/master-next' reset

2020-07-08 Thread Oswald Buddenhagen via isync-devel
The branch 'wip/master-next', previously at e397ec2, has been rewound by 63 revision(s) and subsequently fast-forwarded by 75 revision(s) to d2410f5. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/list