Re: [Evolution] Where the remote content "allow " lists are saved?

2021-07-12 Thread Paulo Cesar Costa
Hi Milan,

Perfect! Thanks a lot!

All the best,
Paulo

On Mon, 2021-07-12 at 11:21 +0200, Milan Crha via evolution-list wrote:
> On Fri, 2021-07-09 at 22:06 -0400, Paulo Cesar Costa wrote:
> > This would be also handy for new installations, so one would be
> > able
> > to migrate that list.
> 
> Hi,
> the File->Back up/Restore Evolution Data is for these things.
> 
> > I was not able to figure out where these lists are saved.
> 
> It's stored here:
> 
>    ~/.config/evolution/mail/send-overrides.ini
> 
> 
> Only make sure you copy/overwrite it when Evolution is not running.
> 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

___
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] Missing attachments.

2021-07-12 Thread larry
I was looking for some attachments on received email.
I found the emails I was looking for, and the paper-clip icon indicated
an attachment, but the attachment was not actually there. Instead,
there were, for each attachment, a box with info something like this...

"This section of the message has been deleted. It originally
contained the following data:

   Content type: image/jpeg
   Content description:  (None)
   Filename: mess.jpeg"

The emails in question were from 2020-05-03 to 2020-05-18.

My question is whether or not Evolution did something with the
attachments, or if it was more likly to be something I did, either
inadvertently or on purpose.




___
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] Auto Select First Message in List

2021-07-12 Thread Ángel
On 2021-07-10 at 12:11 +0100, Patrick O'Callaghan wrote:
> On Fri, 2021-07-09 at 13:41 +0200, Milan Crha via evolution-list
> wrote:
> > On Fri, 2021-07-09 at 10:53 +0100, Patrick O'Callaghan wrote:
> > > I do have "Show Deleted Messages", yet if I delete a message it
> > > disappears from the list a second or two later (not instantly).
> > 
> > Hi,
> > there had been a feature request to support Undo in the Mail view,
> > but
> > it was never implemented. One reason is the undo is not a real undo,
> > you cannot restore to the exact same state when the messages are
> > moved
> > around in the IMAP folders (the UID changes, together with the folder
> > state).
> 
> Thinking about this a little more, if the option is presented as
> Undelete rather than Undo, I don't see a problem in principle. I
> agree that a full Undo would have a lot of implications, some of them
> possibly unforeseen, but Undelete is at least conceptually simple. To
> reduce complications it could perhaps only operate on the current
> folder with messages deleted in the current session.
> 
> poc


I think an Undo feature would be more useful than a simple Undelete.
There are more things to undo than deletes:

* You were dragging some mails and lifter the mouse for a second, now
the mails are in some random folder
* You ran a filter which _should_ have filed the mails correctly but
turns out it didn't (probably multiple filters matched)


So the main functionality would be you did something and want things
back like they were, even though you may not fully know what was done.

I don't think not having an identical state at low-level is needed.
Just like moving a file to a different partition, then moving back it
may have a different inode. Yet, the user is just concerned with having
a file named X on folder Y (with content Z).

It's probably non-trivial, though.


___
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] Auto Select First Message in List

2021-07-12 Thread Milan Crha via evolution-list
On Mon, 2021-07-12 at 12:02 +0100, Patrick O'Callaghan wrote:
> So there's no attempt to synchronise the local changes with the
> server when the connection is re-established?

Hi,
I'd need to check that out, I'm sorry. There are surely more occasions
when the local changes are saved to the server, not only when moving
away from the folder.
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] Auto Select First Message in List

2021-07-12 Thread Patrick O'Callaghan
On Mon, 2021-07-12 at 11:25 +0200, Milan Crha via evolution-list wrote:
> On Sat, 2021-07-10 at 12:00 +0100, Patrick O'Callaghan wrote:
> > Does this have any data loss implications if
> > the system (or Evo) should crash before the save happens?
> 
> Hi,
> folder changes are saved both locally and to the server (when being
> online) at the same time. Thus any changes being done before they are
> saved can be lost on the application/system crash. That was one of
> the
> reasons why the auto-saving was added, to avoid/limit lost of the
> changes.

So there's no attempt to synchronise the local changes with the server
when the connection is re-established?

poc

___
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] Auto Select First Message in List

2021-07-12 Thread Milan Crha via evolution-list
On Sat, 2021-07-10 at 12:00 +0100, Patrick O'Callaghan wrote:
> Does this have any data loss implications if
> the system (or Evo) should crash before the save happens?

Hi,
folder changes are saved both locally and to the server (when being
online) at the same time. Thus any changes being done before they are
saved can be lost on the application/system crash. That was one of the
reasons why the auto-saving was added, to avoid/limit lost of the
changes.
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] Where the remote content "allow " lists are saved?

2021-07-12 Thread Milan Crha via evolution-list
On Fri, 2021-07-09 at 22:06 -0400, Paulo Cesar Costa wrote:
> This would be also handy for new installations, so one would be able
> to migrate that list.

Hi,
the File->Back up/Restore Evolution Data is for these things.

> I was not able to figure out where these lists are saved.

It's stored here:

   ~/.config/evolution/mail/send-overrides.ini


Only make sure you copy/overwrite it when Evolution is not running.
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] Multi Line Regex Questions

2021-07-12 Thread Milan Crha via evolution-list
On Fri, 2021-07-09 at 15:11 +0200, Matt Kettlewell via evolution-list
wrote:
> I basically have some HTML in a message that looks something like
> this:
> 
>    BEGIN:=20

Hi,
just a note, what you see in the message source is encoded in quoted-
printable, your filter will not receive "=20", but " " (a space)
instead.

> I've tried various iterations of regex, but I think I'm bumping up
> against Evolution using ERE and not PCRE

I cannot speak much about this, I'm sorry. The code seems to use the
extended regular expression. I do not see the `regcomp` function having
any flag for the PCRE, it knows only basic and extended regular
expressions. The GLib's Regex implementation seems to be built on top
of the PCRE, though it's not used in this part of the libcamel, which
is included in the evolution-data-server project.

> I do see that there are other options for filtering, such as the free
> form expression ( as documented in this bugzilla
> comment: https://bugzilla.gnome.org/show_bug.cgi?id=550796#c10 ),
> however, it's unclear to me if that's going to help me
> here or not... 

The Free Form Expression is just an easier way of writing conditions,
instead of using the GUI for it. It uses the same code in the
background.
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