node-imapnotify icon indicating copy to clipboard operation
node-imapnotify copied to clipboard

Post Command Not Fired

Open matthewhague opened this issue 7 years ago • 2 comments

On line 243, the last argument of the ?: construct is command when it should be postCommand. This means the on notify command is fired twice, but the post command never.

matthewhague avatar May 16 '18 15:05 matthewhague

Indeed, I get the same issue, and it's a one-line fix.

gartrog avatar Jan 24 '19 00:01 gartrog

This should be fixed with PR #20

leggewie avatar Feb 10 '19 01:02 leggewie