From 616c36034fa23aac238aa9aebbd4db49d8d6977d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Oct 2015 13:37:25 +0300 Subject: [PATCH] man: Changed "pattern" to "string" in doveamd-search-query(7) --- doc/man/doveadm-search-query.7 | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/man/doveadm-search-query.7 b/doc/man/doveadm-search-query.7 index a2e046b1fb..c664daa30b 100644 --- a/doc/man/doveadm-search-query.7 +++ b/doc/man/doveadm-search-query.7 @@ -1,5 +1,5 @@ .\" Copyright (c) 2010-2015 Dovecot authors, see the included COPYING file -.TH DOVEADM\-SEARCH\-QUERY 7 "2011-11-24" "Dovecot v2.2" "Dovecot" +.TH DOVEADM\-SEARCH\-QUERY 7 "2015-10-19" "Dovecot v2.2" "Dovecot" .SH NAME doveadm\-search\-query \- Overview of search queries for doveadm mailbox \ commands @@ -100,9 +100,9 @@ Matches all messages. Matches messages with the IMAP flag \(rsAnswered set. .\"----------------- .TP -.BI BCC\ pattern +.BI BCC\ string Matches messages, which contain -.I pattern +.I string in the BCC field of the message\(aqs IMAP envelope structure. .\"----------------- .TP @@ -111,15 +111,15 @@ Matches messages with an internal date before .IR date\ specification . .\"----------------- .TP -.BI BODY\ pattern +.BI BODY\ string Matches messages, which contain -.I pattern +.I string in the body part. .\"----------------- .TP -.BI CC\ pattern +.BI CC\ string Matches messages, which contain -.I pattern +.I string in the CC field of the message\(aqs IMAP envelope structure. .\"----------------- .TP @@ -135,22 +135,22 @@ Matches messages with the IMAP flag \(rsDraft set. Matches messages with the IMAP flag \(rsFlagged set. .\"----------------- .TP -.BI FROM\ pattern +.BI FROM\ string Matches messages, which contain -.I pattern +.I string in the FROM field of the message\(aqs IMAP envelope structure. .\"----------------- .TP -\fBHEADER\fP \fIfield\fP \fIpattern\fP +\fBHEADER\fP \fIfield\fP \fIstring\fP Matches messages, which either have the named header .IR field , when empty -.I pattern +.I string was given. Or messages, where the given header .IR field \(aqs value contains the specified -.IR pattern . +.IR string . .\"----------------- .TP .BI KEYWORD\ keyword @@ -236,21 +236,21 @@ Matches messages with a size smaller than the given .IR size . .\"----------------- .TP -.BI SUBJECT\ pattern +.BI SUBJECT\ string Matches messages, which contain -.I pattern +.I string in the SUBJECT field of the message\(aqs IMAP envelope structure. .\"----------------- .TP -.BI TEXT\ pattern +.BI TEXT\ string Matches messages, which contain -.I pattern +.I string in the message body. .\"----------------- .TP -.BI TO\ pattern +.BI TO\ string Matches messages, which contain -.I pattern +.I string in the TO field of the message\(aqs IMAP envelope structure. .\"----------------- .TP -- 2.47.3