On Sun, Nov 29, 2020 at 07:30:44PM +0100, Oswald Buddenhagen wrote:
> On Sun, Nov 29, 2020 at 05:37:43PM +0100, Andreas Grapentin wrote:
> > maybe the version XDG_CONFIG_HOME/isync/mbsyncrc makes sense, in case
> > any other utilities that are part of isync will provide config files in
> > the fut
On Mon, Nov 30, 2020 at 07:31:20PM +0100, Andreas Grapentin wrote:
> >
> > > + nfsnprintf( path, sizeof(path), "%s/." EXE "rc", Home );
> >
> > > + cfile.file = path;
> > > +
> > that's also unnecessary, as the address didn't change.
>
> Could you please clarify
On Mon, Nov 30, 2020 at 07:31:20PM +0100, Andreas Grapentin wrote:
On Sun, Nov 29, 2020 at 07:30:44PM +0100, Oswald Buddenhagen wrote:
On Sun, Nov 29, 2020 at 05:37:43PM +0100, Andreas Grapentin wrote:
> + errno = 0;
>
that's unnecessary - the next error would overwrite it anyw
On Mon, Nov 30, 2020 at 07:56:36PM +0100, Oswald Buddenhagen wrote:
> On Mon, Nov 30, 2020 at 07:31:20PM +0100, Andreas Grapentin wrote:
> > On Sun, Nov 29, 2020 at 07:30:44PM +0100, Oswald Buddenhagen wrote:
> > > On Sun, Nov 29, 2020 at 05:37:43PM +0100, Andreas Grapentin wrote:
> > > > +
This is a first attempt at supporting $XDG_DATA_HOME/mbsync as a
SyncState location in addition to ~/.mbsync. The behavior changed by
this patch is as follows:
To determine the SyncState directory, if not set explicitly
- expand $XDG_DATA_HOME from the environment, falling back to
$HOME/.loca