summaryrefslogtreecommitdiff
path: root/b4/mbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/mbox.py')
-rw-r--r--b4/mbox.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/b4/mbox.py b/b4/mbox.py
index ccd15ed..f4ae178 100644
--- a/b4/mbox.py
+++ b/b4/mbox.py
@@ -358,6 +358,10 @@ def get_newest_series(mboxfile):
def main(cmdargs):
+ if cmdargs.checknewer:
+ # Force nocache mode
+ cmdargs.nocache = True
+
config = b4.get_main_config()
if not cmdargs.localmbox: