replace `wc -L` with awk script
[muttjump] / NEWS
diff --git a/NEWS b/NEWS
index f245bfb31ef5d51365bc88b8431427529a4909fc..9250c82d8cb6c0fb34cbadee308d7b49c6592f34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,23 @@
+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?