<div class="markdown">
<p dir="auto">Exactly what I needed to customize the MacVim shortcut ! You definitely should add these instructions to the FAQ.</p>

<p dir="auto">Thanks anyway</p>

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

<p dir="auto">On 28 Apr 2015, at 9:31, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 27 Apr 2015, at 20:28, Joshua Kehn wrote:</p>

<blockquote>
<p dir="auto">I'm working on expanding the MailMate -> OmniFocus flow. In particular, I'm customizing the AppleScript to “intelligently” either create Inbox tasks (quick replies, further planning) OR full-on projects inside folders (like, for example, when a JIRA ticket comes in, I want to setup a project in a client's folder to handle that).</p>

<p dir="auto">Now that I've roughed out how this should look from a script perspective, how do I get that into MailMate to start testing? I've symlinked the folder into the bundle location and that isn't being picked up by MailMate</p>
</blockquote>

<p dir="auto">The best approach is to fork the bundle on Github and then clone it to the Bundles folder. I guess I should describe that in more detail :-) (I'll also provide a simpler solution further below.)</p>

<p dir="auto">I'm going to assume you haven't used Github or git before:</p>

<ul>
<li>Create an account at <a href="">github.com</a></li>
<li>Go to the <a href="https://github.com/mailmate/omnifocus.mmbundle">OmniFocus bundle</a> github page.</li>
<li>Click the Fork button to create your own repository.</li>
<li><p dir="auto">Now make a clone of your forked copy:</p>

<pre><code>~/Library/Application Support/MailMate/Bundles
git clone https://github.com/<your github user name>/omnifocus.mmbundle.git
</code></pre></li>
<li><p dir="auto">Make your changes.</p></li>
<li><p dir="auto">Test your changes.</p></li>
<li><p dir="auto">Learn how to use <code>git</code> ;-)</p></li>
<li><p dir="auto">Commit/push your changes using <code>git</code>.</p></li>
<li><p dir="auto">Optionally, send me a pull request for any changes of general interest to OmniFocus users. Alternatively, you can share your changes with co-workers by having them clone your forked copy of the bundle.</p></li>
</ul>

<p dir="auto">Now, if you have never used <code>git</code> and don't want to then here is the quick approach:</p>

<pre><code>cd ~/Library/Application Support/MailMate/Bundles
git clone https://github.com/mailmate/omnifocus.mmbundle.git
</code></pre>

<p dir="auto">Now you can make all of your changes locally. (Note that it should not be necessary to relaunch MailMate when you make changes.)</p>

<p dir="auto">I hope this helps.</p>

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

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

</div>