RSS Amplifier

meli MUA · Apr 21, 2025

v0.8.11 release

0
Sign in to vote or save

epilys · meli terminal e-mail client

A new version, v0.8.11 of terminal e-mail client meli, has been released.

This is mostly a fixups release.

Say hello on #meli on OFTC IRC, or, #meli:matrix.org Matrix bridge (if operational).

How to get

Update cargo installations with:

cargo install meli

Thanks to contributors of this release

In alphabetical order:

  • Guillaume Ranquet
  • n4n5

And as always, yours truly.

Release highlights

notmuch address book support

notmuch address book support contributed by granquet:

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 connection pool

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 behaviour.

UI notification configuration

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:

  • show (default)
  • hide
  • system (show them as system notifications)

Others

  • Fixed invalid terminal behaviour 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 behaviours 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.

PS: Why haven't you posted any website announcements since 2020? Good question, I have no good answer other than executive dysfunction. I recently wrote a new static builder for the website which makes it easier to write posts and generate rss/atom feeds, so I thought that after 5 years of dormancy, it was time for a new post.

Read the original on meli-email.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.