commit fffeeee5ea712d33d726963b16cf305006e440bd
parent 68cd146aa3f8f3d66d1d4f8305b79bcda6ddf23b
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Sun, 14 Apr 2013 14:22:20 +0200
Update name and adresses to our fork
commit 6c16306db15e0768fcd850e8c9b625103b71c0a5
Author: Gaute Hope
Date: Sat Apr 13 14:37:34 2013 +0200
update gemspec
commit d4288cba45896aa601cebfe8fdefa66d406ccdb0
Author: Gaute Hope
Date: Sat Apr 13 11:02:57 2013 +0200
Update bug tracker address, re-brand to sup developers
Diffstat:
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/README.txt b/README.txt
@@ -1,6 +1,6 @@
sup
- by William Morgan <wmorgan-sup@masanjin.net>
- http://sup.rubyforge.org
+ originally by William Morgan <wmorgan-sup@masanjin.net>
+ https://github.com/sup-heliotrope/sup/wiki
== DESCRIPTION:
@@ -105,10 +105,16 @@ Current limitations which will be fixed:
== PROBLEMS:
-See FAQ.txt for some common problems and their solutions.
+Report bugs to the github page:
+ https://github.com/sup-heliotrope/sup/issues
+
+Or check the mailing lists:
+ * http://rubyforge.org/mailman/listinfo/sup-talk
+ * http://rubyforge.org/mailman/listinfo/sup-devel
== LICENSE:
+Copyright (c) 2013 Sup developers.
Copyright (c) 2006--2009 William Morgan.
This program is free software; you can redistribute it and/or
diff --git a/Rakefile b/Rakefile
@@ -54,9 +54,8 @@ spec = Gem::Specification.new do |s|
s.version = SUP_VERSION
s.date = Time.now.strftime "%Y-%m-%d"
s.authors = ["William Morgan"]
- s.email = %q{wmorgan-sup@masanjin.net}
s.summary = %q{A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.}
- s.homepage = %q{http://sup.rubyforge.org/}
+ s.homepage = %q{https://github.com/sup-heliotrope/sup/wiki}
s.description = %q{Sup is a console-based email client for people with a lot of email. It supports tagging, very fast full-text search, automatic contact-list management, and more. If you're the type of person who treats email as an extension of your long-term memory, Sup is for you. Sup makes it easy to: - Handle massive amounts of email. - Mix email from different sources: mbox files (even across different machines), Maildir directories, POP accounts, and GMail accounts. - Instantaneously search over your entire email collection. Search over body text, or use a query language to combine search predicates in any way. - Handle multiple accounts. Replying to email sent to a particular account will use the correct SMTP server, signature, and from address. - Add custom code to handle certain types of messages or to handle certain types of text within messages. - Organize email with user-defined labels, automatically track recent contacts, and much more! The goal of Sup is to become the email client of choice for nerds everywhere.}
s.files = SUP_FILES
s.executables = SUP_EXECUTABLES
diff --git a/bin/sup b/bin/sup
@@ -417,14 +417,14 @@ unless Redwood::exceptions.empty?
end
$stderr.puts <<EOS
----------------------------------------------------------------
-I'm very sorry. It seems that an error occurred in Sup. Please
-accept my sincere apologies. Please submit the contents of
+We are very sorry. It seems that an error occurred in Sup. Please
+accept our sincere apologies. Please submit the contents of
#{BASE_DIR}/exception-log.txt and a brief report of the
-circumstances to http://masanjin.net/sup-bugs/ so that I might
-address this problem. Thank you!
+circumstances to https://github.com/sup-heliotrope/sup/issues so that
+we might address this problem. Thank you!
Sincerely,
-William
+The Sup Developers
----------------------------------------------------------------
EOS
Redwood::exceptions.each do |e, name|