From c34369accd9aa83e56f47225d0573a9c96398220 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 17 Aug 2025 17:11:34 +0200 Subject: [PATCH] fix: commit missing offlineimap patch --- home/patches/offlineimap3.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/patches/offlineimap3.patch diff --git a/home/patches/offlineimap3.patch b/home/patches/offlineimap3.patch new file mode 100644 index 0000000000000000000000000000000000000000..4127b74e45341197931266ea3cf5f2b19e0f36bb --- /dev/null +++ b/home/patches/offlineimap3.patch @@ -0,0 +1,11 @@ +--- a/offlineimap/localeval.py 2025-05-04 12:19:37.739860684 +0200 ++++ b/offlineimap/localeval.py 2025-05-04 12:26:07.838113251 +0200 +@@ -26,6 +26,8 @@ + self.namespace = {} + + if path is not None: ++ import importlib.machinery ++ + # FIXME: limit opening files owned by current user with rights set + # to fixed mode 644. + foo = open(path, 'r')