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



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



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