sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 7b501064f4e42c478b6e34f567f0f4b96b49e16a
parent 29253088d5f4bd778f2268792cf4b37a716d84b7
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 23 May 2022 21:04:24 +1000

History.txt: add a few missing attributions

Starting to feel a bit redundant since I'm the only one sending PRs
anymore, but oh well...

Diffstat:
M History.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/History.txt b/History.txt
@@ -1,6 +1,7 @@
 == 1.1 / 2022-05-23
 
 * #588, #577: Sup is now compatible with and tested on Ruby 3.0 and Ruby 3.1.
+  (Dan Callaghan)
 * When the Sup gem installs xapian-ruby, it will install to the user gem
   directory if the system gem directory is not writable. (Iain Parris)
 * #571: To and From addresses of enclosed messages are now displayed normally,
@@ -8,15 +9,15 @@
 * #570: Fixed wording when displaying enclosed messages without Date header.
   (Iain Parris)
 * #205, #602: UTF-8 header values are now accepted and handled correctly, as
-  per RFC6532.
+  per RFC6532. (Dan Callaghan)
 * #585: Text/plain attachments with invalid charset are now displayed as
-  US-ASCII (with high bytes replaced) instead of crashing.
+  US-ASCII (with high bytes replaced) instead of crashing. (Dan Callaghan)
 * #424: Spaces are now accepted in RFC2047-encoded header words, even though
   the RFC forbids them. (Dan Callaghan)
 * Invalid RFC2047-encoded header words are now displayed in their raw form,
   rather than trying to forcibly transcode them to UTF-8, as per the RFC's
   recommendation. (Dan Callaghan)
-* Sup now decodes UTF-7 correctly instead of crashing.
+* Sup now decodes UTF-7 correctly instead of crashing. (Dan Callaghan)
 
 == 1.0 / 2020-07-12