sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f27661b1656ae1f0d28fd89595b5a16f268d8d3d
parent 256315383ce95e830dcdb1c8a750893640176aca
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu, 10 Oct 2013 09:49:09 +0200

slowly supporting ruby 2.0.0

Diffstat:
M .travis.yml | 3 ---
M History.txt | 4 ++++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -10,6 +10,3 @@ before_install:
 
 script: bundle exec rake travis
 
-matrix:
-  allow_failures:
-    - rvm: 2.0.0
diff --git a/History.txt b/History.txt
@@ -23,8 +23,12 @@
   It is possible to both disable maildir syncback globally (default:
   disabled) and per-source (default: enabled).
 
+* Sup on Ruby 2.0.0 now works - but beware, this has not been very throughly
+  tested. Patches + Bugs welcome.
+
 * Use our own rmail-sup gem with fixes for Ruby 2.0.0 and various
   warnings fixed.
+
 * You can now save attachments to directories without specifying the full
   filename (default filename is used).
 * Various encoding fixes and minor bug fixes