--- client.py.orig      2007-02-27 10:07:40 +0100
+++ client.py   2007-02-27 10:10:21 +0100
@@ -364,6 +364,8 @@
         except getopt.GetoptError:
             self.usage("%s does not take any non-option arguments" % args[0])
 
+        do_mbox = 'msg'
+
         def loop():
             for digest in get_input_handler(sys.stdin, self.digest_spec, do_mbox):
                 pass
