* Fixed builtin calendar filter error with non-GNU Awk. * Fixed detection of unicode width measurements on tmux 3.4. * Fixed dropping of events during large pastes. * Fixed Home and End key decoding for the st terminal. OBS-URL: https://build.opensuse.org/package/show/server:mail/aerc?expand=0&rev=31
21 lines
627 B
Diff
21 lines
627 B
Diff
diff --git a/contrib/carddav-query b/contrib/carddav-query
|
|
index f7eaa79..444b116 100755
|
|
--- a/contrib/carddav-query
|
|
+++ b/contrib/carddav-query
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
# SPDX-License-Identifier: MIT
|
|
# Copyright (c) 2023 Robin Jarry
|
|
|
|
diff --git a/filters/show-ics-details.py b/filters/show-ics-details.py
|
|
index 18b2b76..d2b4b5d 100755
|
|
--- a/filters/show-ics-details.py
|
|
+++ b/filters/show-ics-details.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
|
|
"""Parse a vcard file given via stdin and output some details.
|
|
Currently the following details are displayed if present:
|