From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by bl2.djc.id.au (Postfix, from userid 1000) id B3289218200; Sun, 19 Jul 2026 18:11:15 +1000 (AEST) Date: Sun, 19 Jul 2026 18:11:15 +1000 To: sup-commits@supmua.dev Subject: [sup.git] branch develop updated (246af746 -> c20d8fe5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <178444867564.48613.6024460618149236020@bl2.djc.id.au> Thread-Index: AQAAEjRWR13r9gi1SqaMS5qnqIyKpA== X-Git-Host: bl2.djc.id.au X-Git-Repo: sup.git X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 246af74692a1470b2d484fbd3ef7eed757e2a876 X-Git-Newrev: c20d8fe5972b7616c3f45873d5d7a2c7c4a12381 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.7.dev Auto-Submitted: auto-generated From: Dan Callaghan List-Id: Pushed branch develop: from 246af746 prepare for next release new c4902275 contrib/nix/gem-install-shell.nix: update to Ruby 4.0 new e336a0e8 micro-optimisation for Maildir#maildir_labels new 04ccc806 drop unused indexable_content methods new c20d8fe5 don't fix_encoding! in Message#indexable_body Summary of changes: Manifest.txt | 1 + contrib/nix/gem-install-shell.nix | 2 +- lib/sup/maildir.rb | 33 +++++++++++++++++++++------------ lib/sup/message.rb | 15 +-------------- lib/sup/person.rb | 6 ------ test/unit/test_maildir.rb | 21 +++++++++++++++++++++ 6 files changed, 45 insertions(+), 33 deletions(-) create mode 100644 test/unit/test_maildir.rb