Re: Error: channel xxxxxxxx cannot be opened

2021-02-03 Thread stef204
03.02.2021, 05:04, "Oswald Buddenhagen" : > anyway, i see that your situation is exactly the opposite of what the > > above change would have caused. so i looked at the code, and did indeed > find a bug introduced in v1.3.2 by commit 04fc586e7. thanks for the > report; fix is upcoming. (after the f

Re: Error: channel xxxxxxxx cannot be opened

2021-02-03 Thread stef204
  03.02.2021, 05:04, "Oswald Buddenhagen" : anyway, i see that your situation is exactly the opposite of what theabove change would have caused. so i looked at the code, and did indeedfind a bug introduced in v1.3.2 by commit 04fc586e7. thanks for thereport; fix is upcoming. (after the fix you'll s

[commit] branch '1.4' created

2021-02-03 Thread Oswald Buddenhagen via isync-devel
The branch '1.4' has been created at 062706f. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

[commit] tag 'v1.4.0' created

2021-02-03 Thread Oswald Buddenhagen via isync-devel
The tag 'v1.4.0' has been created at 062706f. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

[commit] master: Merge branch '1.3'

2021-02-03 Thread Oswald Buddenhagen via isync-devel
Skipped 2 existing revision(s) on branch 'master'. commit 062706fcbf39bcee536ea4b5c690e2f30e122faa Merge: fc300fd e4eac03 Author: Oswald Buddenhagen Date: Wed Feb 3 15:53:05 2021 +0100 Merge branch '1.3' Conflicts: configure.ac src/drv_imap.c src/drv_imap

[commit] tag 'v1.3.4' created

2021-02-03 Thread Oswald Buddenhagen via isync-devel
The tag 'v1.3.4' has been created at e4eac03. ___ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel

[commit] 1.3: bump version

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit e4eac03a9a2f4494840e4980603a47dc6f3c17e5 Author: Oswald Buddenhagen Date: Wed Feb 3 14:44:31 2021 +0100 bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 188d712..9b603af 100644 --- a/configure.ac +++ b/c

[commit] 1.3: unbreak handling of 'INBOX.' NAMESPACE again

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit c8b73acad2a3c698d82ab52d239fd86b48c50c8e Author: Oswald Buddenhagen Date: Wed Feb 3 14:25:44 2021 +0100 unbreak handling of 'INBOX.' NAMESPACE again INBOX matching must not prevent prefix (namespace) stripping, as INBOX may be the namespace. amends 04fc586e7.

[commit] master: Set authentication id for the SASL EXTERNAL mechanism

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit fc300fd811e56407d329a895e91e9dd84ca84297 Author: Anton Khirnov AuthorDate: Sun Jan 3 19:39:08 2021 +0100 Commit: Oswald Buddenhagen CommitDate: Tue Jan 5 19:50:21 2021 +0100 Set authentication id for the SASL EXTERNAL mechanism The SASL library will refuse to use the

[commit] master: autotest: pass containers by reference

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit 9fbf5c2f6ccb3691776a671dfb715615ec8b8ba7 Author: Oswald Buddenhagen Date: Fri Dec 18 14:31:16 2020 +0100 autotest: pass containers by reference this makes function prototypes a lot more useful for parameter checking. src/run-tests.pl | 258 -

[commit] master: tune SASL-related comments

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit c2e6e962b582ed3c22c9d6511f96d651411ad53f Author: Oswald Buddenhagen Date: Tue Jan 5 19:44:13 2021 +0100 tune SASL-related comments - add explanations to the callbacks - remove bogus comment - EXTERNAL can be in fact missing (when no authentication id is set) src/

[commit] master: improve SASL error messages

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit e67cf01eb834901c53c549985ac945c8723a1144 Author: Oswald Buddenhagen Date: Tue Jan 5 19:45:51 2021 +0100 improve SASL error messages provide context, and remove the redundant numeric codes. src/drv_imap.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) dif

[commit] master: autotest: remove unused boxname parameter from printbox()

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit 6e56f39fa9958d93b9ea9973dadaaa477ac452b2 Author: Oswald Buddenhagen Date: Fri Dec 18 14:33:26 2020 +0100 autotest: remove unused boxname parameter from printbox() src/run-tests.pl | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/run-tests.pl b/sr

[commit] master: add forced async mode to proxy driver

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit 4423a932f3e280a6aa8afd2ae611c9064e840dae Author: Oswald Buddenhagen Date: Mon Dec 14 23:16:01 2020 +0100 add forced async mode to proxy driver to test async operation of the syncing core while using the synchronous maildir driver, we add a mode to the proxy driver where

[commit] master: save errno in sys_error()

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit e295f483d975d7e926bb5a2527aeab10c150dd4c Author: Oswald Buddenhagen Date: Fri Jan 1 14:46:31 2021 +0100 save errno in sys_error() the print functions prior to perror() might otherwise clobber it. src/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util.c

[commit] master: localize a variable more appropriately

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit be657530ee2fda8605eebf5c049f7eb7af078baf Author: Oswald Buddenhagen Date: Mon Dec 14 14:08:48 2020 +0100 localize a variable more appropriately src/drv_proxy.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/drv_proxy.c b/src/drv_proxy.c index 82a3d0d..0c

[commit] master: introduce new inheritance model based on C11 anonymous structs

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit c3d91ae1e87f8a8b8d6b0e7ecd4b7fc09837d30e Author: Oswald Buddenhagen Date: Thu Dec 17 15:53:40 2020 +0100 introduce new inheritance model based on C11 anonymous structs the struct declarations got uglier, but their usage requires a lot fewer explicit references to the par

[commit] master: handle indentation in proxy driver template code more flexibly

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit cd6f18fd2b295e50bbbd6b8eb4f749f27ee391f2 Author: Oswald Buddenhagen Date: Thu Dec 17 20:14:39 2020 +0100 handle indentation in proxy driver template code more flexibly use the indentation of the placeholder, not the replacement. this doesn't matter right now, as all plac

[commit] master: add some error checking to proxy template processor

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit bf66f210bd07030045564ff5050bbce5cf5e97e1 Author: Oswald Buddenhagen Date: Thu Dec 17 22:03:06 2020 +0100 add some error checking to proxy template processor debugging is a lot easier when the unconsumed (and therefore likely mistyped) replacements are complained about.

[commit] master: improve docu for {Pass,User}Cmd

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit 5b4766fbe4e6edacf237ae745c47937d9d786ade Author: Oswald Buddenhagen Date: Sat Dec 12 14:56:27 2020 +0100 improve docu for {Pass,User}Cmd src/mbsync.1 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mbsync.1 b/src/mbsync.1 index 65a213e..267517a 10

[commit] master: consolidate testing options behind common switch

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit 30af61fb248afe984dc9098da8b8af37b9f37155 Author: Oswald Buddenhagen Date: Wed Dec 16 13:49:27 2020 +0100 consolidate testing options behind common switch don't pollute the namespace with random uppercase switches. instead, have a new -T switch with suboptions, just like

[commit] master: make FALLTHROUGH work with qtcreator's code model

2021-02-03 Thread Oswald Buddenhagen via isync-devel
commit ba7b634186a7d19ba41c6365be4ad6f323d5f350 Author: Oswald Buddenhagen Date: Mon Dec 14 23:24:05 2020 +0100 make FALLTHROUGH work with qtcreator's code model the code model inspector claims that __GNUC__ is 10, but the #if works only with >= 4, which is plain wrong. so just

Re: Error: channel xxxxxxxx cannot be opened

2021-02-03 Thread Oswald Buddenhagen
On Tue, Feb 02, 2021 at 01:42:51PM -0700, stef204 wrote: 02.02.2021, 10:44, "Oswald Buddenhagen" : On Tue, Feb 02, 2021 at 08:35:29AM -0700, stef204 wrote: Here is the log: you have physically duplicate mailboxes on the slave. [...] An IMAP Path/NAMESPACE rooted