Simon Ser
Simon Ser
Sorry, I'd rather not maintain some Microsoft-specific proprietary features.
There is no command to unauth an account right now. Patches welcome. The configuration file could be deleted/edited by hand as a workaround.
Hm, we currently pass markup'ed text straight to [`pango_parse_markup`](https://docs.gtk.org/Pango/func.parse_markup.html). However, [the spec](https://specifications.freedesktop.org/notification-spec/latest/markup.html) contains tags not supported by Pango (and Pango supports tags not included in the spec). We should probably...
Can you try again with the latest Sway commit? See https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject
To me, (5) is actually a decrease in implementation complexity. Before, clients had to show the registration UI if the cap was advertised and add an extra condition based on...
That sounds great, thanks for the heads up! Yeah, unfortunately I'm not super thrilled about adding Python 2 stuff in CI. Would be very much interested in any conformance fixes...
Not a hard no, but generally new WM features will be rejected unless there is a very good reason not to. In this instance, I don't think it makes sense...
Does #624 help? Note, these fields are only populated if the server supports UIDPLUS.
The patch is supposed to fix the case where the server does not support MOVE, but does support UIDPLUS. There is nothing we can populate the fields with when the...
There's one detail though: this function handles untagged responses only. Tagged responses are handled elsewhere: https://github.com/emersion/go-imap/blob/ee36cf4658d87d2230b6bde0b0c2177b6b4eff96/imapclient/client.go#L711 The RFC specifies that `COPY` results in a tagged `COPYUID` response, and `MOVE` results...