From: Jani Nikula Date: Sat, 14 Oct 2017 13:16:27 +0000 (+0300) Subject: cli/new: support // in new.ignore X-Git-Tag: 0.26_rc0~23 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=f2a6790583825ffe3c564582f9a93a6c50d8430a;hp=f2a6790583825ffe3c564582f9a93a6c50d8430a;p=notmuch cli/new: support // in new.ignore Add support for using // style regular expressions in new.ignore, mixed with the old style verbatim file and directory basenames. The regex is matched against the relative path from the database path. ---