~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: fix typo in stylesets regexp example

Details
Message ID
<20230811212828.14154-2-robin@jarry.cc>
DKIM signature
pass
Download raw message
Patch: +2 -2
The backslashes must be escaped, otherwise they are not rendered by
scdoc.

Fixes: 2f46f64b0b0b ("styleset: allow dynamic msglist styling")
Reported-by: Vitaly Ovchinnikov <v@postbox.nz>
Signed-off-by: Robin Jarry <robin@jarry.cc>
---
 doc/aerc-stylesets.7.scd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 9d54e0bedd58..91b6e77aff82 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -301,8 +301,8 @@ Examples:
msglist\*.X-Sourcehut-Patchset-Update,APPROVED.fg = green
msglist\*.X-Sourcehut-Patchset-Update,NEEDS\_REVISION.fg = yellow
msglist\*.X-Sourcehut-Patchset-Update,REJECTED.fg = red
"msglist_*.Subject,~^(\[[\w-]+\]\s*)?\[(RFC )?PATCH.fg" = #ffffaf
"msglist_*.Subject,~^(\[[\w-]+\]\s*)?\[(RFC )?PATCH.selected.fg" = #ffffaf
"msglist_*.Subject,~^(\\[[\w-]+\]\\s*)?\\[(RFC )?PATCH.fg" = #ffffaf
"msglist_*.Subject,~^(\\[[\w-]+\]\\s*)?\\[(RFC )?PATCH.selected.fg" = #ffffaf
```

When a dynamic style is matched to an email header, it will be used in priority
-- 
2.41.0

[aerc/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CUQ1H4SG8UWM.28YDZY3FURTOX@cirno2>
In-Reply-To
<20230811212828.14154-2-robin@jarry.cc> (view parent)
DKIM signature
missing
Download raw message
aerc/patches: SUCCESS in 7m30s

[doc: fix typo in stylesets regexp example][0] from [Robin Jarry][1]

[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/43520
[1]: robin@jarry.cc

✓ #1039861 SUCCESS aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/1039861
✓ #1039862 SUCCESS aerc/patches/openbsd.yml     https://builds.sr.ht/~rjarry/job/1039862

Re: [aerc/patches] build success

Details
Message ID
<CVN0VNXQQO50.378KAQFQIBKEK@poldrack.dev>
In-Reply-To
<CUQ1H4SG8UWM.28YDZY3FURTOX@cirno2> (view parent)
DKIM signature
pass
Download raw message
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
-- 
Moritz Poldrack
https://moritz.sh

> Keep cool.

Re: [aerc/patches] build success

Details
Message ID
<CVN74LK8JEGS.35SIWQWOI7QNB@ringo>
In-Reply-To
<CVN0VNXQQO50.378KAQFQIBKEK@poldrack.dev> (view parent)
DKIM signature
pass
Download raw message
Moritz Poldrack, Sep 19, 2023 at 18:08:
> Acked-by: Moritz Poldrack <moritz@poldrack.dev>

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