sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit ef020962c5155a2916cc45857a941abc3ca73aaa
parent a970ee96f27807fdbde55f994a80ab880737ae9d
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Wed, 19 Mar 2014 08:13:42 +0100

notes: ruby 2 compat

Diffstat:
M History.txt | 1 +
M README.md | 3 ---
M ReleaseNotes | 3 +++
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/History.txt b/History.txt
@@ -4,6 +4,7 @@
 * safer mime-view attachment file name handling
 * show thread labels in thread-view-mode
 * remove lock file if there is no sup alive
+* deprecate migration script on ruby > 2.1
 
 == 0.15.4 / 2014-02-06
 
diff --git a/README.md b/README.md
@@ -20,9 +20,6 @@ Features:
 
 Current limitations:
 
-* [Ruby 2.0 support][ruby20] is very fresh, consider it experimental. Patches
-  are welcome
-
 * Sup does in general not play nicely with other mail clients, not all
   changes can be synced back to the mail source. Refer to [Maildir Syncback][maildir-syncback]
   in the wiki for this recently included feature. Maildir Syncback
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -5,6 +5,9 @@ Removed unfinished and abandoned sup-sync-back-mbox.
 Safer mime-view attachment file name handling, a temp file name is used
 while the extension is only used if it is alphanumeric.
 
+The migration script for YAML documents is now deprecated for ruby > 2.1
+and will be removed in the future.
+
 Release 0.15.4:
 
 Bugfixes.