From owner-cvs-all Mon Jun 24 22:24:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E0537B408; Mon, 24 Jun 2002 22:24:30 -0700 (PDT) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P5OU604542; Mon, 24 Jun 2002 22:24:30 -0700 (PDT) (envelope-from mikeh) Message-Id: <200206250524.g5P5OU604542@freefall.freebsd.org> From: Mike Heffner Date: Mon, 24 Jun 2002 22:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mail extern.h list.c mail.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2002/06/24 22:24:30 PDT Modified files: usr.bin/mail extern.h list.c mail.1 Log: 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. Revision Changes Path 1.8 +1 -1 src/usr.bin/mail/extern.h 1.7 +14 -9 src/usr.bin/mail/list.c 1.40 +1 -1 src/usr.bin/mail/mail.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message