You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/khal/files/khal-0.10.4-add-etag.patch

11 lines
417 B

--- a/khal/ui/__init__.py 2022-02-02 16:30:20.507169060 +0100
+++ b/khal/ui/__init__.py 2022-02-02 16:30:46.497378047 +0100
@@ -1109,6 +1109,7 @@
account, href, etag = part.split('\n', 2)
event = self.collection.get_event(href, account)
event.delete_instance(rec_id)
+ event.etag = etag
self.collection.update(event)
def keypress(self, size, key):