Re: [Evolution] Backup and duplication Evolution Email

2021-06-21 Thread Milan Crha via evolution-list
On Mon, 2021-06-21 at 21:22 +0100, David Greig via evolution-list
wrote:
> The reason I doubted File->"Back up Evolution Data"
> is that the evolution-backup-20210621.tar.gz is 10.2MB

Hi,
the backup doesn't save remote server local cache, thus if you've for
example an IMAP account, then only its definition is saved in the
backup and the new machine will download the content from the server
from scratch. It's sometimes for good, even it costs the bandwidth and
time.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Backup and duplication Evolution Email

2021-06-21 Thread David Greig via evolution-list
Hi,

Thanks all.
The reason I doubted File->"Back up Evolution Data"
is that the evolution-backup-20210621.tar.gz is 10.2MB

The equivalent Thunderbird directory is over 109MB

Shall try restoring the backup on Evolution on the new machine tomorrow

The new AMD 5800x box is > 17x the old 4 core Intel dude.
That's based on a mix of finite element modelling/meshing, machine learning DSP 
algorithms to sieve the results.
Going fully parallel and with GPU's in the loop excites.

Retire Intel box as a gift to someone methinks.

--  
Regards,
David Greig

-Original Message-
From: Ángel 
To: evolution-list@gnome.org
Subject: Re: [Evolution] Backup and duplication Evolution Email
Date: Mon, 21 Jun 2021 01:30:58 +0200

On 2021-06-21 at 00:03 +0100, David Greig via evolution-list wrote:
> Hi,
> 
> I need to transfer(xfer) Evolution Email to a new computer
> 
> My observation is that email and settings are in >1 folders.
> 
> What should I do?

https://help.gnome.org/users/evolution/stable/backup-restore.html.en


Although if you are migrating the whole account, simply copying your
HOME would do.

Regards


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Inline/quoted forwarding problems with HTML messages

2021-06-21 Thread Milan Crha via evolution-list
On Fri, 2021-06-18 at 10:14 -0400, Matt Connell wrote:
> How can I best troubleshoot this?

Hi,
ideally install debuginfo packages for evolution-data-server and
evolution, then reproduce the problem (it works fine for me), and then
get backtrace of the frozen evolution. You can get the backtrace with a
command like this:
   $ gdb --batch --ex "t a a bt" --pid=`pidof evolution` &>bt.txt
Please check the bt.txt for any private information, like passwords,
email addresses, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

There will be one or more WebKitWebPorcess processes, one related to
the composer. Getting backtrace of it might help as well. To recognize
which it is, I suggest to get a list of them (`ps ax | grep WebKitW`)
and after you get the backtrace of the evolution, then get the list
again and the newly added process is the one you want to use as
the "--pid=XXX" argument in the above gdb command.

Also, check what the console says, there can be shown some messages,
runtime claims.

By the way, what is your WebKitGTK version, please?

Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list