diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2018-10-13 16:52:04 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2018-10-13 16:52:04 +0300 |
| commit | ed52cd4055a160d4264b71aebe9e4276298da29e (patch) | |
| tree | 8865e977a76a1e280fce101e97b8dc0ea259b579 | |
| parent | 5f4e3276c7c41b417f3e998a49bc92766f144dfe (diff) | |
manpages updates for release 0.28
| -rw-r--r-- | manpages.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-address-1.mdwn | 14 | ||||
| -rw-r--r-- | manpages/notmuch-compact-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-config-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-count-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-dump-1.mdwn | 4 | ||||
| -rw-r--r-- | manpages/notmuch-emacs-mua-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-hooks-5.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-insert-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-new-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-properties-7.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-reindex-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-reply-1.mdwn | 6 | ||||
| -rw-r--r-- | manpages/notmuch-restore-1.mdwn | 2 | ||||
| -rw-r--r-- | manpages/notmuch-search-1.mdwn | 34 | ||||
| -rw-r--r-- | manpages/notmuch-search-terms-7.mdwn | 4 | ||||
| -rw-r--r-- | manpages/notmuch-show-1.mdwn | 16 | ||||
| -rw-r--r-- | manpages/notmuch-tag-1.mdwn | 2 |
19 files changed, 52 insertions, 52 deletions
diff --git a/manpages.mdwn b/manpages.mdwn index 905b0e8..c394bbc 100644 --- a/manpages.mdwn +++ b/manpages.mdwn @@ -24,4 +24,4 @@ The manual pages are licensed under [the GNU General Public License](https://www.gnu.org/licenses/gpl.txt), either version 3.0 or at your option any later version. -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index cfcb031..a337685 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -187,4 +187,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-address-1.mdwn b/manpages/notmuch-address-1.mdwn index f612e88..9196696 100644 --- a/manpages/notmuch-address-1.mdwn +++ b/manpages/notmuch-address-1.mdwn @@ -34,8 +34,8 @@ <b>--output=(sender|recipients|count|address)</b> Controls which information appears in the output. This option can be given multiple times to combine different outputs. When - neither --output=sender nor --output=recipients is given, --out‐ - put=sender is implied. + neither <b>--output=sender</b> nor <b>--output=recipients</b> is given, <b>--out-</b> + <b>put=sender</b> is implied. <b>sender</b> Output all addresses from the <u>From</u> header. @@ -62,12 +62,12 @@ Control the deduplication of results. <b>no</b> Output all occurrences of addresses in the matching mes‐ - sages. This is not applicable with --output=count. + sages. This is not applicable with <b>--output=count</b>. <b>mailbox</b> Deduplicate addresses based on the full, case sensitive name and email address, or mailbox. This is effectively - the same as piping the --deduplicate=no output to <b>sort</b> <b>|</b> + the same as piping the <b>--deduplicate=no</b> output to <b>sort</b> <b>|</b> <b>uniq</b>, except for the order of results. This is the default. @@ -75,7 +75,7 @@ Deduplicate addresses based on the case insensitive address part of the mailbox. Of all the variants (with different name or case), print the one occurring most - frequently among the matching messages. If --output=count + frequently among the matching messages. If <b>--output=count</b> is specified, include all variants in the count. <b>--sort=</b>(<b>newest-first</b>|<b>oldest-first</b>) @@ -86,7 +86,7 @@ By default, results will be displayed in reverse chronological order, (that is, the newest results will be displayed first). - However, if either --output=count or --deduplicate=address is + However, if either <b>--output=count</b> or <b>--deduplicate=address</b> is specified, this option is ignored and the order of the results is unspecified. @@ -130,4 +130,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-compact-1.mdwn b/manpages/notmuch-compact-1.mdwn index 7d84e9b..64a6061 100644 --- a/manpages/notmuch-compact-1.mdwn +++ b/manpages/notmuch-compact-1.mdwn @@ -64,4 +64,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-config-1.mdwn b/manpages/notmuch-config-1.mdwn index 3f68efe..3e8cca4 100644 --- a/manpages/notmuch-config-1.mdwn +++ b/manpages/notmuch-config-1.mdwn @@ -241,4 +241,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-count-1.mdwn b/manpages/notmuch-count-1.mdwn index 828bff9..7a2246e 100644 --- a/manpages/notmuch-count-1.mdwn +++ b/manpages/notmuch-count-1.mdwn @@ -77,4 +77,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-dump-1.mdwn b/manpages/notmuch-dump-1.mdwn index d86c5c8..62ee5bc 100644 --- a/manpages/notmuch-dump-1.mdwn +++ b/manpages/notmuch-dump-1.mdwn @@ -24,7 +24,7 @@ See <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7) for details of the supported syntax for <search-terms>. With no search terms, a dump of all messages in the - database will be generated. A "--" argument instructs notmuch that the + database will be generated. A <b>--</b> argument instructs notmuch that the remaining arguments are search terms. Supported options for <b>dump</b> include @@ -117,4 +117,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-emacs-mua-1.mdwn b/manpages/notmuch-emacs-mua-1.mdwn index e99c9f6..19a438c 100644 --- a/manpages/notmuch-emacs-mua-1.mdwn +++ b/manpages/notmuch-emacs-mua-1.mdwn @@ -92,4 +92,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-hooks-5.mdwn b/manpages/notmuch-hooks-5.mdwn index e589de2..ecde274 100644 --- a/manpages/notmuch-hooks-5.mdwn +++ b/manpages/notmuch-hooks-5.mdwn @@ -66,4 +66,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-insert-1.mdwn b/manpages/notmuch-insert-1.mdwn index e7b05b6..9c69318 100644 --- a/manpages/notmuch-insert-1.mdwn +++ b/manpages/notmuch-insert-1.mdwn @@ -116,4 +116,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-new-1.mdwn b/manpages/notmuch-new-1.mdwn index 2c64aad..51d5674 100644 --- a/manpages/notmuch-new-1.mdwn +++ b/manpages/notmuch-new-1.mdwn @@ -92,4 +92,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-properties-7.mdwn b/manpages/notmuch-properties-7.mdwn index eb7537c..8cb4c67 100644 --- a/manpages/notmuch-properties-7.mdwn +++ b/manpages/notmuch-properties-7.mdwn @@ -126,4 +126,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-reindex-1.mdwn b/manpages/notmuch-reindex-1.mdwn index a6beb8d..0ab6195 100644 --- a/manpages/notmuch-reindex-1.mdwn +++ b/manpages/notmuch-reindex-1.mdwn @@ -94,4 +94,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-reply-1.mdwn b/manpages/notmuch-reply-1.mdwn index 30910bc..4941e6a 100644 --- a/manpages/notmuch-reply-1.mdwn +++ b/manpages/notmuch-reply-1.mdwn @@ -74,8 +74,8 @@ <b>--decrypt=(false|auto|true)</b> If <b>true</b>, decrypt any MIME encrypted parts found in the selected con‐ tent (i.e., "multipart/encrypted" parts). Status of the decryption - will be reported (currently only supported with --format=json and - --format=sexp), and on successful decryption the multipart/encrypted + will be reported (currently only supported with <b>--format=json</b> and + <b>--format=sexp</b>), and on successful decryption the multipart/encrypted part will be replaced by the decrypted content. If <b>auto</b>, and a session key is already known for the message, then it @@ -129,4 +129,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-restore-1.mdwn b/manpages/notmuch-restore-1.mdwn index b4ae210..2148de1 100644 --- a/manpages/notmuch-restore-1.mdwn +++ b/manpages/notmuch-restore-1.mdwn @@ -102,4 +102,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-search-1.mdwn b/manpages/notmuch-search-1.mdwn index 4adb33b..31d9ba4 100644 --- a/manpages/notmuch-search-1.mdwn +++ b/manpages/notmuch-search-1.mdwn @@ -51,26 +51,26 @@ <b>threads</b> Output the thread IDs of all threads with any message - matching the search terms, either one per line (--for‐ - mat=text), separated by null characters (--format=text0), - as a JSON array (--format=json), or an S-Expression list - (--format=sexp). + matching the search terms, either one per line (<b>--for-</b> + <b>mat=text</b>), separated by null characters (<b>--format=text0</b>), + as a JSON array (<b>--format=json</b>), or an S-Expression list + (<b>--format=sexp</b>). <b>messages</b> Output the message IDs of all messages matching the - search terms, either one per line (--format=text), sepa‐ - rated by null characters (--format=text0), as a JSON - array (--format=json), or as an S-Expression list (--for‐ - mat=sexp). + search terms, either one per line (<b>--format=text</b>), sepa‐ + rated by null characters (<b>--format=text0</b>), as a JSON + array (<b>--format=json</b>), or as an S-Expression list (<b>--for-</b> + <b>mat=sexp</b>). <b>files</b> Output the filenames of all messages matching the search - terms, either one per line (--format=text), separated by - null characters (--format=text0), as a JSON array (--for‐ - mat=json), or as an S-Expression list (--format=sexp). + terms, either one per line (<b>--format=text</b>), separated by + null characters (<b>--format=text0</b>), as a JSON array (<b>--for-</b> + <b>mat=json</b>), or as an S-Expression list (<b>--format=sexp</b>). Note that each message may have multiple filenames asso‐ ciated with it. All of them are included in the output - (unless limited with the --duplicate=N option). This may + (unless limited with the <b>--duplicate=N</b> option). This may be particularly confusing for <b>folder:</b> or <b>path:</b> searches in a specified directory, as the messages may have dupli‐ cates in other directories that are included in the out‐ @@ -78,10 +78,10 @@ search. <b>tags</b> Output all tags that appear on any message matching the - search terms, either one per line (--format=text), sepa‐ - rated by null characters (--format=text0), as a JSON - array (--format=json), or as an S-Expression list (--for‐ - mat=sexp). + search terms, either one per line (<b>--format=text</b>), sepa‐ + rated by null characters (<b>--format=text0</b>), as a JSON + array (<b>--format=json</b>), or as an S-Expression list (<b>--for-</b> + <b>mat=sexp</b>). <b>--sort=</b>(<b>newest-first</b>|<b>oldest-first</b>) This option can be used to present results in either chronologi‐ @@ -179,4 +179,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-search-terms-7.mdwn b/manpages/notmuch-search-terms-7.mdwn index e6b87a3..7d37be9 100644 --- a/manpages/notmuch-search-terms-7.mdwn +++ b/manpages/notmuch-search-terms-7.mdwn @@ -9,7 +9,7 @@ <pre> <b>notmuch</b> <b>count</b> [option ...] <<u>search-term</u>> ... - <b>notmuch</b> <b>dump</b> [--format=(batch-tag|sup)] [--] [--output=<<u>file</u>>] [--] + <b>notmuch</b> <b>dump</b> [--gzip] [--format=(batch-tag|sup)] [--output=<<u>file</u>>] [--] [<<u>search-term</u>> ...] <b>notmuch</b> <b>reindex</b> [option ...] <<u>search-term</u>> ... @@ -453,4 +453,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-show-1.mdwn b/manpages/notmuch-show-1.mdwn index 39f1845..6ad8953 100644 --- a/manpages/notmuch-show-1.mdwn +++ b/manpages/notmuch-show-1.mdwn @@ -70,7 +70,7 @@ is termed "mboxrd" format and described in detail here: <u>http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html</u> - <b>raw</b> (default if --part is given) + <b>raw</b> (default if <b>--part</b> is given) Write the raw bytes of the given MIME part of a message to standard out. For this format, it is an error to spec‐ ify a query that matches more than one message. @@ -105,16 +105,16 @@ <b>--verify</b> Compute and report the validity of any MIME cryptographic signa‐ - tures found in the selected content (ie. "multipart/signed" + tures found in the selected content (e.g., "multipart/signed" parts). Status of the signature will be reported (currently only - supported with --format=json and --format=sexp), and the multi‐ + supported with <b>--format=json</b> and <b>--format=sexp</b>), and the multi‐ part/signed part will be replaced by the signed data. <b>--decrypt=(false|auto|true|stash)</b> If <b>true</b>, decrypt any MIME encrypted parts found in the selected - content (i.e. "multipart/encrypted" parts). Status of the + content (e.g., "multipart/encrypted" parts). Status of the decryption will be reported (currently only supported with - --format=json and --format=sexp) and on successful decryption + <b>--format=json</b> and <b>--format=sexp</b>) and on successful decryption the multipart/encrypted part will be replaced by the decrypted content. @@ -169,7 +169,7 @@ excluded message will be marked with the exclude flag (except when output=mbox when there is nowhere to put the flag). - If --entire-thread is specified then complete threads are + If <b>--entire-thread</b> is specified then complete threads are returned regardless (with the excluded flag being set when appropriate) but threads that only match in an excluded message are not returned when <b>--exclude=true.</b> @@ -187,7 +187,7 @@ <b>--include-html</b> Include "text/html" parts as part of the output (currently only - supported with --format=json and --format=sexp). By default, + supported with <b>--format=json</b> and <b>--format=sexp</b>). By default, unless <b>--part=N</b> is used to select a specific part or <b>--include-html</b> is used to include all "text/html" parts, no part with content type "text/html" is included in the output. @@ -224,4 +224,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> diff --git a/manpages/notmuch-tag-1.mdwn b/manpages/notmuch-tag-1.mdwn index 45d9e55..9c07ada 100644 --- a/manpages/notmuch-tag-1.mdwn +++ b/manpages/notmuch-tag-1.mdwn @@ -116,4 +116,4 @@ 2009-2018, Carl Worth and many others </pre> -<h2>0.27</h2> +<h2>0.28</h2> |
