Evolution only showing first line of emails

I have just upgraded my system from 13.4 to 14.1 but now have an issue with the evolution package in that it is only showing a single line of the email in both the preview and message display views.
Code:
uname -a
FreeBSD Ruru 14.1-RELEASE-p7 FreeBSD 14.1-RELEASE-p7 GENERIC amd64

I am running latest

Code:
pkg -vv | sed -n '/^Repositories:/,$ p'
Repositories:
  FreeBSD: {
    url             : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }

One potential issue is that I see that I have two versions of webkit2-gtk installed but one is needed for Gnome the other a bunch of applications including evolution

Code:
pkg info | grep webkit
webkit2-gtk_40-2.46.5_2        Opensource browser engine using the GTK 3 toolkit
webkit2-gtk_41-2.46.5_2        Opensource browser engine using the GTK 3 toolkit

Any htoughts on how I resolve the evolution display issue?
 
Back
Top