Skip to content

Handling of split database/maildir configuration introduced in notmuch 0.32 (in 2021) #345

Open
@tkapias

Description

In march 2021, notmuch introduced many changes to its paths configuration, introducing the possibility to split the database and the maildir location.

The main commit is e823d05ae6dc920d4fc9abf774c3d2575d891d7b.

My notmuch config file follows this new format:

[database]
path=/home/user/.config/notmuch/profile
hook_dir=/home/user/.config/notmuch/profile/hooks
backup_dir=/home/user/.config/notmuch/profile/backups
mail_root=/home/user/.mail/profile

But in afew, the 'path' seems to still be the only value parsed by Database.py, which define the database and messages location.

Could you introduce this feature to afew?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions