diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-27 09:24:46 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-27 09:24:46 -0400 |
commit | dc69839cbe8ae9b03200a9bb2bd395ffebd6675e (patch) | |
tree | 9ac489366b45d46f5597e3ab94cf4e88978c4374 /interfaces/email/interactive | |
parent | df1c1cb1b2a33452ee4fa197c5145f07302a741a (diff) | |
download | bugseverywhere-dc69839cbe8ae9b03200a9bb2bd395ffebd6675e.tar.gz |
Allow "subscribe" command via the email interface.
Diffstat (limited to 'interfaces/email/interactive')
-rwxr-xr-x | interfaces/email/interactive/be-handle-mail | 2 |
1 files changed, 1 insertions, 1 deletions
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 |