[Evolution] Help configuring debugging



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], I've set up a simple script to help start Evolution:

```
#!/bin/sh

EWS_DEBUG=1
CAMEL_DEBUG=all
echo "EWS_DEBUG setting: " $EWS_DEBUG
echo "CAMEL_DEBUG setting: " $CAMEL_DEBUG
echo "starting evolution"
$(evolution >> ~/evolution-debugging-log.txt 2>&1)
```

Unfortunately, I'm only seeing things like the following in my log:
) tail evolution-debug-log.txt

(evolution:1147): evolution-ews-CRITICAL **: 09:54:44.959: e_ews_connection_enable_notifications_sync: assertion 'folders != NULL' failed

or

(evolution:13285): camel-WARNING **: 10:19:13.091: CamelEwsStore::get_folder_info_sync() reported failure without setting its GError

I've also tried launching from the command line; e.g. `) EWS_DEBUG=2 CAMEL_DEBUG=all evolution >& evolution-debugging-2022-01-10.txt`, but without any significant change in the output.

Now, why? I'm dealing with two different (possibly related?) problems:
1. Very, very frequently, I have an error where Evolution/EWS can't seem to find my folders.
2. When Evolution/EWS is able to start and find folders, I'm unable to Expunge a directory; e.g. I can't seem to delete email with Evolution. Very weird.

I'm using the following packages:
evolution-3.42.1
evolution-data-server-3.42.1
evolution-ews-3.42.1

on FreeBSD 13.0-RELEASE-p4, with OpenBox as a window manager. Any thoughts or advice would be greatly appreciated!

Best,
Bridger


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