[Bug 75274] New: Removed configurations reappear
by bugzilla-daemon@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=75274
Priority: medium
Bug ID: 75274
CC: syncevolution-issues(a)syncevolution.org
Assignee: syncevolution-issues(a)syncevolution.org
Summary: Removed configurations reappear
Severity: normal
Classification: Unclassified
OS: All
Reporter: g+syncevolution(a)cobb.uk.net
Hardware: Other
Status: NEW
Version: 1.4
Component: SyncEvolution
Product: SyncEvolution
If a configuration for a peer is removed and then is recreated with one source,
all the sources reappear. There seems to be no way to really remove a config
and start again from scratch.
To reproduce:
syncevolution --configure --template none backend=file database=file:///tmp/
databaseformat=text/calendar a@b s1
syncevolution --configure --template none backend=file database=file:///tmp/
databaseformat=text/calendar a@b s2
syncevolution --print-config a@b | grep ^\\[
syncevolution --remove a@b
syncevolution --configure --template none backend=file database=file:///tmp/
databaseformat=text/calendar a@b s1
syncevolution --print-config a@b | grep ^\\[
Both s1 and s2 appear in the final output, whereas only s1 should. I haven't
checked but it may also be that attributes for the new s1 are defaulting to the
values of the old s1.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.