mako icon indicating copy to clipboard operation
mako copied to clipboard

Generalize criteria regex matching

Open emersion opened this issue 5 years ago • 0 comments

Currently summary and body can use the ~= operator for a POSIX regex match.

Generalize this so that any string criteria can be matched using a regex. Could replace strcmp calls with a function that accounts for both.

emersion avatar Oct 27 '20 15:10 emersion