Loading
offlineimap: backport fix for sqlite multi-threading issue in Python 3.11
The transition from Python 3.10 to 3.11 broke offlineimap due to an incorrect sqlite3 multi-threading check. Although addressed upstream, it hasn't been released yet. This commit backports the necessary fix, which can be removed upon the next offlineimap release.