Re: [PATCH 1/5] test: two new messages for the 'broken' corpus

2018-04-14 Thread Tomi Ollila
On Fri, Apr 13 2018, David Bremner wrote: > These have an 'In-Reply-To' loop, which currently confuses "notmuch > new". > > Courtesy of anarcat. Instead the huge amount of noise in these messages, I suggest: (copied test/corpora/broken/broken-cc as base) It is so late today but I might test the

[PATCH] NEWS: Fix typos

2018-04-14 Thread Martin Michlmayr
--- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fff8a08c..352ce3a7 100644 --- a/NEWS +++ b/NEWS @@ -1034,7 +1034,7 @@ Path to gpg is now configurable Emacs - -Avoid rendering large text attachements. +Avoid rendering large text attachments

[PATCH] WIP: add attachment checks

2018-04-14 Thread Antoine Beaupré
This implements basic attachment checks like those present in other MUAs (e.g. Thunderbird, IIRC). A hook watches for keywords, which are implemented using a customizable regex, that indicate the user might have wanted to include an attachement while writing the email, but has forgotten. We curren