From: alex Date: Tue, 17 Oct 2023 20:44:14 +0000 (+0200) Subject: Add mbsync_config script X-Git-Tag: 20240214-emacs~199 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=02a759c4fe19c19ca4fa025d5c94af7908dd6d59;p=alex.git Add mbsync_config script --- diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 8e80de4..bef039f 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -17,3 +17,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] ruscreen = 'p7s.ruscreen:main' +mbsync_config = 'p7s.mbsync:generate_config'