remove "passdb_path" as default option

This commit is contained in:
holger krekel
2024-07-28 18:17:10 +02:00
parent 87d6d2d5cb
commit b32a57105d
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
([#370](https://github.com/deltachat/chatmail/pull/370))
- migrate and remove sqlite database in favor of password/lastlogin tracking
in a user's maildir. this removes the need for "passdb" setting in ini file
in a user's maildir. This removes the need for "passdb_path" setting in ini file
which was introduced through #351 below.
([#379](https://github.com/deltachat/chatmail/pull/379))