local: add support for database.mail_root notmuch config option - #323
Merged
Conversation
This option was introduced in 0.32, and allows for the DB path to be decorrelated to the maildir location. See notmuch-config(1) for details.
Owner
|
We still require it to be relative / sub-dir to the db path? |
Contributor
Author
|
AFAICT we don't really care about the database path, it's the maildir that's important. The DB used to be located next to the maildir, but with that option they can now be de-correlated, which I believe is now the default behavior on new configurations, if I read this comment correctly: |
Owner
|
Ok. Good. I don't have the chance to test this, but if you've had the chance to test it then I'm happy. |
Contributor
Author
|
Ok. Good. I don't have the chance to test this, but if you've had the chance to test it then I'm happy.
I've been using it for about a month, my setup doesn't work without this
patch.
|
Owner
|
Ok, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This option was introduced in 0.32, and allows for the DB path to be decorrelated to the maildir location. See notmuch-config(1) for details.