<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 24 Feb 2017, at 10:57, Max Rydahl Andersen wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Last night I made an initial version of a bundle for capture mails to an org-mode inbox.</p>

<p dir="auto">You can try it out here: <a href="https://github.com/maxandersen/org-mode.mmbundle" style="color:#777">https://github.com/maxandersen/org-mode.mmbundle</a></p>
</blockquote>

<p dir="auto">I'm not sure how wide-spread the use of <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">org-mode</code> is, but if the bundle has at least a few users then I'll add it to default set of bundles (if you don't mind) :)</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Question though:</p>

<p dir="auto">This bundle appends to my specific location of org files: <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/Dropbox/notes/inbox.org</code><br>
I'm wondering if there is a way to handle custom variables like this in mailmate bundles ?</p>

<p dir="auto">like a convention or way to ask for input or similar ?</p>
</blockquote>

<p dir="auto">The <a href="https://github.com/mailmate/todoist.mmbundle/tree/master/Support/bin" style="color:#3983C4">“Todoist” bundle</a> has something like this. It uses <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">defaults</code> to write/read a setting and it uses AppleScript to ask for its value (a string token for the Todoist server API). You can also use AppleScript to ask for a filepath (I don't think there is an example of a bundle command doing that).</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>