sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 7ee693a9835b8e1f2894bef932bc893dc1faec21
parent 5d440a7a0951c0869a2fc7a42e087bd6d3f39237
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu,  3 Jul 2014 11:36:26 +0200

gem: new mailing list

Diffstat:
M sup.gemspec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
   s.version = ENV["REL"] || (::Redwood::VERSION == "git" ? "999" : ::Redwood::VERSION)
   s.date = Time.now.strftime "%Y-%m-%d"
   s.authors = ["William Morgan", "Gaute Hope", "Hamish Downer", "Matthieu Rakotojaona"]
-  s.email   = "sup-talk@rubyforge.org"
+  s.email   = "supmua@googlegroups.com"
   s.summary = "A console-based email client with the best features of GMail, mutt and Emacs"
   s.homepage = "http://supmua.org"
   s.license = 'GPL-2'
@@ -22,11 +22,9 @@ Gem::Specification.new do |s|
     * Automatically tracking recent contacts
 DESC
   s.post_install_message = <<-EOF
-SUP: If you are upgrading Sup from before version 0.14.0: Please
-   run `sup-psych-ify-config-files` to migrate from 0.13.
-
-   Check https://github.com/sup-heliotrope/sup/wiki/Migration-0.13-to-0.14
-   for more detailed and up-to-date instructions.
+SUP: please note that our old mailing lists have been shut down,
+     re-subscribe to supmua@googlegroups.com to discuss and follow
+     updates on sup (send email to: supmua+subscribe@googlegroups.com).
   EOF
 
   s.files         = `git ls-files -z`.split("\x0")