Now be-handle-mail successfully catches stdout/stderr.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Jul 2009 10:40:55 +0000 (06:40 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Jul 2009 10:40:55 +0000 (06:40 -0400)
interfaces/email/interactive/be-handle-mail

index ebf522a1339c0f69092a4b8119f8f36bae69b607..0eb3ccec06d55ee1dc9e5e25fbb7124bdc845023 100755 (executable)
@@ -119,7 +119,8 @@ def run_message(msg_text):
     sys.stderr = new_stderr
     # run the command
     os.chdir(BE_DIR)
-    ret = libbe.cmdutil.execute(command, command_args)
+    ret = libbe.cmdutil.execute(command, command_args,
+                                manipulate_encodings=False)
     # restore stdout and stderr
     sys.stdout.flush()
     sys.stderr.flush()