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

%s substitution without formatting for onNotify

Open rgemulla opened this issue 8 years ago • 0 comments

Currently, imapnotify substitutes %s in onNotify by a formatted mailbox name, i.e., the mailbox name is converted to lowercase and / is replaced by -. It would be great if imapnotify would support putting the mailbox name directly (without any reformatting; e.g., via %S) so that it can be used by the onNotify script to sync just that folder. Right now, this does not work for me because folder names are case sensitive and / needs to be kept.

rgemulla avatar Jan 31 '18 18:01 rgemulla