Massachusetts, USA
I write free software.
Check out my work, at https://hail.is if you're interested in scientific computing or genetics.
From Chris Vittal to ~cdv/public-inbox
Applied. Thanks!
From Chris Vittal to ~sircmpwn/public-inbox
It's simple enough to clear the LDFLAGS in the make invocation. $ make LDFLAGS= I'm pretty sure it won't get fixed since macOS is nonfree. Hope that helps, Chris
From Chris Vittal to ~cdv/public-inbox
Applied thanks!
From Chris Vittal to ~cdv/public-inbox
Thanks! Pushed and uploaded a new version. Chris
From Chris Vittal to ~sircmpwn/aerc
Allow styles to be layered over a base style. The list of styles to
apply is layered over the base style in order, such that if the layer
does not differ from the base it is not used. The order that these
styles are applied in is, from first to last:
msglist_default
msglist_unread
msglist_read (exclusive with unread, so technically the same level)
msglist_flagged
msglist_deleted
msglist_marked
So, msglist_marked style dominates.
[message trimmed]
From Chris Vittal to ~sircmpwn/aerc
Allow styles to be layered over a base style. The list of styles to
apply is layered over the base style in order, such that if the layer
does not differ from the base it is not used. The order that these
styles are applied in is, from first to last:
msglist_default
msglist_unread
msglist_read (exclusive with unread, so technically the same level)
msglist_flagged
msglist_marked
msglist_deleted
So, deleted's style dominates.
[message trimmed]
From Chris Vittal to ~sircmpwn/aerc
Fair enough. Found the bug. Patch incoming as soon as I write it. Chris
From Chris Vittal to ~sircmpwn/aerc
I'm having an issue getting a styleset to apply to deleted messages in the messagelist. For reference, I'm using aerc exclusively through IMAP. Pre-stylesets, when I moved or deleted a message, it was greyed out. Now, it is not, making it difficult to tell that I've deleted a message especially when managing a lot of messages that then makes a lot of imap requests. I'm using the default configuration. How can I restore the previous behavior. Thanks, Chris
From Chris Vittal to ~emersion/public-inbox
--- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b18a97c..1088acb 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ train "Shinkansen" { - C: [libscfg] - Go: [go-scfg] - Python: [py-scfg] - Rust: [scfg-rs] [message trimmed]
From Chris Vittal to ~emersion/public-inbox
--- If it is not the intention to license this under CC-BY-SA 4.0 and to use an earlier version instead, please fix this up, but I feel that a link to the license should be provided. Thanks! Chris README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dce9123..b18a97c 100644 --- a/README.md [message trimmed]