diff --git a/man/mu-cfind.1.org b/man/mu-cfind.1.org index eb99e929..f8502dfc 100644 --- a/man/mu-cfind.1.org +++ b/man/mu-cfind.1.org @@ -49,6 +49,7 @@ The regular expressions are basic case-insensitive PCRE, see *pcre(3)*. ** --format=plain|mutt-alias|mutt-ab|wl|org-contact|bbdb|csv sets the output format to the given value. The following are available: +#+ATTR_MAN: :disable-caption t | --format= | description | |-------------+-----------------------------------| | plain | default, simple list | @@ -112,6 +113,7 @@ With ~--format=json~, the matching contacts come out as a JSON array, e.g., Each contact has the following fields: +#+ATTR_MAN: :disable-caption t | property | description | |---------------+--------------------------------------------------------------------------| | ~email~ | the email-address | diff --git a/man/mu-find.1.org b/man/mu-find.1.org index 845db60c..1a4986c2 100644 --- a/man/mu-find.1.org +++ b/man/mu-find.1.org @@ -289,6 +289,7 @@ taking the total number for 10 test runs. 2. time (repeat 10 mu find "" -n 50000 --include-related --threads > /dev/null) +#+ATTR_MAN: :disable-caption t | release | time 1 (sec) | time 2 (sec) | |---------------+--------------+--------------| | 1.4 | 8.9s | 59.3s | diff --git a/man/mu-index.1.org b/man/mu-index.1.org index 5efc3549..c51d5054 100644 --- a/man/mu-index.1.org +++ b/man/mu-index.1.org @@ -183,6 +183,7 @@ too! Indexing the the same 93000-message mail corpus with the last few releases: +#+ATTR_MAN: :disable-caption t | release | time (sec) | notes | |---------------+------------+------------------------------------------| | 1.4 | 160s | | diff --git a/man/mu-move.1.org b/man/mu-move.1.org index 540c158f..5dae0e51 100644 --- a/man/mu-move.1.org +++ b/man/mu-move.1.org @@ -55,6 +55,7 @@ The message flags specify the Maildir-metadata for a message and are represented by uppercase letters at the end of the message file name for all 'non-new' messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir. +#+ATTR_MAN: :disable-caption t | Flag | Meaning | |------+------------------------------------| | D | Draft message | @@ -67,6 +68,7 @@ messages, i.e. messages that live in the ~cur/~ sub-directory of a Maildir. New messages (in the ~new/~ sub-directory) do not have flags encoded in their file-name; but we *mu* uses 'N' in the ~--flags~ to represent that: +#+ATTR_MAN: :disable-caption t | Flag | Meaning | |------+---------| | N | New | diff --git a/man/mu-query.7.org b/man/mu-query.7.org index db8fe7e3..a00a267e 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -118,6 +118,7 @@ We already saw a number of search fields, such as *subject:* and *body:*. For th full table with all details, including single-char shortcuts, try the command: ~mu info fields~. +#+ATTR_MAN: :disable-caption t |------------+-----------+--------------------------------| | field-name | alias | description | | bcc | | Blind carbon-copy recipient | diff --git a/man/mu-server.1.org b/man/mu-server.1.org index a5e53e1c..6919249d 100644 --- a/man/mu-server.1.org +++ b/man/mu-server.1.org @@ -73,6 +73,7 @@ time build/mu/mu server --allow-temp-file --eval '(find :query "\"\"" :include-r #+end_src (and ~--allow-temp-file~ for 1.11) +#+ATTR_MAN: :disable-caption t | release | time (sec) | |---------------+------------| | 1.8 | 8.6s |