diff --git a/config.js b/config.js index 1b7e1b4..c82a02d 100644 --- a/config.js +++ b/config.js @@ -44,6 +44,8 @@ exports.ids = { 'cbdomccfnegbmmpfakfpnonihdnfmonn', // Edit with Paint.Net (Opera) [By @ray-lothian] 'oahnpfaakepnaabalmemoljdonbdjeei', // Easy Video Downloader (Opera) [By @ray-lothian] 'eaicplkoeceoelookkiaeekhodehdhde', // Easy Video Downloader (Chrome) [By @ray-lothian] + 'oofmnabdpcibefadlibdpnnbglcehfpj', // Email Client for Notmuch [by @InBasic] + 'ghnflaojldkldmjdiocenfmeonemoogb', // Email Client for Notmuch [by @InBasic] ], firefox: [ '{5610edea-88c1-4370-b93d-86aa131971d1}', // Open in IE @@ -65,5 +67,6 @@ exports.ids = { '{e127aaca-d162-4e4c-8de6-a5ee4de1a2ec}', // Edit with Photoshop [By @ray-lothian] '{3e8ae4b2-678d-4a63-8104-4d4d8d3b4f46}', // Edit with Paint.Net [By @ray-lothian] '{cd04e15e-6b23-4648-860d-0057602a5c2a}', // Easy Video Downloader [By @ray-lothian] + '{8e409c88-e088-4ce8-8506-5a91e6c502a8}', // Email Client for Notmuch [by @InBasic] ] }; diff --git a/host.js b/host.js index 617c89c..94a98fb 100755 --- a/host.js +++ b/host.js @@ -24,7 +24,7 @@ var files = []; var sprocess = []; var config = { - version: '0.6.6' + version: '0.6.7' }; // closing node when parent process is killed process.stdin.resume();