commit 6dccd108c3de77c14d99dfab3e4a0abe63eadc16
parent c2fb6aa68f6b784cbb96e5da3b7cb137bf0fc9c5
Author: Whyme Lyu <callme5long@gmail.com>
Date: Fri, 3 May 2013 21:17:32 +0800
A shorter summary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -19,7 +19,7 @@ module Redwood
s.date = Time.now.strftime "%Y-%m-%d"
s.authors = ["William Morgan"]
s.email = "sup-talk@rubyforge.org"
- 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.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.files = SUP_FILES