[ANN] sup 0.0.5 Released

W

William Morgan

Summary: bugfixes, and a user's guide. Also on the web:
http://sup.rubyforge.org/UserGuide.txt

sup version 0.0.5 has been released!

http://sup.rubyforge.org

Sup is a console-based email client that combines the best
features of GMail, mutt, and emacs. Sup matches the power of GMail
with the speed and simplicity of a console interface.

Sup makes it easy to:
- Handle massive amounts of email.

- Mix email from different sources: mbox files (even across
different machines), IMAP folders, POP accounts, and GMail
accounts.

Changes:

== 0.0.5 / 2007-01-05

* More bugfixes, primarily for IMAP.
* doc/UserGuide.txt

http://sup.rubyforge.org
 
W

William Morgan

Excerpts from Stephan Mueller's message of Sat Jan 06 01:40:01 -0800 2007:
One question: Do you plan support for the maildir format (in addition
to mbox files)?

I do plan to, but as I don't use maildir myself, there are other things
I'll probably focus on first.

But adding a new source type to Sup is pretty easy (you only have to
support getting messages, basically), so patches are welcome! See the
comments at the top of lib/sup/source.rb for how to get started.
 
S

Stephan Mueller

* William Morgan said:
But adding a new source type to Sup is pretty easy (you only have to
support getting messages, basically), so patches are welcome! See the
comments at the top of lib/sup/source.rb for how to get started.

Okay, thanks. Will give it a try.


Cheers,

Steph.
 
B

Bonhôte André

--Apple-Mail-1-835401563
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed


sup version 0.0.5 has been released!

http://sup.rubyforge.org



Hi all!

I am fairly new to this list (and to ruby) and I have tried to =20
install sup using 'gem install sup' on a MacBook Pro. It's not the =20
Tiger ruby version I am using (which is 1.8.2), rather the one =20
installed by darwinports (1.8.5), but I don't think that matters really.

sup and all the dependencies installs fine, without any trouble (as =20
root), but starting it shows this:

elstar:~ abonhote$ sup
/opt/local/lib/ruby/gems/1.8/gems/sup-0.0.6/lib/sup/buffer.rb:45: =20
warning: already initialized constant KEY_CANCEL
[Sat Jan 06 23:01:23 +0100 2007] loading index...
[Sat Jan 06 23:01:23 +0100 2007] loaded index of 0 messages
[Sat Jan 06 23:01:23 +0100 2007] starting curses
Error opening terminal: xterm-color.

I have tried several other values for TERM, like xterm, vt100, even =20
linux, but nothing works.

What's up here? Any hints? Unfortunately, there's nothing about this =20
on the website.

TIA

Andr=E9

PS: I am a fairly experienced Perl, Java and PL/SQL programmer, but =20
the way ruby works is a hell lot more exciting :)





--Apple-Mail-1-835401563
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iEYEARECAAYFAkWgHUoACgkQzG+pQngxWRZ2vwCdE60Q5bPCcKQt4XyxQ3k1XyuV
wBYAmgPSoK2JreM993W2sR+JPV8Q6PIj
=N5gQ
-----END PGP SIGNATURE-----

--Apple-Mail-1-835401563--
 
S

Stephan Mueller

* Bonhôte André said:
elstar:~ abonhote$ sup
/opt/local/lib/ruby/gems/1.8/gems/sup-0.0.6/lib/sup/buffer.rb:45: warning: already initialized constant KEY_CANCEL
[Sat Jan 06 23:01:23 +0100 2007] loading index...
[Sat Jan 06 23:01:23 +0100 2007] loaded index of 0 messages
[Sat Jan 06 23:01:23 +0100 2007] starting curses
Error opening terminal: xterm-color.

I have tried several other values for TERM, like xterm, vt100, even linux, but nothing works.

without having a mac around: what happens if you do

export TERM=xterm-color

?

Cheers,

Steph.
 
B

Bonhôte André

--Apple-Mail-1-892138961
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed

Hi Stephan

without having a mac around: what happens if you do

export TERM=3Dxterm-color

That's the default :)

Cheers

Andr=E9





--Apple-Mail-1-892138961
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iEYEARECAAYFAkWg+uwACgkQzG+pQngxWRYudQCg4NYV2ibZHey9BD/EO1VwGAPG
8lEAoLQufuGokVb2b34OIOcmHkDjF/Dm
=LHk6
-----END PGP SIGNATURE-----

--Apple-Mail-1-892138961--
 
W

William Morgan

Excerpts from =?ISO-8859-1?Q?Bonh=F4te_Andr=E9?='s message of Sat Jan 06 14:11:17 -0800 2007:
Error opening terminal: xterm-color.

This means ncurses can't find your terminfo database. I don't know the
specifics for MacOS, but you probably need to install some kind of
package with the word "ncurses", "termcap" or "terminfo" in the name.
Maybe someone else knows more...
 
B

Bonhôte André

Hi William

This means ncurses can't find your terminfo database. I don't know the
specifics for MacOS, but you probably need to install some kind of
package with the word "ncurses", "termcap" or "terminfo" in the name.
Maybe someone else knows more...

Super, good hint! I have installed the ncursesw package, now it works!

Thanks a lot!

Andr=E9=
 

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.0.7 released 0
[ANN] Sup 0.0.3 Released 7
[ANN] Sup 0.6 Released 0
[ANN] Sup 0.5 Released 0
[ANN] Sup 0.7 released 5
[ANN] Sup 0.4 released 4
[ANN] Sup 0.3 released 4
[ANN] sup 0.0.2 Released 1

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top