sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit ab9676f3ba00fc589771350785633af927dba969
parent fb6d323298c59bebb1972c4bcfc4ec1815616d48
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 16 Mar 2009 08:48:00 -0400

prepare for 0.7 release

Diffstat:
M CONTRIBUTORS | 10 ++++++----
M History.txt | 12 ++++++++++++
M ReleaseNotes | 11 +++++++++++
M www/index.html | 30 +++++++++++++++++-------------
4 files changed, 46 insertions(+), 17 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
@@ -1,14 +1,16 @@
 William Morgan <wmorgan-sup at the masanjin dot nets>
 Ismo Puustinen <ismo at the iki dot fis>
+Nicolas Pouillard <nicolas.pouillard at the gmail dot coms>
 Marcus Williams <marcus-sup at the bar-coded dot nets>
 Lionel Ott <white.magic at the gmx dot des>
-Nicolas Pouillard <nicolas.pouillard at the gmail dot coms>
+Christopher Warrington <chrisw at the rice dot edus>
 Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
 Ben Walton <bwalton at the artsci.utoronto dot cas>
 Grant Hollingworth <grant at the antiflux dot orgs>
+Steve Goldman <sgoldman at the tower-research dot coms>
+Decklin Foster <decklin at the red-bean dot coms>
 Jeff Balogh <its.jeff.balogh at the gmail dot coms>
-Christopher Warrington <chrisw at the rice dot edus>
 Giorgio Lando <patroclo7 at the gmail dot coms>
-Decklin Foster <decklin at the red-bean dot coms>
+Israel Herraiz <israel.herraiz at the gmail dot coms>
 Ian Taylor <ian at the lorf dot orgs>
-Sam Roberts <sroberts at the uniserve dot coms>
+Rich Lane <rlane at the club.cc.cmu dot edus>
diff --git a/History.txt b/History.txt
@@ -1,3 +1,15 @@
+== 0.7 / 2009-03-16
+* Ferret index corruption issues fixed (hopefully!)
+* Text entry now scrolls to the right on overflow, i.e. is actually usable
+* Ctrl-C now asks user if Sup should die ungracefully
+* Add a limit:<int> search operator to limit the number of results
+* Added a --query option to sup-tweak-labels
+* Added a new hook: shutdown
+* Automatically add self as recipient on crypted sent messages
+* Read in X-Foo headers
+* Added global keybinding 'U' shows only unread messages
+* As always, many bugfixes and tweaks
+
 == 0.6 / 2008-08-04
 * new hooks: mark-as-spam, reply-to, reply-from
 * configurable colors. finally!
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,14 @@
+Release 0.7:
+
+The big win in this release is that Ferret index corruption issues should now
+be fixed, thanks to an extensive programming of locking and
+thread-safety-adding.
+
+The other nice change is that text entry will now scroll to the right upon
+overflow, thanks to some arcane Curses magic that Steve Goldman discovered.
+
+As always, this release includes many other bugfixes and enhancements.
+
 Release 0.6:
 
 Message attachment searchability automatically takes effect on new messages,
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.6, released 2008-08-03. This is a
+		The current version of Sup is 0.7, released 2009-03-16. This is a
 		beta release. It supports mbox, mbox over ssh, IMAP, IMAPS, and Maildir mailstores.
 		</p>
 
@@ -143,18 +143,22 @@
 		<p>
 		Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a> and the following honorable contributors:
         <ul>
-          Ismo Puustinen &lt;ismo at the iki dot fis&gt;
-          Marcus Williams &lt;marcus-sup at the bar-coded dot nets&gt;
-          Lionel Ott &lt;white.magic at the gmx dot des&gt;
-          Nicolas Pouillard &lt;nicolas.pouillard at the gmail dot coms&gt;
-          Marc Hartstein &lt;marc.hartstein at the alum.vassar dot edus&gt;
-          Ben Walton &lt;bwalton at the artsci.utoronto dot cas&gt;
-          Grant Hollingworth &lt;grant at the antiflux dot orgs&gt;
-          Jeff Balogh &lt;its.jeff.balogh at the gmail dot coms&gt;
-          Christopher Warrington &lt;chrisw at the rice dot edus&gt;
-          Giorgio Lando &lt;patroclo7 at the gmail dot coms&gt;
-          Decklin Foster &lt;decklin at the red-bean dot coms&gt;
-          Ian Taylor &lt;ian at the lorf dot orgs&gt;
+William Morgan &lt;wmorgan-sup at the masanjin dot nets&gt;
+Ismo Puustinen &lt;ismo at the iki dot fis&gt;
+Nicolas Pouillard &lt;nicolas.pouillard at the gmail dot coms&gt;
+Marcus Williams &lt;marcus-sup at the bar-coded dot nets&gt;
+Lionel Ott &lt;white.magic at the gmx dot des&gt;
+Christopher Warrington &lt;chrisw at the rice dot edus&gt;
+Marc Hartstein &lt;marc.hartstein at the alum.vassar dot edus&gt;
+Ben Walton &lt;bwalton at the artsci.utoronto dot cas&gt;
+Grant Hollingworth &lt;grant at the antiflux dot orgs&gt;
+Steve Goldman &lt;sgoldman at the tower-research dot coms&gt;
+Decklin Foster &lt;decklin at the red-bean dot coms&gt;
+Jeff Balogh &lt;its.jeff.balogh at the gmail dot coms&gt;
+Giorgio Lando &lt;patroclo7 at the gmail dot coms&gt;
+Israel Herraiz &lt;israel.herraiz at the gmail dot coms&gt;
+Ian Taylor &lt;ian at the lorf dot orgs&gt;
+Rich Lane &lt;rlane at the club.cc.cmu dot edus&gt;
         </ul>
         </p>