sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 3c24d8319b8f8f926ab03c6d2f122dada87f6871
parent 6dccd108c3de77c14d99dfab3e4a0abe63eadc16
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Fri,  3 May 2013 21:35:06 +0800

A cleaner description

Diffstat:
M sup.gemspec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -21,7 +21,16 @@ module Redwood
     s.email   = "sup-talk@rubyforge.org"
     s.summary = "A console-based email client with the best features of GMail, mutt and Emacs"
     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.description = <<-DESC
+      Sup is a console-based email client for people with a lot of email.
+
+      - Handling mail from multiple mbox and Maildir sources
+      - GMail-like archiving and tagging
+      - Blazing fast full-text search with a rich query language
+      - Multiple accounts - pick the right one when sending mail
+      - Ruby-programmable hooks
+      - Automatically tracking recent contacts
+DESC
     s.files = SUP_FILES
     s.executables = SUP_EXECUTABLES