JAL-3746 JAL-3814 NONEWS property
[jalview.git] / src / jalview / bin / Jalview.java
index 4c018fb..d5eefe2 100755 (executable)
@@ -475,7 +475,8 @@ public class Jalview
                   .println("CMD [-noquestionnaire] executed successfully!");
         }
 
-        if (!aparser.contains("nonews"))
+        if (!aparser.contains("nonews")
+                || Cache.getProperty("NONEWS") == null)
         {
           desktop.checkForNews();
         }