Re: [Evolution] [still not solved] Folder icon



On Thu, 2019-10-17 at 11:34 +0200, Milan Crha via evolution-list wrote:
On Thu, 2019-10-17 at 08:46 +0200, Ralf Mardorf via evolution-list
wrote:
$ pkill evolution && mv -i
.config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.so
urce /tmp/

      Hi,
you effectively removed one Mail account you'd configured in Evolution
doing it the hard way. You could edit that file and change the value to
   ArchiveFolder=
to have it unset. But if you'll not miss that mail account, then I
think everything is fine.

Oops,

just using 'grep' without further checking that file by 'less', 'cat,
'strings' or something like this was stupid.

Thank you! I closed Evolution again, killed all remaining processes,
moved the file back and run

   $ sed s'|ArchiveFolder=folder://local/Lichtecho|ArchiveFolder=|' 
.config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source 
   [Data Source]
   DisplayName=Lichtecho
   Enabled=true
   Parent=

   [Mail Account]
   BackendName=pop
   IdentityUid=97e40289bd00693fea1f94ab35ccdb7f9c540f19
   ArchiveFolder=
   [snip]

Doing this the wrong icon is back again, so I closed Evolution again and
run

   $ grep /Licht .config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source 
   ArchiveFolder=folder://local/Lichtecho
   $ pkill evolution; sleep 5; sed s'|ArchiveFolder=folder://local/Lichtecho||' 
.config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source
   [Data Source]
   DisplayName=Lichtecho
   Enabled=true
   Parent=

   [Mail Account]
   BackendName=pop
   IdentityUid=97e40289bd00693fea1f94ab35ccdb7f9c540f19

   NeedsInitialSetup=false
   [snip]

After opening Evolution again, the wrong icon is back again.

   $ grep Identi .config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source -A1
   IdentityUid=97e40289bd00693fea1f94ab35ccdb7f9c540f19
   ArchiveFolder=folder://local/Lichtecho

IOW neither editing to 'ArchiveFolder=', nor completely removing this
line works, Evolution restores the 'ArchiveFolder=' entry.
Removing the cache firs doesn't work either:

   $ rm -Irf .cache/evolution/; echo $?
   0
   $ pkill evolution; sleep 5; sed s'|ArchiveFolder=folder://local/Lichtecho||' 
.config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source
   [Data Source]
   DisplayName=Lichtecho
   Enabled=true
   Parent=

   [Mail Account]
   BackendName=pop
   IdentityUid=97e40289bd00693fea1f94ab35ccdb7f9c540f19

   NeedsInitialSetup=false
   [snip]
   $ evolution
   Error sending IPC message: Broken pipe
   ^C

The Error output appeared when closing the Evolution window.

   $ pkill evolution
   $ grep Identi .config/evolution/sources/38d5f843eeab00fee18f592e1d8a2e23c71f978d.source -A1
   IdentityUid=97e40289bd00693fea1f94ab35ccdb7f9c540f19
   ArchiveFolder=folder://local/Lichtecho
   [snip]

The account is back. I need this account. Unfortunately the wrong icon is back again, too.

Is there anything else I could do? Editing another file?

Regards,
Ralf









[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]