~inwit

Trackers

~inwit/org-notmuch-hello

Last active 1 year, 8 months ago

#189 Automatically add "forwarded" tag 13 days ago

feature added by ~inwit on ~rjarry/aerc

#189 Automatically add "forwarded" tag 13 days ago

notmuch added by ~inwit on ~rjarry/aerc

#197 Add support for global settings in accounts.conf 13 days ago

feature added by ~inwit on ~rjarry/aerc

#196 Delete messages that can also be moved or archived 13 days ago

Comment by ~inwit on ~rjarry/aerc

As mentioned in aerc-discuss, this is by design of notmuch: https://notmuchmail.org/excluding/

#198 Quoted bindings are not well parsed 13 days ago

needs-reproducer removed by ~inwit on ~rjarry/aerc

#198 Quoted bindings are not well parsed 13 days ago

breaking added by ~inwit on ~rjarry/aerc

#198 Quoted bindings are not well parsed 13 days ago

Comment by ~inwit on ~rjarry/aerc

Ok, I was referring to bindings without quotes, which I agree that are probably better not to accept. This is a minor breaking change, so we'd need to mark it in the release. Closing now.

REPORTED RESOLVED CLOSED

#198 Quoted bindings are not well parsed 17 days ago

Ticket created by ~inwit on ~rjarry/aerc

Bindings like

dd = move Deleted Items<Enter>

used to work. Now they give an error: "Items" unexpected argument. Usage: move [-p] <folder>. They do work if escaped quotes are used, though:

dd = move \'Deleted Items\'<Enter>

#189 Automatically add "forwarded" tag 2 months ago

Ticket created by ~inwit on ~rjarry/aerc

In notmuch, when you forward a message, it'd be nice to have a "forwarded" tag added to it once the sending operation has succeeded. The tag could be configurable, but maybe it's ok to have it fixed (as it happens with "replied" and other tags).

#188 Messages disappear upon threading 3 months ago

Ticket created by ~inwit on ~rjarry/aerc

Sometimes, if I toggle-threads in a folder, some of the messages in that folder disappear. If I toggle-threads again, they're back there.

Upon discussion over at IRC, it seems that it might be caused by a missing root node and multiple siblings. We should solve this in a different way (disappearing messages is no good.

Might be related to the first report here: https://todo.sr.ht/~rjarry/aerc/70