diff options
-rw-r--r-- | b4/mbox.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -597,6 +597,8 @@ def main(cmdargs): cmdargs.nocache = True msgid, msgs = get_msgs(cmdargs) + if not msgs: + return if len(msgs) and cmdargs.checknewer: msgs = get_extra_series(msgs, direction=1) |