]> granicus.if.org Git - mutt/commitdiff
Fall back to vi if VISUAL is unset in build-release
authorBrendan Cully <brendan@kublai.com>
Tue, 6 Jan 2009 00:35:21 +0000 (16:35 -0800)
committerBrendan Cully <brendan@kublai.com>
Tue, 6 Jan 2009 00:35:21 +0000 (16:35 -0800)
ChangeLog
build-release

index 5645ab16dd51f6698a8592a47361734890e19dee..f60319c7d19848e419cc90b1111270dd5d8a40e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2009-01-05 15:37 -0800  Brendan Cully  <brendan@kublai.com>  (55a58914feb1)
+2009-01-05 16:31 -0800  Brendan Cully  <brendan@kublai.com>  (5a2f53bbe25c)
+
+       * UPDATING: Update UPDATING
+
+       * imap/command.c, imap/imap.c, imap/imap_private.h: Report CREATE
+       failures
 
        * browser.c: Style fixes
 
index d15d614089fd6eb3330661ff01c176a9d299ba8d..41e6830015b9918c6a2e54c9ec4954d604e76caf 100755 (executable)
@@ -44,7 +44,7 @@ OVERSION="`cat VERSION`"
 OTAG="mutt-`echo $OVERSION | tr . -`-rel" 
 
 echo $OVERSION | awk -F . '{printf("%d.%d.%d\n", $1, $2, $3 + 1);}' > VERSION 
-${VISUAL} VERSION
+${VISUAL:-vi} VERSION
 
 VERSION="`cat VERSION`" 
 TAG="mutt-`echo $VERSION | tr . -`-rel"