[commit] 1.2: bump version

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 8bab938f6966626656ffde3f6365c450ee8811bb Author: Oswald Buddenhagen Date: Sun Oct 1 08:15:07 2017 +0200 bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 362b02b..57edd15 100644 --- a/configure.ac +++ b/c

[commit] 1.2: fixes for -Wimplicit-fallthrough

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 33ee4a4ffed94164fd20c397b214101e07fcbe66 Author: Oswald Buddenhagen Date: Sun Oct 1 10:04:00 2017 +0200 fixes for -Wimplicit-fallthrough src/common.h | 6 ++ src/compat/isync.h | 6 ++ src/compat/main.c | 8 src/main.c | 6 +++--- src/socket.c

[commit] 1.2: update debian packaging

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit f2524d082bbb5e788580e4c955e264cff46d6c6a Author: Oswald Buddenhagen Date: Sat Sep 23 12:52:10 2017 +0200 update debian packaging Makefile.am | 8 +--- debian/.gitignore| 4 +- debian/README.Debian | 12 ++ debian/changelog | 94 +++

[commit] 1.2: Fix spelling of error messages

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit a9feea71feb05ad8520212e96e69ec85f9bb9970 Author: Alessandro Ghedini AuthorDate: Sat Sep 23 12:32:48 2017 +0200 Commit: Oswald Buddenhagen CommitDate: Sun Oct 1 10:04:31 2017 +0200 Fix spelling of error messages src/drv_imap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[commit] tag 'v1.2.3' created

2017-10-01 Thread Oswald Buddenhagen via isync-devel
The tag 'v1.2.3' has been created at f2524d0. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ i

Don't understand the messages

2017-10-01 Thread isync-mailinglist
Hey there! I am running FreeBSD 11.1 with isync-1.2.1_1 (the current version available as package). My emails are in an account by posteo. Now I'd like to do a regular Backup of my Mails and thought isync/mbsync could be the right choice. My .mbsyncrc looks like this: #--- IMAPAccount pos

Re: Don't understand the messages

2017-10-01 Thread Oswald Buddenhagen
On Sun, Oct 01, 2017 at 12:28:35PM +0200, isync-mailingl...@schreibteinemail.de wrote: > The structure of the folders is little strange, but I think it is > normal. > it's likely the root cause of your problem. mbsync 1.2 doesn't properly understand Maildir++. try git master (or wait for the 1.3 r

[commit] master: make sync records with stray TUID non-fatal

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit a5d4a0fe6037da3798db487e828d907ea8c9cc1b Author: Oswald Buddenhagen Date: Sun Apr 9 10:40:06 2017 +0200 make sync records with stray TUID non-fatal while the situation indicates an internal error, it is harmless in itself. also, printing some more information may help id

[commit] master: Merge branch '1.2'

2017-10-01 Thread Oswald Buddenhagen via isync-devel
Skipped 6 existing revision(s) on branch 'master'. commit 1b354fa61a703cf4901f782d9effa689a9f03a7a Merge: 118fdc4 f2524d0 Author: Oswald Buddenhagen Date: Sun Oct 1 10:38:43 2017 +0200 Merge branch '1.2' Conflicts: Makefile.am configure.ac debian/.gitignore

[commit] master: update TODO

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 380ccdd43a5931871bb82f526836c23a7c1aafae Author: Oswald Buddenhagen Date: Sun Oct 1 14:37:36 2017 +0200 update TODO TODO | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f991c43..b074e22 100644 --- a/TODO +++ b/

[commit] master: make NEWS more accurate

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 086597750478cdfb24dddad6aa23f814687b7847 Author: Oswald Buddenhagen Date: Sat Aug 12 11:51:27 2017 +0200 make NEWS more accurate NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ebb88a4..a51e537 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @

[commit] master: another fix for -Wimplicit-fallthrough (new on master)

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit d2e5134ebd81a8cb7b83d7e12e98bddae530d9b2 Author: Oswald Buddenhagen Date: Sun Oct 1 10:40:55 2017 +0200 another fix for -Wimplicit-fallthrough (new on master) src/drv_maildir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv_maildir.c b/src/drv_maildir.c

[commit] master: rename get-cert => mbsync-get-cert

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit cbc14ba032e48e06710275cc305c9e4253467a5e Author: Oswald Buddenhagen Date: Sun Oct 1 10:44:09 2017 +0200 rename get-cert => mbsync-get-cert to avoid undue namespace pollution. inspired by debian. Makefile.am | 2 +- NEWS| 2 ++ debian

[commit] master: prune SSL 2 support

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 3a2e6b3793f0402f1377a6b98da7c9717b73273c Author: Oswald Buddenhagen Date: Fri Aug 11 09:20:28 2017 +0200 prune SSL 2 support OpenSSL actually did that a while ago already, so this was dead code. src/compat/config.c | 14 +- src/compat/isync.h | 1 - src/compa

[commit] tag 'v1.3.0' created

2017-10-01 Thread Oswald Buddenhagen via isync-devel
The tag 'v1.3.0' has been created at aa617bb. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ i

[commit] master: adjust dist-hook to syntax change in .gitignore

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit aa617bb85452fc629612d9d6750108e0591fb71c Author: Oswald Buddenhagen Date: Sun Oct 1 14:59:47 2017 +0200 adjust dist-hook to syntax change in .gitignore don't try to delete files in / ... amends 46e792c3d. Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 delet

[commit] branch '1.3' created

2017-10-01 Thread Oswald Buddenhagen via isync-devel
The branch '1.3' has been created at aa617bb. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ i

[commit] branch 'wip/master' deleted

2017-10-01 Thread Oswald Buddenhagen via isync-devel
The branch 'wip/master', previously at 6e6e265, has been deleted. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

[commit] master: bump version

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit 094bc883e84ab2bc0e970512dd3b9502eb9c888c Author: Oswald Buddenhagen Date: Sun Oct 1 15:06:37 2017 +0200 bump version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5da4ac0..b04c142 100644 --- a/configure.ac +++ b/c

[commit] master: delete the compat wrapper

2017-10-01 Thread Oswald Buddenhagen via isync-devel
commit cbac8aa75ce041384155d360f040aec5049d1de5 Author: Oswald Buddenhagen Date: Sun Oct 1 15:21:05 2017 +0200 delete the compat wrapper it was deprecated in 1.2. until 1.4 gets released, enough time will have passed for sure. NEWS | 4 + README