Path to this page:
Subject: CVS commit: pkgsrc/mail/neomutt
From: Thomas Klausner
Date: 2016-10-10 21:26:31
Message id: 20161010192631.D091FFBD2@cvs.NetBSD.org
Log Message:
Apply upstream patch:
forgotten-attachment: fix empty regex expression
The original regex was of the form "abc(|def)" to check for both \
"abc"
and "abcdef". Unfortunately, the regex libraries on BSDs/MacOS don't
like this use of an empty sub-expression.
Expanding the regex to: "(abc|abcdef)" fixes the problem.
https://github.com/neomutt/neomutt/commit/3bc69ca25077b171f1ae9beee484629c5b5c6482
Bump PKGREVISION.
Files: