<div class="markdown">
<p dir="auto">On 19 Mar 2014, at 8:48, Max Rydahl Andersen wrote:</p>

<blockquote>
<p dir="auto">[external editor bundles]</p>

<p dir="auto">I actually wanted to try use these but haven't figure out how ;/</p>
</blockquote>

<p dir="auto">Just for the record, make sure you</p>

<ul>
<li>enabled 2.0 features in the General preferences pane,</li>
<li>and are using the latest beta (Software Update preferences pane) or maybe even the latest test version (hold down ⌥ when clicking “Check Now”).</li>
</ul>

<blockquote>
<p dir="auto">Anyone got a quick info on when to actually run the command ?</p>
</blockquote>

<p dir="auto">When running it manually then it should be executed when the composer is open (after creating a new message or reply). It can be executed with the menu item in the Command menu or with the shortcut listed in the same location.</p>

<p dir="auto">Running it automatically when creating a new message or reply is a bit tricky (even more experimental). It requires the UUID of the command in the bundle. Here is how to do it for TextMate:</p>

<pre><code>defaults write com.freron.MailMate MmBundleCommandLaunchedOnTab "46C1F8A8-A069-4E54-A427-30D45342674F"
</code></pre>

<p dir="auto">UUIDs for all known editor bundles are:</p>

<table><thead>
<tr>
<th>Editor</th>
<th>UUID</th>
</tr>
</thead><tbody>
<tr>
<td>Aquamacs</td>
<td><code>CA69CAD5-D4EC-481C-986A-548C60C40418</code></td>
</tr>
<tr>
<td>MacVim</td>
<td><code>5A2D62AF-4725-492B-BFC6-DAB411D1AA86</code></td>
</tr>
<tr>
<td>Sublime Text</td>
<td><code>2EF4C1A0-8FE2-11E3-BAA8-0800200C9A66</code></td>
</tr>
<tr>
<td>TextMate</td>
<td><code>46C1F8A8-A069-4E54-A427-30D45342674F</code></td>
</tr>
</tbody></table>

<p dir="auto">Note that the <a href="https://github.com/bsvingen/mailmate-bundles">Aquamacs bundle</a> is not currently included with MailMate.</p>

<blockquote>
<p dir="auto">I know i can do it <em>on</em> the actual already open mail message but that leaves me with a 'dead' window ;/</p>
</blockquote>

<p dir="auto">Dead window? Is MailMate hanging?</p>

<p dir="auto">-- <br>
Benny</p>

</div>