Coder Social home page Coder Social logo

devonthink-pro.mmbundle's Introduction

Configuration

This bundle will not work out of the box. You need to go to the Commands folder (on Mac, right-click the bundle > Show Package Contents) and edit the files in a text editor.

The SampleGroup.mmCommand file looks like this:

{
	name          = 'SampleGroup';
	input         = 'raw';
	environment   = 'MM_DT_DATABASE_PATH=/Users/MyName/Databases/MyDatabase.dtBase2\nMM_SUBJECT=${subject.prefix:+${subject.prefix} }${subject.blob:+[${subject.blob}] }${subject.body:no subject}\nMM_MESSAGE_ID=${message-id.split}\n';
	command       = '#!/bin/bash\n"${MM_BUNDLE_SUPPORT}/bin/add-to-group"';
	keyEquivalent = "";
	uuid          = '32FB82FD-E643-4509-BD24-C1E9EDE2CFC0';
}

Set name to the name of the group in DevonThink that the emails will be imported to. In the environment line you need to adjust the path to the DevonThink database. Don't change anything after the first \n. For each DevonThink group that you want to file emails into, you need to create another .mmCommand file. If you use more than the two sample commands included, you also need to adjust the uuid value so that each .mmCommand has a unique UUID. (How to create a UUID)

Installation

Follow these instructions and adjust the Github URL to this bundle's repository.

License

If not otherwise specified (see below), files in this repository fall under the following license:

Permission to copy, use, modify, sell and distribute this
software is granted. This software is provided "as is" without
express or implied warranty, and with no claim as to its
suitability for any purpose.

An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar.

devonthink-pro.mmbundle's People

Contributors

freron avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.