St. Paul, MN
Fixed by ~rockorager in commit 6b39c0dae1e1.
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
Comment by ~rockorager on ~rjarry/aerc
On Tue Feb 28, 2023 at 5:03 AM CST, ~inwit wrote:
- In the case of folders, templating might be the easiest solution, but we could also split the dirlist and have a second area just for virtual folders. This solution would also be useful for operating on searches (saving them as permanent in the dirlist by adding them to the query-map file, for example, or even exporting a search to a folder or mbox).
I have a pretty good way to handle this one in the works. I am adding IANA special-use roles to the Directory model, and also adding a custom internal aerc one called "Query" (or "Search", still to be figured out). But that flag will allow us to determine the use of a folder - and for the case of "Query"/"Search"
- limit some functionality that may be hard to determine the users intent (IE moving a message).
This functionality would extend beyond notmuch:
- global maildir search
- IMAP Esearch (multi-mailbox search, supported by gmail, office 365, fastmail,)
- gmail custom IMAP search (gmail exposes gmail-search syntax over imap in a custom extension, we could implement this)
-- Tim
Comment by ~rockorager on ~rjarry/aerc
I still can't get this to replicate, and several on IRC haven't been able to either. Any other info you can give? Do other curses programs show the same issue?
Comment by ~rockorager on ~rjarry/aerc
Any other details? I can't reproduce using aerc v0.14.0 (nor master), calcurse v4.8.0, foot v1.13.1
Comment by ~rockorager on ~rjarry/aerc
We should probably have a hook for this case, too. BEL doesn’t come with any data but we could pass the tab title to the hook context.
~rjarry assigned ~rockorager to #138 on ~rjarry/aerc
Comment by ~rockorager on ~rockorager/go-jmap
REPORTED
RESOLVED IMPLEMENTED