From: W. Trevor King Date: Mon, 27 Jul 2009 13:24:46 +0000 (-0400) Subject: Allow "subscribe" command via the email interface. X-Git-Tag: 1.0.0~62^2~46^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc69839cbe8ae9b03200a9bb2bd395ffebd6675e;p=be.git Allow "subscribe" command via the email interface. --- diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index 55f04b0..47c108e 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -80,7 +80,7 @@ NEW_OPTIONAL_PSEUDOHEADERS = [u"Reporter", u"Assign", u"Depend", u"Severity", CONTROL_COMMENT = u"#" ALLOWED_COMMANDS = [u"assign", u"comment", u"commit", u"depend", u"help", u"list", u"merge", u"new", u"open", u"severity", u"show", - u"status", u"tag", u"target"] + u"status", u"subscribe", u"tag", u"target"] AUTOCOMMIT = True