make MUTTJUMP_USE_SCREEN configurable via export
authorJohannes Weißl <jargon@molb.org>
Tue, 30 Nov 2010 18:03:40 +0000 (19:03 +0100)
committerJohannes Weißl <jargon@molb.org>
Tue, 30 Nov 2010 18:03:40 +0000 (19:03 +0100)
muttjump

index cb7e4fbb3a726a1f163c73d7d9aa1ca8eb8513c5..f7f6586f8072b94630fdc747d465aa9c42d08733 100755 (executable)
--- a/muttjump
+++ b/muttjump
@@ -26,7 +26,7 @@ MUTTJUMP_MODE=${MUTTJUMP_MODE:-search}
 
 # "yes", "no" or "auto"
 # If set to "auto", the $STY environment variable is used for auto detection.
 
 # "yes", "no" or "auto"
 # If set to "auto", the $STY environment variable is used for auto detection.
-MUTTJUMP_USE_SCREEN="auto"
+MUTTJUMP_USE_SCREEN=${MUTTJUMP_USE_SCREEN:-auto}
 
 # "yes" or "no"
 # If this is set to "yes", muttjump will not open a new instance of
 
 # "yes" or "no"
 # If this is set to "yes", muttjump will not open a new instance of

Benjamin Mako Hill || Want to submit a patch?