aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces')
-rwxr-xr-xinterfaces/email/interactive/be-handle-mail8
1 files changed, 4 insertions, 4 deletions
diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail
index c92fec4..8232925 100755
--- a/interfaces/email/interactive/be-handle-mail
+++ b/interfaces/email/interactive/be-handle-mail
@@ -139,10 +139,10 @@ def run_message(msg_text):
author_addr = "wking"
response_header = [u"From: %s" % HANDLER_ADDRESS,
u"To: %s" % author_addr,
- "Date: %s" % libbe.utility.time_to_str(time.time()),
- "Content-Type: text/plain; charset=%s" % encoding,
- "Content-Transfer-Encoding: 8bit",
- "In-reply-to: %s" % (id),
+ u"Date: %s" % libbe.utility.time_to_str(time.time()),
+ u"Content-Type: text/plain; charset=%s" % encoding,
+ u"Content-Transfer-Encoding: 8bit",
+ u"In-reply-to: %s" % (id),
u"Subject: %s Re: %s" % (SUBJECT_COMMENT, command),
]
response_body = [u"Results of running: (exit code %d)" % ret,