diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-16 00:48:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 12:32:51 -0500 |
commit | 987d45e99a299c3b24418b2976e8ec9d5f3bf404 (patch) | |
tree | 2e1a731642cf7dc9e4e620bad0a425418f33d36e /ruby/rubygem-sup/README | |
parent | 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 (diff) | |
download | slackbuilds-987d45e99a299c3b24418b2976e8ec9d5f3bf404.tar.gz |
ruby/*: Moved all (or at least most) Ruby stuff to here
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-sup/README')
-rw-r--r-- | ruby/rubygem-sup/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ruby/rubygem-sup/README b/ruby/rubygem-sup/README new file mode 100644 index 0000000000..d5378b82b6 --- /dev/null +++ b/ruby/rubygem-sup/README @@ -0,0 +1,25 @@ +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. + +Sup makes it easy to: +- Handle massive amounts of email. +- Mix email from different sources: mbox files (even across different + machines), Maildir directories, IMAP folders, 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 + +This Slackbuild packages a development version of Sup which is patched +to use ncursesw, allowing for Unicode support. + +This requires rubygem-locale, rubygem-gettext, rubygem-highline, +rubygem-lockfile, rubygem-mime-types, rubygem-ncursesw, rubygem-net-ssh, +rubygem-rmail, rubygem-trollop and rubygem-xapian-full. |