Re: [Evolution] Help configuring debugging

2022-01-10 Thread Ángel
On 2022-01-10 Bridger Dyson-Smith wrote: > Using the notes here[1], I've set up a simple script to help start > Evolution: (...) Hello Bridger Note that in your script you were not exporting the variables, so evolution would not see them. You would want to either do export EWS_DEBUG=1 export CA

Re: [Evolution] Help configuring debugging

2022-01-10 Thread Bridger Dyson-Smith via evolution-list
Milan - Thanks for your reply. On Mon, Jan 10, 2022 at 11:24 AM Milan Crha via evolution-list < evolution-list@gnome.org> wrote: > On Mon, 2022-01-10 at 10:45 -0500, Bridger Dyson-Smith via evolution- > list wrote: > > CAMEL_DEBUG=all > > Hi, > using CAMEL_DEBUG=all is a very bad idea. T

Re: [Evolution] Help configuring debugging

2022-01-10 Thread Milan Crha via evolution-list
On Mon, 2022-01-10 at 10:45 -0500, Bridger Dyson-Smith via evolution- list wrote: > CAMEL_DEBUG=all Hi, using CAMEL_DEBUG=all is a very bad idea. There's nobody to read what it can generate. Try to avoid that and use only targeted debugging, in your case the EWS debugging. > I've also tri

[Evolution] Help configuring debugging

2022-01-10 Thread Bridger Dyson-Smith via evolution-list
Hi all - Thanks for your time and trouble. I'm trying to configure debugging in order to ask some questions about Evolution on FreeBSD, but I'm having trouble with the initial steps; i.e. I don't think I'm capturing information correctly and I was hoping for some guidance. Using the notes here[1],