Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] [ANN] Sup 0.5 Released
@ 2008-04-22 17:08 William Morgan
  2008-04-22 18:27 ` David Moreno
  2008-04-22 22:48 ` Richard Heycock
  0 siblings, 2 replies; 6+ messages in thread
From: William Morgan @ 2008-04-22 17:08 UTC (permalink / raw)


Sup version 0.5 has been released!

* <http://sup.rubyforge.org>

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, 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!

The goal of Sup is to become the email client of choice for nerds
everywhere.

Changes:

## 0.5 / 2008-04-22
* new hooks: extra-contact-addresses, startup
* '!!' now loads all threads in current search
* general state saving speedup
* threads with unsent draft messages are now shown in red
* --compose spawns a compose-message buffer on startup
* Many bugfixes and UI improvements

* <http://sup.rubyforge.org>

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] [ANN] Sup 0.5 Released
  2008-04-22 17:08 [sup-talk] [ANN] Sup 0.5 Released William Morgan
@ 2008-04-22 18:27 ` David Moreno
  2008-04-22 18:36   ` Kendall Grant Clark
  2008-04-22 18:37   ` William Morgan
  2008-04-22 22:48 ` Richard Heycock
  1 sibling, 2 replies; 6+ messages in thread
From: David Moreno @ 2008-04-22 18:27 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Apr 22 13:08:13 -0400 2008:
> Sup version 0.5 has been released!

Geez, nice. Apparently as the time of writing, the gem is still 404 on
RubyForge.

-- 
David Moreno
 http://damog.net/
 http://axiombox.com/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] [ANN] Sup 0.5 Released
  2008-04-22 18:27 ` David Moreno
@ 2008-04-22 18:36   ` Kendall Grant Clark
  2008-04-22 18:37   ` William Morgan
  1 sibling, 0 replies; 6+ messages in thread
From: Kendall Grant Clark @ 2008-04-22 18:36 UTC (permalink / raw)


Excerpts from David Moreno's message of Tue Apr 22 14:27:25 -0400 2008:
> Excerpts from William Morgan's message of Tue Apr 22 13:08:13 -0400 2008:
> > Sup version 0.5 has been released!
> 
> Geez, nice. Apparently as the time of writing, the gem is still 404 on
> RubyForge.

Worked for me about 45 minutes ago; 0.5 seems quite nice. 

-- 
Cheers,
Kendall


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] [ANN] Sup 0.5 Released
  2008-04-22 18:27 ` David Moreno
  2008-04-22 18:36   ` Kendall Grant Clark
@ 2008-04-22 18:37   ` William Morgan
  2008-04-22 18:55     ` David Moreno
  1 sibling, 1 reply; 6+ messages in thread
From: William Morgan @ 2008-04-22 18:37 UTC (permalink / raw)


Reformatted excerpts from David Moreno's message of 2008-04-22:
> Excerpts from William Morgan's message of Tue Apr 22 13:08:13 -0400 2008:
> > Sup version 0.5 has been released!
> 
> Geez, nice. Apparently as the time of writing, the gem is still 404 on
> RubyForge.

It's not 404 if you download it directly:
http://rubyforge.org/frs/download.php/35925/sup-0.5.gem

But yes, it typically takes a few hours for RubyForge to propagate to
the RubyGems index, so I typically try to wait before sending the
announcements, but I typically forget. (Typical!)

-- 
William <wmorgan-sup at masanjin.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] [ANN] Sup 0.5 Released
  2008-04-22 18:37   ` William Morgan
@ 2008-04-22 18:55     ` David Moreno
  0 siblings, 0 replies; 6+ messages in thread
From: David Moreno @ 2008-04-22 18:55 UTC (permalink / raw)


Excerpts from William Morgan's message of Tue Apr 22 14:37:44 -0400 2008:
> It's not 404 if you download it directly:
> http://rubyforge.org/frs/download.php/35925/sup-0.5.gem

Got it now with `gem update`. Thanks for your effort!

-- 
David Moreno
 http://damog.net/
 http://axiombox.com/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [sup-talk] [ANN] Sup 0.5 Released
  2008-04-22 17:08 [sup-talk] [ANN] Sup 0.5 Released William Morgan
  2008-04-22 18:27 ` David Moreno
@ 2008-04-22 22:48 ` Richard Heycock
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Heycock @ 2008-04-22 22:48 UTC (permalink / raw)


Excerpts from William Morgan's message of Wed Apr 23 03:08:13 +1000 2008:
> Sup version 0.5 has been released!

What a treat for a cold, wet Wednesday morning! Thanks guys.

rgh

> * <http://sup.rubyforge.org>
> 
> 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, 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!
> 
> The goal of Sup is to become the email client of choice for nerds
> everywhere.
> 
> Changes:
> 
> ## 0.5 / 2008-04-22
> * new hooks: extra-contact-addresses, startup
> * '!!' now loads all threads in current search
> * general state saving speedup
> * threads with unsent draft messages are now shown in red
> * --compose spawns a compose-message buffer on startup
> * Many bugfixes and UI improvements
> 
> * <http://sup.rubyforge.org>
> 

-- 
+61 (0) 410 646 369
rgh at neoss.com.au

You're worried criminals will continue to penetrate into cyberspace, and
I'm worried complexity, poor design and mismanagement will be there to meet
them - Marcus Ranum


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-22 22:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-22 17:08 [sup-talk] [ANN] Sup 0.5 Released William Morgan
2008-04-22 18:27 ` David Moreno
2008-04-22 18:36   ` Kendall Grant Clark
2008-04-22 18:37   ` William Morgan
2008-04-22 18:55     ` David Moreno
2008-04-22 22:48 ` Richard Heycock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox