Support handling the Inbox project as either sequence or parallel.

This commit is contained in:
2014-11-15 20:44:45 +00:00
parent 2e25d88031
commit 94d1a1bc15
2 changed files with 10 additions and 11 deletions

View File

@@ -17,6 +17,11 @@
"description": "The number of seconds to wait between syncs.",
"value": "5",
"required": false
},
"TODOIST_INBOX_HANDLING": {
"description": "What method to use for the Inbox, sequence or parallel",
"value": "parallel",
"required": false
}
}
}