[commit] master: revamp automatic enumeration of power-of-two enumerators

2024-07-31 Thread ossi via isync-devel
commit ee832951e2bc2030abe49b1436760a597bd55382 Author: Oswald Buddenhagen Date: Mon Jul 24 12:04:13 2023 +0200 revamp automatic enumeration of power-of-two enumerators i found a neat trick to do it with the C pre-processor after all. this makes the enum definitions themselves

[commit] master: generalize GPL exception

2024-07-31 Thread ossi via isync-devel
commit f467b57a957672a02cd7d923603a8a9da7f0f9fc Author: Oswald Buddenhagen Date: Sun Jun 26 12:59:44 2022 +0200 generalize GPL exception we have explicit approval from: - Anton Khirnov - Jeremy Katz - Jesse Weaver - Marc Hoersken - Michael J Gruber - No

[commit] master: add tag files to .gitignore

2024-07-31 Thread ossi via isync-devel
commit 5f81162f5e93efa8a35bbad5aa0f5d279da3a9e7 Author: Husain Alshehhi AuthorDate: Sat Jan 14 01:06:23 2023 + Commit: Oswald Buddenhagen CommitDate: Wed Jul 31 21:23:58 2024 +0200 add tag files to .gitignore The auto-generated makefile targets CTAGS, GTAGS and TAGS gene

[commit] master: eliminate commit_cmds driver callback

2024-07-31 Thread ossi via isync-devel
commit 43271d8fad03c2cefd387a8cd80d578c2aa6fd34 Author: Oswald Buddenhagen Date: Tue Jul 30 08:25:20 2024 +0200 eliminate commit_cmds driver callback no driver implements it, and this isn't likely to change any time soon. src/driver.h | 3 --- src/drv_imap.c | 9 -

[commit] master: update some email addresses

2024-07-31 Thread ossi via isync-devel
commit 7bca6967a7b22cc2afe72856f340097651afe70e Author: Oswald Buddenhagen Date: Sat Sep 3 22:46:41 2022 +0200 update some email addresses noa's and jeremy's new address are confirmed. michael e.'s address is kinda confirmed, except that it's silent. AUTHORS | 6 +++--- 1 fil

[commit] master: don't try to qsort() NULL array

2024-07-31 Thread ossi via isync-devel
commit ceb0fa9803b27057c7a8413cf50a51f428f5d792 Author: Oswald Buddenhagen Date: Thu Jul 4 09:09:17 2024 +0200 don't try to qsort() NULL array while this actually works due to the array size being zero, it's undefined behavior which makes gcc eliminate a subsequent null check i

[commit] master: cap readsz at buffer size

2024-07-31 Thread ossi via isync-devel
commit 12e30ce560c2b79f2de9ab7f44626063c0e7e2ff Author: Oswald Buddenhagen Date: Mon Jul 29 12:05:43 2024 +0200 cap readsz at buffer size otherwise we may get negative comparison sizes, which the unsigned arithmetic we use cannot represent. this would prevent buffer content

[commit] master: remove redundant argument from BIT_FORMATTER_PROTO()

2024-07-31 Thread ossi via isync-devel
commit 31c504d43263a891b7a9d37517f9e26fb650d20b Author: Oswald Buddenhagen Date: Mon Jul 24 11:34:10 2023 +0200 remove redundant argument from BIT_FORMATTER_PROTO() it doesn't need to know the enum prefix. amends 17db5de0c & 950ebe833. src/common.h | 6 +++--- 1 file cha

[commit] master: Revert "actually implement imap_commit_cmds()"

2024-07-31 Thread ossi via isync-devel
commit 8b8313997c357238d85eb70e8fdee005c746eedf Author: Oswald Buddenhagen Date: Tue Jul 30 07:50:49 2024 +0200 Revert "actually implement imap_commit_cmds()" the CHECK command doesn't do what i thought; the formulation in the specs was ambiguous - it really checks for new mail

[commit] master: don't try to create already existing boxes

2024-07-31 Thread ossi via isync-devel
commit 84194a7a9fdd179ca15e4b069a3cffbeaec03bab Author: Oswald Buddenhagen Date: Tue Jan 10 11:37:26 2023 +0100 don't try to create already existing boxes if the SELECT command fails even though the box was LISTed, then the error cause is obviously not that box is absent, and s

Re: lost track of X messages / socket error

2024-07-31 Thread Oswald Buddenhagen via isync-devel
On Mon, Oct 31, 2022 at 03:43:28PM +, Edd Barrett wrote: On Fri, Oct 28, 2022 at 05:04:10PM +0200, Oswald Buddenhagen wrote: i need the full log. in fact, of two consecutive runs, as this is an inter-run problem. you can limit it on the command line to the affected mailbox, and send me the l