# HG changeset patch # User Dmitriy Morozov # Date 1302052898 25200 # Node ID bc4b0df08e0d4e339c911bfa8e8d3fca72160530 # Parent 59814494f2386def207bbf6315947e405ed507dd Added e7c (iadd --import) diff -r 59814494f238 -r bc4b0df08e0d .issues/e7c56580805d0cbb/new/1302052484.M197392P8518Q1.vine --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.issues/e7c56580805d0cbb/new/1302052484.M197392P8518Q1.vine Tue Apr 05 18:21:38 2011 -0700 @@ -0,0 +1,11 @@ +From: Dmitriy Morozov +Date: Tue, 05 Apr 2011 18:12:28 -0700 +State: new +Subject: Add --import option to iadd +Message-Id: + +It should be possible to import an email message (either from a file or stdin) +by passing --import option to iadd. If no ID is given, treat the email as a new +bug (i.e. just generate a random id); if an ID is given, append the message to +that Maildir. Need to decide what to do if the message does not fit into the +hierarchy in the latter case.