v0.8.11 #39
epilys
announced in
Announcements
v0.8.11
#39
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is mostly a fixups release.
Update
cargoinstallations with:Contributors in alphabetical order:
Highlights:
2870624 contacts: add notmuch address book support in PR #551 "contacts: add notmuch address book support
The new notmuch_address_book_query account setting defines a query passed to
"notmuch address" command to import contacts into meli.
Contacts are parsed and imported read-only.
Example query to import all contacts in the past 6 Months:
notmuch_address_book_query = "--output=recipients --deduplicate=address date:6M.."
IMAP connections now use connection pools to prevent an on-going operation blocking other operations.
This is because IMAP connections are stateful and we cannot re-use a single TCP connection for parallel operations.
The use_connection_pool account setting can be used to disable this behavior.
Add setting for UI notifications (as opposed to system notifications).
These are the notifications that appear as a floating dialog on the UI.
The new notifications.ui_notifications setting has three possible
values:
Fixed invalid terminal behavior by turning line wraparound mode off.
Replying to self now sets e-mail receiver to previous recipients instead of self.
IMAP now supports overriding server subscriptions in configuration.
Composer now shows attachments after headers, making them more visible.
mbox parsing is now more rigorous by not allowing mixed format behaviors and requiring a given format to parse.
Remote account watching has been refactored to be more fault-tolerant and hiding errors from user if retrying is successful.
Added
Bug Fixes
Changes
Refactoring
Documentation
Testing
Miscellaneous Tasks
Continuous Integration
Reverted Commits
Signed-off-by: Manos Pitsidianakis manos@pitsidianak.is
This discussion was created from the release v0.8.11.
All reactions