sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 7f3f778dbf668866df331fbebc369869106a8518
parent 82f55a62a85f5757a1bfe090088ac8a61e2432fc
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 15 Jun 2009 08:11:37 -0700

Merge branch 'master' into next

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>