Re: [Evolution] help understanding a section of evolution log



On Fri, 2022-05-13 at 07:31 +0200, Milan Crha via evolution-list wrote:
        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.

Yes. That was essentially what I was doing, but wasn't sure of the
scope of the conversation between the machines; -C2 helps.

thanks
Dan



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