sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 2415791769c8944f5085d023de0c47cf5d1fbc2e
parent cd6e25d68d8b6766791a0a92195d701a81ebf95f
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Fri, 22 Jan 2010 18:25:07 -0500

Merge branch 'master' into next

Diffstat:
M CONTRIBUTORS | 16 ++++++++++------
M History.txt | 11 +++++++++++
M ReleaseNotes | 10 ++++++++++
M bin/sup-add | 2 +-
M www/index.html | 77 ++++++++++++++++++++++++++++++++++++++++-------------------------------------
5 files changed, 72 insertions(+), 44 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
@@ -10,28 +10,32 @@ Ingmar Vanhassel <ingmar at the exherbo dot orgs>
 Mark Alexander <marka at the pobox dot coms>
 Christopher Warrington <chrisw at the rice dot edus>
 Richard Brown <rbrown at the exherbo dot orgs>
+Anthony Martinez <pi+sup at the pihost dot uss>
 Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
 Israel Herraiz <israel.herraiz at the gmail dot coms>
+Tero Tilus <tero at the tilus dot nets>
+Bo Borgerson <gigabo at the gmail dot coms>
+William Erik Baxter <web at the superscript dot coms>
 Grant Hollingworth <grant at the antiflux dot orgs>
 Adeodato Simó <dato at the net.com.org dot ess>
 Edward Z. Yang <ezyang at the mit dot edus>
 Steve Goldman <sgoldman at the tower-research dot coms>
+Michael Stapelberg <michael at the stapelberg dot des>
 Decklin Foster <decklin at the red-bean dot coms>
+Eric Sherman <hyperbolist at the gmail dot coms>
 Cameron Matheson <cam+sup at the cammunism dot orgs>
-Tero Tilus <tero at the tilus dot nets>
+Carl Worth <cworth at the cworth dot orgs>
 Alex Vandiver <alex at the chmrr dot nets>
 Jeff Balogh <its.jeff.balogh at the gmail dot coms>
 Andrew Pimlott <andrew at the pimlott dot nets>
 Peter Harkins <ph at the malaprop dot orgs>
-Anthony Martinez <pi at the pihost dot uss>
-Carl Worth <cworth at the cworth dot orgs>
 Kornilios Kourtis <kkourt at the cslab.ece.ntua dot grs>
 Giorgio Lando <patroclo7 at the gmail dot coms>
 Benoît PIERRE <benoit.pierre at the gmail dot coms>
+Jonah <Jonah at the GoodCoffee dot cas>
 ian <ian at the lorf dot orgs>
 Steven Walter <swalter at the monarch.(none)>
-Michael Hamann <michael at the content-space dot des>
-Stefan Lundström <lundst at the snabb.(none)>
-William Erik Baxter <web at the superscript dot coms>
 Jon M. Dugan <jdugan at the es dot nets>
+Stefan Lundström <lundst at the snabb.(none)>
+Michael Hamann <michael at the content-space dot des>
 Kirill Smelkov <kirr at the landau.phys.spbu dot rus>
diff --git a/History.txt b/History.txt
@@ -1,3 +1,14 @@
+== 0.10 / 2010-01-22
+* 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.
+
 == 0.9.1 / 2009-12-10
 * Make textfield behave more like readline, including C-w
 * Add ask_for_to config option. You can set all ask_for_* options to false, and
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,13 @@
+Release 0.10:
+
+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.
+
 Release 0.9.1:
 
 This is mainly a bugfix release, with a couple minor new features rolled up.
diff --git a/bin/sup-add b/bin/sup-add
@@ -4,7 +4,7 @@ require 'uri'
 require 'rubygems'
 require 'highline/import'
 require 'trollop'
-require "sup"
+require "sup"; Redwood::check_library_version_against "git"
 
 $opts = Trollop::options do
   version "sup-add (sup #{Redwood::VERSION})"
diff --git a/www/index.html b/www/index.html
@@ -109,7 +109,7 @@
 		<h2>Status</h2>
 
 		<p>
-		The current version of Sup is 0.9.1, released 2009-12-10. This is a
+		The current version of Sup is 0.10, released 2010-01-22. This is a
 		beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
 		</p>
 
@@ -155,42 +155,45 @@
 		<p>
 		Sup is brought to you by <a href="http://masanjin.net/">William Morgan</a> and the following honorable contributors:
         <ul>
-<li>Rich Lane</li>
-<li>Ismo Puustinen</li>
-<li>Nicolas Pouillard</li>
-<li>Ben Walton</li>
-<li>Mike Stipicevic</li>
-<li>Marcus Williams</li>
-<li>Lionel Ott</li>
-<li>Ingmar Vanhassel</li>
-<li>Mark Alexander</li>
-<li>Christopher Warrington</li>
-<li>Richard Brown</li>
-<li>Marc Hartstein</li>
-<li>Israel Herraiz</li>
-<li>Grant Hollingworth</li>
-<li>Adeodato Simó</li>
-<li>Edward Z. Yang</li>
-<li>Steve Goldman</li>
-<li>Decklin Foster</li>
-<li>Cameron Matheson</li>
-<li>Tero Tilus</li>
-<li>Alex Vandiver</li>
-<li>Jeff Balogh</li>
-<li>Andrew Pimlott</li>
-<li>Peter Harkins</li>
-<li>Anthony Martinez</li>
-<li>Carl Worth</li>
-<li>Kornilios Kourtis</li>
-<li>Giorgio Lando</li>
-<li>Benoît PIERRE</li>
-<li>Ian Taylor</li>
-<li>Steven Walter</li>
-<li>Michael Hamann</li>
-<li>Stefan Lundström</li>
-<li>William Erik Baxter</li>
-<li>Jon M. Dugan</li>
-<li>Kirill Smelkov</li>
+          <li> William Morgan </li>
+          <li> Rich Lane </li>
+          <li> Ismo Puustinen </li>
+          <li> Nicolas Pouillard </li>
+          <li> Ben Walton </li>
+          <li> Mike Stipicevic </li>
+          <li> Marcus Williams </li>
+          <li> Lionel Ott </li>
+          <li> Ingmar Vanhassel </li>
+          <li> Mark Alexander </li>
+          <li> Christopher Warrington </li>
+          <li> Richard Brown </li>
+          <li> Anthony Martinez </li>
+          <li> Marc Hartstein </li>
+          <li> Israel Herraiz </li>
+          <li> Tero Tilus </li>
+          <li> Bo Borgerson </li>
+          <li> William Erik Baxter </li>
+          <li> Grant Hollingworth </li>
+          <li> Adeodato Simó </li>
+          <li> Edward Z. Yang </li>
+          <li> Steve Goldman </li>
+          <li> Michael Stapelberg </li>
+          <li> Decklin Foster </li>
+          <li> Eric Sherman </li>
+          <li> Cameron Matheson </li>
+          <li> Carl Worth </li>
+          <li> Alex Vandiver </li>
+          <li> Jeff Balogh </li>
+          <li> Andrew Pimlott </li>
+          <li> Peter Harkins </li>
+          <li> Kornilios Kourtis </li>
+          <li> Giorgio Lando </li>
+          <li> Benoît PIERRE </li>
+          <li> Steven Walter </li>
+          <li> Jon M. Dugan </li>
+          <li> Stefan Lundström </li>
+          <li> Michael Hamann </li>
+          <li> Kirill Smelkov </li>
         </ul>
         </p>