the chopstik |/

Results 7 comments of the chopstik |/

I also wanted to keep an audit of entities using Table::updateAll(). I've overridden \App\Model\Table\AppTable::updateAll to record an audit log. Its not bullet-proof given the nature of updateAll() but for the...

I got this to work in v2... ``` $('form').on('reset',` function(e){ setTimeout(function() { form.find('input.icheck-input').each(function (index, element) { $(element).icheck('updated', function(node) { }); }); }); }); ```

I've a similar situation where previously the plugin was working fine, connecting and retrieving email - but now its hung as you click on the mail icon...

Tried deleting plugin, restart, reinstall, restart. Tried clearing potentially problematic messages from the mailbox. Deleted read messages from mailbox, leaving only the unread messages yet to be ingested. I'm on...

Found the issue working through https://github.com/joplin/plugin-email/issues/24 - the [releases](https://github.com/joplin/plugin-email/releases) hasn't been updated to include more recent bugfixes. If you clone the repo locally insdtall dependencies then run `npm run dist`...

@bishoy-magdy are you able to produce a new release from the latest code? The current 1.0.0 [release](https://github.com/joplin/plugin-email/releases) is out of date and leading to loading/loop issues.

I upgraded to `Joplin 2.12.9 (prod, darwin)` and tested inbound attachment. Plugin set to HTML - same behavior, attachment linked but no file. Switched to Markdown, re-try, and attachment link...