diff options
author | Andrew Chilton <andychilton@gmail.com> | 2008-07-04 16:17:34 +1200 |
---|---|---|
committer | Andrew Chilton <andychilton@gmail.com> | 2008-07-04 16:21:29 +1200 |
commit | 2979e8914aa542a20cbf07e8f7812e293ad0699d (patch) | |
tree | d2032a7117a0efc566ff0e50408b2068cd006af2 /issues/c_6f5bc459.cil | |
parent | 41ec963c1aace994072b6d62b20cdce5370e0e8e (diff) | |
parent | f6649a52ff5610af925818cddd720fa5945bd6b3 (diff) |
Merge branch 'upstream'
Diffstat (limited to 'issues/c_6f5bc459.cil')
-rw-r--r-- | issues/c_6f5bc459.cil | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/c_6f5bc459.cil b/issues/c_6f5bc459.cil new file mode 100644 index 0000000..b23a530 --- /dev/null +++ b/issues/c_6f5bc459.cil @@ -0,0 +1,18 @@ +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. |