This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 5b1cd75 Correct message prompt
5b1cd75 is described below
commit 5b1cd7594d11812602c6cf8a8f7e3889d0145b81
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 28 12:46:41 2021 +0000
Correct message prompt
---
tools/migrate.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/migrate.py b/tools/migrate.py
index 7ee5c2e..fb62f6b 100644
--- a/tools/migrate.py
+++ b/tools/migrate.py
@@ -252,7 +252,7 @@ async def main(args):
do_dkim = True
dkim_txt = (
input(
- "Do you wish to perform DKIM re-indexing of all emails? This will
still preserve old permalinks "
+ "Do you wish to perform DKIM re-indexing of all emails? This will
NOT preserve all old permalinks currently "
"(y/n) [y]: "
)
or "y"