[ANN] Sup 0.10 released

W

William Morgan

I'm pleased to announce the release of Sup 0.10. This version is
frickin' awesome because not only do we have Ruby 1.9 support, the
Xapian backend is now the default! The next version will discard Ferret
like a used rag.

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.

Get it: gem install sup
Learn it: http://sup.rubyforge.org
Love it: (e-mail address removed)

Release notes:

The Xapian backend is now the default. Convert your old, crash-prone
Ferret index to Xapian by running sup-convert-ferret-index.

Using a Ferret backend will produce a deprecation notice, and will not be
supported in 0.11.

Many thanks to Rich Lane for Xapian and Ruby 1.9 work.

Excitement in 0.10:

* Make Xapian backend the default, and add deprecation notice to Ferret indexes.
* Now Ruby 1.9 compatible (Xapian backend only).
* Changes are now saved automatically to the index. Pressing "$" now just
forces a flush of Xapian indexes, which can minimize quit time.
* Fix problem with replying to Google Groups messages.
* Allow toggling of line wrap. Useful for long URLs.
* Multiple attachments can be added at once by specifying a wildcard.
* New command to save all attachments at once.
* As always, many bugfixes and tweaks.
 
P

Philip Rhoades

William,


I'm pleased to announce the release of Sup 0.10. This version is
frickin' awesome because not only do we have Ruby 1.9 support, the
Xapian backend is now the default! The next version will discard Ferret
like a used rag.

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.


Looks very nice so far - maybe I will change from Mutt for remote access.

One problem - how do I change the colour scheme? - I am getting white on
white for the "To:" field . .

Thanks,

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW 2001
Australia
E-mail: (e-mail address removed)
 
M

Matt Moriarity

The Xapian backend is now the default. Convert your old, crash-prone
Ferret index to Xapian by running sup-convert-ferret-index.

It looks like the Xapian gem is not installed by default as a
dependency for Sup. This causes an error when trying to run sup-config
after installing sup.
 
A

Andrea Fazzi

William said:
I'm pleased to announce the release of Sup 0.10. This version is
frickin' awesome because not only do we have Ruby 1.9 support, the
Xapian backend is now the default! The next version will discard Ferret
like a used rag.

I had issues installing xapian-full gem on my ubuntu box running MRI
ruby1.8. The installation fails building native extension even if it
seems that all the C stuff get compiled correctly. BTW, I solved the
issue in this way:

sudo gem install xapian-full
cd /usr/lib/ruby/gems/1.8/gems/xapian-full-1.1.3/
sudo rake build
sudo mv xapian-full.gemspec ../../specifications/

andrea@ubuntu-desktop:~$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'xapian'
=> true

Thanks for this great software!

Cheers,
Andrea
 
P

Philip Rhoades

People,


William,





Looks very nice so far - maybe I will change from Mutt for remote access.

One problem - how do I change the colour scheme? - I am getting white on
white for the "To:" field . .


Fixed - I found:

/usr/lib/ruby/gems/1.8/gems/sup-0.10.1/colormap.rb

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW 2001
Australia
E-mail: (e-mail address removed)
 
W

William Morgan

Reformatted excerpts from Andrea Fazzi's message of 2010-01-25:
I had issues installing xapian-full gem on my ubuntu box running MRI
ruby1.8. The installation fails building native extension even if it
seems that all the C stuff get compiled correctly.

Thanks for the report. This is fixed in the very latest xapian-full gem,
and I've published sup-10.2 to pull this in. (Plus some more minor
bugfixes.)
 
W

William Morgan

Reformatted excerpts from Nicolas Martyanoff's message of 2010-01-25:
It seems that sup is still having ncurses as dependency, but this gem
doesn't build with Ruby 1.9.1. The ncursesw seems to me more suitable
(and builds with Ruby 1.9.1).

Also fixed in 10.2. Give it a whirl. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] Sup 0.9 released 0
[ANN] Sup 0.7 released 5
[ANN] Sup 0.8 released 0
[ANN] Sup 0.0.8 Released 0
[ANN] Sup 0.6 Released 0
[ANN] Sup 0.5 Released 0
[ANN] Sup 0.0.3 Released 7
[ANN] sup 0.0.2 Released 1

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,045
Members
48,769
Latest member
Clifft

Latest Threads

Top