<div class="markdown">
<p dir="auto">Hi,</p>
<p dir="auto">On 4 Mar 2014, at 16:32, Nitin wrote (with possible deletions):</p>
<blockquote>
<p dir="auto">On 4 Mar 2014, at 17:48, Torsten Grust wrote:</p>
<blockquote>
<p dir="auto">The commands</p>
<pre><code>defaults read com.freron.MailMate MmBundleCommandLaunchedOnTab
</code></pre>
</blockquote>
<p dir="auto">returns:</p>
<pre><code>2014-03-04 20:57:03.714 defaults[16676:507]
The domain/default pair of (/Users/nitin/Library/Preferences/com.freron.MailMate,
MmBundleCommandLaunchedOnTab) does not exist
</code></pre>
<blockquote>
<p dir="auto">and</p>
<pre><code>grep uuid '/Applications/MailMate.app/Contents/SharedSupport/Bundles/Sublime Text.mmBundle/Commands/Edit.mmCommand'
</code></pre>
</blockquote>
<p dir="auto">returns:</p>
<pre><code>\ uuid = '2EF4C1A0-8FE2-11E3-BAA8-0800200C9A66';
</code></pre>
<p dir="auto">looks something wrong here?</p>
</blockquote>
<p dir="auto">this is not a issue per se. It only means that ST3 will <em>not</em> be<br>
automatically opened when you use TAB to move the cursor from the<br>
header fields into the MM editor window.</p>
<p dir="auto">If you would like to see this behavior (I enjoy it a lot), issue</p>
<pre><code>defaults write com.freron.MailMate MmBundleCommandLaunchedOnTab '2EF4C1A0-8FE2-11E3-BAA8-0800200C9A66'
</code></pre>
<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>