<div class="markdown">
<p dir="auto">Hello all,</p>

<p dir="auto">I am a user of Things 2 (<a href="http://culturedcode.com">http://culturedcode.com</a>) and have built <br>
commands to create a Things todo item based on the current MailMate message<br>
(right along the lines of Benny's OmniFocus and Reminders commands). </p>

<p dir="auto">The .mmBundle implementing the commands is attached.  Unpack the ZIP <br>
archive into</p>

<pre><code>~/Library/Application Support/MailMate/Bundles
</code></pre>

<p dir="auto">(you may need to create this directory first).  The relevant<br>
files will unpack under  </p>

<pre><code>Things.mmBundle
</code></pre>

<p dir="auto">which is a regular directory you can change into.</p>

<p dir="auto">Details to note:</p>

<ol>
<li value=1><p dir="auto">The commands <code>Command → Things → Add With Summary ...</code> and <br>
<code>Command → Things → Add ...</code> are bound to ⌃⇧T, ⌃T, respectively. You<br>
can change these bindings in the <code>.mmCommand</code> files in subdirectory <code>Commands/</code><br>
(see the <code>keyEquivalent</code> property).</p></li>
<li value=2><p dir="auto">The created todo item will be placed in Things' "Inbox" list (replace "Inbox"<br>
with, say, "Today" or "Next" in <code>Support/bin/create_task</code> if you prefer a<br>
different target list).   </p></li>
<li value=3><p dir="auto">The todo item will carry the message's MailMate tags.  Delete or comment the<br>
relevant line in <code>Support/bin/create_task</code> if you don't want MailMate<br>
to pollute the Things tag space. </p></li>
</ol>

<p dir="auto">Cheers,<br>
  --Torsten</p>

<p dir="auto">-- <br>
| Torsten "Teggy" Grust<br>
| <a href="mailto:Torsten.Grust@gmail.com">Torsten.Grust@gmail.com</a></p>

</div>