Andrei
Andrei
> @matzipan You also might want to look at Claws Mail mail client, there's a relatively new plugin for using Litehtml to display HTML email there. Interesting. It seems really...
I can confirm this behavior. Not sure how I can help with verification.
I suspect something similar. Gitlab may be eager in declaring a pipeline complete when all the stages it saw so far have succeeded. And it has no awareness that there...
@commodis it seems our solution was just to wrap the whole pipeline in: ``` gitlabCommitStatus("Pipeline") { ... } ```
Hmmmm... We are running scripted pipeline though, so not sure how it might apply to declarative.
Welp, since you already have the hardware, it would be very useful if you could have a go at trying to fix the issue. If you need any help figuring...
https://github.com/MailCore/mailcore2/blob/31e308a36108301e2f9cc5c4489bb81ff84e6d3a/src/async/imap/MCIMAPStoreFlagsOperation.cpp
``` let notification = gio::Notification::new(&"message"); notification.set_body(Some(&"New message")); notification.set_priority(gio::NotificationPriority::Normal); gtk_application_clone.send_notification(Some(&"test"), ¬ification); ```
https://gitlab.gnome.org/GNOME/gtk/blob/master/demos/gtk-demo/demotaggedentry.c will work with GTK 4
On second thought I think when a UID validity mismatch is detected, maybe we shouldn't even download the message content because we will be downloading for the wrong UID that...