~rjarry/aerc-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 3

[PATCH aerc] doc: merge duplicate `:filter` in aerc(1)

Details
Message ID
<20230316161536.66308-1-witcher@wiredspace.de>
DKIM signature
pass
Download raw message
Patch: +4 -6
`:filter` was given twice in the "MESSAGE LIST COMMANDS" section of *aerc*(1),
both incomplete/wrong. Merge both to reference *aerc-search*(1) and say it
actually *filters* the message list.

References: https://todo.sr.ht/~rjarry/aerc/144
Signed-off-by: witcher <witcher@wiredspace.de>
Fixes: af63bd0188d13ecf00628c30f88d0ee06c07e500 ("doc: homogenize scdoc markup")
---
 CHANGELOG.md   | 2 ++
 doc/aerc.1.scd | 8 ++------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4081aa8..b36d45d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
  `signature-file` and `signature-cmd` if not already present.
- All `aerc(1)` commands now interpret `aerc-templates(7)` markup.
- running commands (like mailto: or mbox:) no longer prints a success message
- `aerc(1)` now lists only one instance of `:filter` for the message list
  commands section.

### Deprecated

diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 964c1d9..674535a 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -328,7 +328,8 @@ message list, the message in the message viewer, etc).

*:filter* [_<options>_] _<terms>_...
	Similar to *:search*, but filters the displayed messages to only the search
	results. See the documentation for *:search* for more details.
	results. The search syntax is dependent on the underlying backend.
	Refer to *aerc-search*(1) for details

*:mkdir* _<name>_
	Creates a new folder for this account and changes to that folder.
@@ -379,11 +380,6 @@ message list, the message in the message viewer, etc).
*:prev-result*
	Selects the next or previous search result.

*:filter* [_<options>_] _<terms>_...
	Searches the current folder.
	The search syntax is dependent on the underlying backend.
	Refer to *aerc-search*(1) for details

*:select* _<n>_++
*:select-message* _<n>_
	Selects the _<n>_\th message in the message list (and scrolls it into
-- 
2.39.2

[aerc/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CR7Y0SNJTWZC.2GK31XUH2B0FW@cirno2>
In-Reply-To
<20230316161536.66308-1-witcher@wiredspace.de> (view parent)
DKIM signature
missing
Download raw message
aerc/patches: SUCCESS in 4m41s

[doc: merge duplicate `:filter` in aerc(1)][0] from [witcher][1]

[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/39769
[1]: witcher@wiredspace.de

✓ #958193 SUCCESS aerc/patches/openbsd.yml     https://builds.sr.ht/~rjarry/job/958193
✓ #958192 SUCCESS aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/958192
Details
Message ID
<CR7Y8QTWZQML.3HA8G2JIQQVV1@hades.moritz.sh>
In-Reply-To
<20230316161536.66308-1-witcher@wiredspace.de> (view parent)
DKIM signature
pass
Download raw message
Reviewed-by: Moritz Poldrack <moritz@poldrack.dev>
-- 
Moritz Poldrack
https://moritz.sh
Details
Message ID
<CR82TOSFYAK7.3Q6FN082E6E4W@ringo>
In-Reply-To
<CR7Y8QTWZQML.3HA8G2JIQQVV1@hades.moritz.sh> (view parent)
DKIM signature
pass
Download raw message
Moritz Poldrack, Mar 16, 2023 at 17:30:
> Reviewed-by: Moritz Poldrack <moritz@poldrack.dev>

Applied. Thanks!
Reply to thread Export thread (mbox)