summaryrefslogtreecommitdiff
path: root/issues/c_6f5bc459.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-05 18:46:31 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-05 18:48:50 +1200
commit9df4be6a1ebcfbf970c14fa32d26057f5b9bdfb8 (patch)
tree815bcb660aec3e0034934d8ebca42052c1bae1c1 /issues/c_6f5bc459.cil
parent36f103089571e9c0a545198033d97c55b2612172 (diff)
parent1515145646c5aa80eb4c298607ea33da731ab586 (diff)
Merge branch 'upstream'
Diffstat (limited to 'issues/c_6f5bc459.cil')
-rw-r--r--issues/c_6f5bc459.cil18
1 files changed, 0 insertions, 18 deletions
diff --git a/issues/c_6f5bc459.cil b/issues/c_6f5bc459.cil
deleted file mode 100644
index b23a530..0000000
--- a/issues/c_6f5bc459.cil
+++ /dev/null
@@ -1,18 +0,0 @@
-Issue: 48eaec49
-CreatedBy: Andrew Chilton <andychilton@gmail.com>
-Inserted: 2008-06-29T12:08:32
-Updated: 2008-06-29T12:11:14
-
-Added ability to process an email message. It will either be added as a new
-issue or as a comment to an existing issue. The process for determining what
-happens is as follows:
-
-* a list of possible issue names is compiled from the subject and body of the
- email
-* of those, it checks if any are valid in the current list
-
-If any are valid, it will add the email as a comment to that one (if there is
-only one) or will ask you which to add it to if there are more than one).
-
-In the case where there is no valid issues, it will add the email as a new
-issue.