diff options
Diffstat (limited to '.be/bugs/e0858b12-0be3-49bb-ad7a-030e488bb2f1/comments/704b37ab-01bb-43d3-9e9f-f0d354f63c7d/body')
-rw-r--r-- | .be/bugs/e0858b12-0be3-49bb-ad7a-030e488bb2f1/comments/704b37ab-01bb-43d3-9e9f-f0d354f63c7d/body | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.be/bugs/e0858b12-0be3-49bb-ad7a-030e488bb2f1/comments/704b37ab-01bb-43d3-9e9f-f0d354f63c7d/body b/.be/bugs/e0858b12-0be3-49bb-ad7a-030e488bb2f1/comments/704b37ab-01bb-43d3-9e9f-f0d354f63c7d/body deleted file mode 100644 index e008923..0000000 --- a/.be/bugs/e0858b12-0be3-49bb-ad7a-030e488bb2f1/comments/704b37ab-01bb-43d3-9e9f-f0d354f63c7d/body +++ /dev/null @@ -1,27 +0,0 @@ -On Sat, Jul 18, 2009 at 06:05:51PM -0400, W. Trevor King wrote: -> My email interface now supports bug creation/comments that look -> like: -> -> $ cat | mail -s "[be-bug] new" "whatever-dev@fancyprojects.com" -> The demuxulizer is broken -> -> <describe bug> -> ^D - -The move towards the DBT interface means this example should now look -like - - $ cat | mail -s "[be-bug:submit] The demuxulizer is broken" whatever-dev@fancyprojects.com - Version: XYZ - - <describe bug> - -- - Ignored text - ^D - --- -This email may be signed or encrypted with GPG (http://www.gnupg.org). -The GPG signature (if present) will be attached as 'signature.asc'. -For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy - -My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt |