summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/extern.h
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2002-06-25 05:24:30 +0000
committermikeh <mikeh@FreeBSD.org>2002-06-25 05:24:30 +0000
commit92912abb162c809019c1c1d0f16c01be2d8be533 (patch)
tree76289f153dfcb2eb05e3f30c1d94ef10a83ac66b /usr.bin/mail/extern.h
parent289920516bea8f688c57e02b9dd1895fddc9dd72 (diff)
downloadFreeBSD-src-92912abb162c809019c1c1d0f16c01be2d8be533.zip
FreeBSD-src-92912abb162c809019c1c1d0f16c01be2d8be533.tar.gz
Make the 'searchheaders' option behave how it was supposed to. If
enabled, the string '/to:y' will match strings in the To, Cc, and Bcc header fields. Whereas, '/To:y' will match only the To field. Edit the manpage and a code comment to indicate the correct behavior.
Diffstat (limited to 'usr.bin/mail/extern.h')
-rw-r--r--usr.bin/mail/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h
index 7385abc..9c3c7ad 100644
--- a/usr.bin/mail/extern.h
+++ b/usr.bin/mail/extern.h
@@ -169,7 +169,7 @@ void makemessage(FILE *, int);
void mark(int);
int markall(char [], int);
int matchsender(char *, int);
-int matchsubj(char *, int);
+int matchfield(char *, int);
int mboxit(int []);
int member(char *, struct ignoretab *);
void mesedit(FILE *, int);
OpenPOWER on IntegriCloud