Skip to content

Commit

Permalink
Set external_edit extension to .ics (pimutils#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffa5 authored Nov 27, 2024
1 parent 106e4d0 commit a0e3fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def update_colors(new_start: dt.date, new_end: dt.date, everything: bool=False):
assert not self.editor
if external_edit:
self.pane.window.loop.stop()
ics = click.edit(event.raw)
ics = click.edit(event.raw, extension=".ics")
self.pane.window.loop.start()
if ics is None:
return
Expand Down

0 comments on commit a0e3fd1

Please sign in to comment.