You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The notmuch database may not be the same as the maildir.
2. Notmuch has some pretty thorough logic for automatically locating the
database (documented in notmuch(3)).
This change:
1. Renames the `maildir` option to `database` to accurately reflect its
purpose.
2. Makes the `database` option optional.
3. Adds a `profile` option so the user can specify the notmuch profile
they want to use without hard-coding the path to the database.
Copy file name to clipboardExpand all lines: NEWS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# i3status-rust 0.35.0 [unreleased]
2
2
3
+
### Bug Fixes and Improvements
4
+
5
+
- The `notmuch` block can now automatically locate the notmuch database (the same way the `notmuch` command does) without being explicitly configured. Furthermore, the block has gained a `profile` option that can be used to specify a notmuch profile other than "default".
6
+
3
7
### Breaking Changes
4
8
5
9
- The `interval` option has been removed from the `notmuch` block in favor of watching the notmuch database for changes.
10
+
- The `maildir` option in the `notmuch` block has been renamed to `database` to better reflect its purpose, and has been made optional.
0 commit comments