~kchibisov


#163 Add an option to show message flags in a viewer 9 days ago

Comment by ~kchibisov on ~rjarry/aerc

Ah, sorry, edits don't show up, so I read the original and replied based on it.

#163 Add an option to show message flags in a viewer 9 days ago

on ~rjarry/aerc

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)".

#163 Add an option to show message flags in a viewer 9 days ago

Comment by ~kchibisov on ~rjarry/aerc

I'd say that it works the other way around, newer is a duplicate of older.

#177 :filter -x flagged doesn't work with notmuch + maildir 1 year, 8 months ago

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.

#163 Add an option to show message flags in a viewer 1 year, 9 months ago

Ticket created by ~kchibisov on ~rjarry/aerc

When entering viewer ([view]), I'd like to see the flags, like Flagged(! 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

#162 Clicking on account in title bar is offset 1 year, 9 months ago

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 with template PR.

I do have the in aerc.conf

tab-title-account = "{{.Account}} {{if .Unread}}({{.Unread}}){{end}}";

#157 Error in OSC8-Links 1 year, 9 months ago

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

#143 Sending PGP signed mail results in broken signature 1 year, 10 months ago

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.

#11 Login via greetd infra doesn't get recognized by w and who commands 4 years ago

Ticket created by ~kchibisov on ~kennylevinsen/greetd

If you run w or who 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

#6 Background image isn't scaled on HiDPI output 4 years ago

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.