Added support for using notmuch as an external indexer.
[muttjump] / NEWS
diff --git a/NEWS b/NEWS
index f245bfb31ef5d51365bc88b8431427529a4909fc..303d266af83aae319c81649e9daf6ccef9af5785 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,34 @@
+muttjump (1.4)
+
+  * Bugfixes (e.g. better quoting) and compatibility with Max OS X (again)
+  * remove MUTTJUMP_SCREEN_SESSION
+  * Adjustments for GNU screen (> 4.01.00devel):
+    Automatic opening of windows in screen multi mode
+  * Add fallback if no dialog or whiptail is installed
+    (by Christian Ebert <blacktrash@gmx.net>)
+
+ -- Johannes Weißl <jargon@molb.org>  Mon Dec 6 16:30:15 2010 +0100
+
+muttjump (1.3)
+
+  * Bugfixes and compatibility with Max OS X
+  * Use dialog (whiptail) to choose between mailboxes if more than one message
+    was found
+  * Ability to specify Message-ID on command-line
+  * Ability to jump to parent message (In-Reply-To) with "-R" option
+  * Rename MUTTJUMP_USE_SCREEN to MUTTJUMP_MULTI_SCREEN_MODE
+  * MUTTJUMP_USE_SCREEN can now be "yes", "no" or "auto" (default)
+      yes:  always open a new screen window
+      no:   never use screen at all
+      auto: open new screen window when inside screen ($STY variable set)
+
+ -- Johannes Weißl <jargon@molb.org>  Thu Dec 2 12:26:15 2010 +0100
+
 muttjump (1.2)
 
   * Add mode setting, can be "search" or "limit", e.g.:
       export MUTTJUMP_MODE=limit
-  * Add screen mode (idea by Jostein <http://github.com/jostber>)
+  * Add screen mode (idea by Jostein Berntsen <jbernts@broadpark.no>)
     To use it, set the following variables:
       export MUTTJUMP_USE_SCREEN=yes
       export MUTTJUMP_SCREEN_SESSION=foobar

Benjamin Mako Hill || Want to submit a patch?