Ticket created by ~balejk on ~rjarry/aerc
Forward a message as is, including leaving the original headers intact, only appending the
Resent-*
headers. The message should appear to the final recipient as if it was sent directly by the original sender (except for theResent-*
headers and headers appended by the final recipient's server). For implementation details, please refer to neomutt'sbounce-message
command.
Ticket created by ~balejk on ~rjarry/aerc
...and operate on them at once, in particular select multiple attachments and save them under the same directory within a single
:save
command invocation.
Ticket created by ~balejk on ~rjarry/aerc
aerc could support additional placeholders to be used with the
index-format
setting, for instance attachment status (does the email contain any attachments?) and message size.
Ticket created by ~balejk on ~rjarry/aerc
Something like ranger's task window, where for instance statuses of yet unsent (due to poor network for example) outgoing messages would be displayed, perhaps with the possibility to cancel or edit them, could be nice. #84 could also profit from this. Other background tasks could be displayed there as well.
Comment by ~balejk on ~rjarry/aerc
Just some of my thoughts: it seems reasonable to me that the cache should be used for client-side threading, at least for the messages that have already been fetched. For instance, neomutt downloads the headers for the full folder upon its opening, which of course causes a significant delay (just the first time with header cache enabled, though), perhaps aerc could do the same in the background? Preferably with a setting saying how many messages should be cached, e. g.: viewed (the current behaviour)/n (n newest messages)/since (messages new than a given date)/all.