sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit b90a7bb6c00bf0081a043f3b798718ba7d78159d
parent 080c2884c9c6212a2f087b94edf0ddaa41d7a171
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 15 Jun 2009 08:08:28 -0700

update changelog and releasenotes for 0.8.1

Diffstat:
M History.txt | 5 +++++
M ReleaseNotes | 5 +++++
M www/index.html | 2 +-
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,8 @@
+== 0.8.1 / 2009-06-15
+* make multibyte display "work" for non-utf8 locales
+* fix reply-mode always selecting "Customized"
+* reduce email quote parsing worst-case behavior
+
 == 0.8 / 2009-06-05
 * Undo support on many operations. Yay!
 * Mbox splitting fixes. No more "From "-line problems.
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,8 @@
+Release 0.8.1:
+
+A bugfix release with fixes for quote parsing (bad behavior in certain long
+emails), multibyte display for non-utf8 locales, and reply-mode mode selection.
+
 Release 0.8:
 
 The big wins are undo support, mbox splitting fixes, and the various UI
diff --git a/www/index.html b/www/index.html
@@ -109,7 +109,7 @@
 		<h2>Status</h2>
 
 		<p>
-		The current version of Sup is 0.8, released 2009-06-05. This is a
+		The current version of Sup is 0.8.1, released 2009-06-15. This is a
 		beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
 		</p>