Ticket created by ~ferdinandyb on ~rjarry/aerc
When attaching aerc will store the relative file paths, meaning if you change the working directory, then aerc won't be able to attach the files. We should probably remember the absolute paths so we can attach the actual files during send from anywhere. Alternatively, we could look into actually saving the file with
:attach
so not even deleting the copy on disk messes with send (use case could be a draft hanging around for a few days?).
Ticket created by ~ferdinandyb on ~rjarry/aerc
Instead of appending to the end of the file, signature should be available in a template (and added to the installed templates).
e.g
{{- .Signature -}}
Comment by ~ferdinandyb on ~rjarry/aerc
Some questions/suggestions:
- add trace to all command Execute calls (with flags?)
- add trace(?) to all instances of PushStatus?
- debug for all configuration options of send? i.e. debug where account specific configurations are used?
Ticket created by ~ferdinandyb on ~rjarry/aerc
Moving a message with a keybind can easily be done accidentally, and then pretty hard to figure out where it went. Enable an undo for these operations (might make sense for other things as well).
Ticket created by ~ferdinandyb on ~rjarry/aerc
Now that we have trace and levels and stuff we should go through the codebase and add trace where users are likely to run into trouble.
E.g. it seems send (imap send?) doesn't have any logging which made it hard to help out on IRC.
Comment by ~ferdinandyb on ~rjarry/aerc
REPORTED
RESOLVED CLOSEDfeature added by ~ferdinandyb on ~rjarry/aerc
Ticket created by ~ferdinandyb on ~rjarry/aerc
Currently reading a message in split view will not mark it as read. It doesn't make sense to mark it read if the user just quickly scrolls over it. Allow the user to set a timeout after which the message will be marked as read if it was open in a split.