]> granicus.if.org Git - neomutt/commit
Change 'attach_keyword' option from string to regex
authorJohannes Weißl <jargon@molb.org>
Wed, 21 Sep 2016 18:10:15 +0000 (20:10 +0200)
committerRichard Russon <rich@flatcap.org>
Fri, 23 Sep 2016 15:49:54 +0000 (16:49 +0100)
commit337f6e3954bc810b4250d8f0e34935d631a84fa8
treef889f97b50c7412664cede048cdcf2cae9bf551d
parenta46ef6901b8713c0ed1f3ad168b70c22bd17d67e
Change 'attach_keyword' option from string to regex

A regular expression is much more useful than a single word to check for
forgotten attachments, especially when writing in multiple languages.

This is inspired by the muttng patchset abort_noattach [1], which I use
for years, but newly implemented to make minimal changes to the neomutt
source code.

The keyword is no longer mentioned in the error message as regular
expressions tend to be longer.

The option 'attach_keyword' could be renamed 'attach_remind_regex' as in
the muttng patch.

[1] https://github.com/codito/muttng-patchset/blob/master/patches/muttng.abort_noattach.diff

Closes: #138
README.neomutt
doc/manual.xml.head
doc/muttrc.forgotten-attachment
globals.h
init.h
send.c