~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
5 3

[PATCH aerc] doc: fix man page typos

Details
Message ID
<20220822052353.2692080-1-tom@tjf.sh>
DKIM signature
missing
Download raw message
Patch: +3 -3
"behaviour" is not necessarily a typo, but currently 3/4 instances of
the word in the docs use the spelling "behavior".

Signed-off-by: Thomas Faughnan <tom@tjf.sh>
---
 doc/aerc-config.5.scd    | 2 +-
 doc/aerc-notmuch.5.scd   | 2 +-
 doc/aerc-stylesets.7.scd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index aaf15b8..743230e 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -355,7 +355,7 @@ These options are configured in the *[statusline]* section of aerc.conf.
	For a minimal statusline that only shows the current account and
	the connection information, use [%a] %c.

	To completely mute the statusline (except for push notficiations), use
	To completely mute the statusline (except for push notifications), use
	%m only.

	Default: [%a] %S %>%T
diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd
index 7da7ecf..5f71273 100644
--- a/doc/aerc-notmuch.5.scd
+++ b/doc/aerc-notmuch.5.scd
@@ -68,7 +68,7 @@ This can for example be useful if you use an archive or spam tag.

# USAGE

Notmuch shows slightly different behaviour than for example imap.++
Notmuch shows slightly different behavior than for example imap.++
Some commands are simply unsupported because they have no proper counterpart
in notmuch, like :delete and :archive.++
Others are slightly different in semantics and mentioned below:
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 9d4c91b..3b5dc23 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -13,7 +13,7 @@ its ui.

Aerc uses a simple configuration file to describe a styleset. The
styleset is described as key, value pairs. In each line, the key
represents the style object it signifies and the color/atrribute of
represents the style object it signifies and the color/attribute of
that is modified.

For example, in the line below, the foreground color of the
-- 
2.37.2

[aerc/patches] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CMCB4C8347YB.3N025CWTZ83E3@cirno>
In-Reply-To
<20220822052353.2692080-1-tom@tjf.sh> (view parent)
DKIM signature
missing
Download raw message
aerc/patches: FAILED in 2m45s

[doc: fix man page typos][0] from [Thomas Faughnan][1]

[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/34837
[1]: tom@tjf.sh

✗ #828792 FAILED  aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/828792
✓ #828793 SUCCESS aerc/patches/openbsd.yml     https://builds.sr.ht/~rjarry/job/828793
Details
Message ID
<CMCE63H5DBIS.2UJSICK4GGNL2@marty>
In-Reply-To
<20220822052353.2692080-1-tom@tjf.sh> (view parent)
DKIM signature
missing
Download raw message
Thomas Faughnan, Aug 22, 2022 at 07:23:
> "behaviour" is not necessarily a typo, but currently 3/4 instances of
> the word in the docs use the spelling "behavior".
>
> Signed-off-by: Thomas Faughnan <tom@tjf.sh>

Acked-by: Robin-Jarry <robin@jarry.cc>

Applied on master. Thanks!
Details
Message ID
<CMCEHVB2YI5S.3GVMKW037Z3B2@Archetype>
In-Reply-To
<20220822052353.2692080-1-tom@tjf.sh> (view parent)
DKIM signature
missing
Download raw message
On Mon Aug 22, 2022 at 7:23 AM CEST, Thomas Faughnan wrote:
> "behaviour" is not necessarily a typo, but currently 3/4 instances of
> the word in the docs use the spelling "behavior".
Seems reasonable.

>
> Signed-off-by: Thomas Faughnan <tom@tjf.sh>
> ---
>  doc/aerc-config.5.scd    | 2 +-
>  doc/aerc-notmuch.5.scd   | 2 +-
>  doc/aerc-stylesets.7.scd | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
> index aaf15b8..743230e 100644
> --- a/doc/aerc-config.5.scd
> +++ b/doc/aerc-config.5.scd
> @@ -355,7 +355,7 @@ These options are configured in the *[statusline]* section of aerc.conf.
>  	For a minimal statusline that only shows the current account and
>  	the connection information, use [%a] %c.
>  
> -	To completely mute the statusline (except for push notficiations), use
> +	To completely mute the statusline (except for push notifications), use
what's the change here?

>  	%m only.
>  
>  	Default: [%a] %S %>%T
Details
Message ID
<CMCEJO0AMZ9C.2QRW9PXBDW7CN@marty>
In-Reply-To
<CMCEHVB2YI5S.3GVMKW037Z3B2@Archetype> (view parent)
DKIM signature
missing
Download raw message
Moritz Poldrack, Aug 22, 2022 at 10:05:
> > -	To completely mute the statusline (except for push notficiations), use
> > +	To completely mute the statusline (except for push notifications), use
> what's the change here?

s/notficiations/notifications/
     ^^^^
Details
Message ID
<CMCEOF341TTJ.2JVLVLGGITBQR@Archetype>
In-Reply-To
<CMCEJO0AMZ9C.2QRW9PXBDW7CN@marty> (view parent)
DKIM signature
missing
Download raw message
On Mon Aug 22, 2022 at 10:08 AM CEST, Robin Jarry wrote:
> Moritz Poldrack, Aug 22, 2022 at 10:05:
> > > -	To completely mute the statusline (except for push notficiations), use
> > > +	To completely mute the statusline (except for push notifications), use
> > what's the change here?
>
> s/notficiations/notifications/
>      ^^^^
nevermind… just me being blind I guess :)
Reply to thread Export thread (mbox)