Comment by ~kchibisov on ~rjarry/aerc
Ah, sorry, edits don't show up, so I read the original and replied based on it.
On Wed Jan 8, 2025 at 7:42 AM CET, ~kchibisov wrote:
I'd say that it works the other way around, newer is a duplicate of older.
Which is why I added that "(vice versa)".
Comment by ~kchibisov on ~rjarry/aerc
I'd say that it works the other way around, newer is a duplicate of older.
Ticket created by ~kchibisov on ~rjarry/aerc
If you
:flag
a message and then you try to filter with:filter -x flagged
it won't show it. What it shows for me looks like the messages which was flagged at some point of the time, but it's just a guess, but the result of the query is not empty, that's what I'm saying.Everything works as expected without notmuch with just maildir.
Ticket created by ~kchibisov on ~rjarry/aerc
When entering viewer (
[view]
), I'd like to see the flags, likeFlagged
(!
mark on the message in message list) and so on.The use case is to not toggle flag on already flagged message.
On irc it was suggested that the following could be done
rockorager | We could add a "header" field that is the same as the flag field in the message list
Ticket created by ~kchibisov on ~rjarry/aerc
If you have multiple accounts and click on one the right side(one or 2 cells of offset usually, but I feel like it's more like
64 * tab_idx
, but that's a guess) of the first one in a tab bar, you'll get on the one to the right instead.aerc version: 63019343660049eadb2273a7ea0e13a2a0580b51
The issue is not present with
v0.14.0
so it was a recent regression.It was suggested on
aerc
that it has something to withtemplate
PR.I do have the in
aerc.conf
tab-title-account = "{{.Account}} {{if .Unread}}({{.Unread}}){{end}}";
Comment by ~kchibisov on ~rjarry/aerc
The bug is unique to kitty terminal + aerc terminal interactions. The bug is not present when
colorize
script is used outside of the aerc terminal.The bug can only be reproduced inside the kitty(tried alacritty and foot) so I'd say it's just a kitty bug which should be reported to it.
Though, given that it doesn't happen outside of aerc-terminal, it could be something with it, cc ~rockorager
Ticket created by ~kchibisov on ~rjarry/aerc
When sending pgp signed mail the resulted signature ends being broken. It was suspected that the issue is with migadu, but neomutt manages to send everything correctly and further research showed that the issue is within aerc.
See https://github.com/emersion/go-message/issues/165#issuecomment-1447024320
Versions tested: 0.14.0 and c29d08808986dbf19df498b9ee9c4887146266dc
I've sent sample emails to ~rockorager from both aerc and neomutt.
Ticket created by ~kchibisov on ~kennylevinsen/greetd
If you run
w
orwho
after you've logged in you won't get any users logged in.To make those commands work greetd should update wtmp/btmp/utmp, etc
Ticket created by ~kchibisov on ~kennylevinsen/gtkgreet
On HiDPI output(scale 2) the background image is just a top left corner of the original image.