On Fri, 2022-05-13 at 01:39 +0200, Dan Kortschak via evolution-list
wrote:
> On Mon, 2022-04-25 at 07:45 +0200, Milan Crha via evolution-list
> wrote:
> > Could you paste a LIST response for the "All Mail" folder, please? 
> ...
> I was unable to figure out exactly which lines of the log this
> corresponds to. Can you show me an example of what I would be looking
> for?

        Hi,
the 'LIST' in upper case was meant as a hint. Try:

   $ CAMEL_DEBUG=imapx:io evolution &>/tmp/log.txt

let it start and show the folders, then close it, then run:

   $ cat /tmp/log.txt | grep -C2 LIST | grep -C2 "All Mail"

respectively without the second 'grep' command, if the folder name is
returned differently by the server. You can play with the context size
too (the -Cnnn argument).

Apart of the LIST, there can be also an LSUB command, if needed.
        Bye,
        Milan

_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to