Re: Humble question

2023-03-19 Thread Henrik Frisk
Den sön 19 mars 2023 kl 12:04 skrev Henrik Frisk : > > > Den lör 18 mars 2023 kl 21:55 skrev Oswald Buddenhagen < > oswald.buddenha...@gmx.de>: > >> On Sat, Mar 18, 2023 at 07:00:27PM +0100, Henrik Frisk wrote: >> >sync.c:1207:8: error: implicit declaration of function 'fdatasync' >>

Re: Humble question

2023-03-19 Thread Henrik Frisk
Den lör 18 mars 2023 kl 21:55 skrev Oswald Buddenhagen < oswald.buddenha...@gmx.de>: > On Sat, Mar 18, 2023 at 07:00:27PM +0100, Henrik Frisk wrote: > >sync.c:1207:8: error: implicit declaration of function 'fdatasync' > >[-Werror,-Wimplicit-function-declaration] > > > >Do you have a workaround

Re: Humble question

2023-03-18 Thread Oswald Buddenhagen
On Sat, Mar 18, 2023 at 07:00:27PM +0100, Henrik Frisk wrote: sync.c:1207:8: error: implicit declaration of function 'fdatasync' [-Werror,-Wimplicit-function-declaration] Do you have a workaround for that? --- a/src/common.h +++ b/src/common.h @@ -172,7 +172,7 @@ void flushn( void ); char

Re: Humble question

2023-03-18 Thread Henrik Frisk
> > you could try mbsync master to see whether it works better (it contains > two known bugs, but is otherwise stable (i don't remember what they are; > the project currently has no priority. but i use it every day). note > that running the new version upgrades the store in a >

Re: Humble question

2023-03-16 Thread Henrik Frisk
Den tors 16 mars 2023 kl 20:41 skrev Oswald Buddenhagen < oswald.buddenha...@gmx.de>: > On Thu, Mar 16, 2023 at 04:38:27PM +0100, Henrik Frisk wrote: > >and finally this > > > >116 UID STORE 8910 +FLA8 OK STORE completed. > > > well, this is just more garbage. > it appears that some bytes from

Re: Humble question

2023-03-16 Thread Oswald Buddenhagen
On Thu, Mar 16, 2023 at 04:38:27PM +0100, Henrik Frisk wrote: and finally this 116 UID STORE 8910 +FLA8 OK STORE completed. well, this is just more garbage. it appears that some bytes from the data stream are just dropped, but it will be tough to figure out where that happens - could be

Re: Humble question

2023-03-16 Thread Henrik Frisk
Den tors 16 mars 2023 kl 15:20 skrev Oswald Buddenhagen < oswald.buddenha...@gmx.de>: > On Thu, Mar 16, 2023 at 02:39:24PM +0100, Henrik Frisk wrote: > >IMAP command 'UID STORE 9154 +FLAGS.SILENT (\Deleted)' returned an error: > >UID STORE 9154 +FLAG516 UID STORE 9290 +FLAG12 OK STORE completed.

Re: Humble question

2023-03-16 Thread Oswald Buddenhagen
On Thu, Mar 16, 2023 at 02:39:24PM +0100, Henrik Frisk wrote: IMAP command 'UID STORE 9154 +FLAGS.SILENT (\Deleted)' returned an error: UID STORE 9154 +FLAG516 UID STORE 9290 +FLAG12 OK STORE completed. looks like a garbage response from the server. try adding -Dn to the command line for some