From Ondřej Synáček to ~rjarry/aerc-devel
On Thu May 19, 2022 at 10:07 PM CEST, Koni Marti wrote: > Reply to iCalendar invitations with three commands: :accept, > :accept-tentative or :decline. Parse a text/calendar request, create a > reply and append it to the composer. > > Suggested-by: Ondřej Synáček <ondrej@synacek.org> > Signed-off-by: Koni Marti <koni.marti@gmail.com> This is very cool! Thanks for considering my request. Can't help with code review though as I'm not skilled in Go.
From Ondřej Synáček to ~rjarry/aerc-devel
On Thu Mar 24, 2022 at 4:40 PM CET, Robin Jarry wrote: > Applied on master. > > Thanks guys. Thank you very much! Great work. One little nitpick, do commands that accept flag normally disable autocomplete? I tried: `:save -a ~/Downloads` Hitting <tab> would normally expand it to `/Users/myuser/home/Downloads` for example and would autocomplete paths.
From Ondřej Synáček to ~rjarry/aerc-devel
On Wed Mar 23, 2022 at 2:37 PM CET, Tim Culverhouse wrote: > Similarly, it would be nice to have forward -a, which would forward > *with* attachments. We have forward -A which is forward *as* attachment. Agree. There were occasions where I had to attach the files when forwarding but it's easy to forget. However enabling saving/dumping of all attachments/data would at least simplify this forwarding process.
From Ondřej Synáček to ~rjarry/aerc-devel
On Wed Mar 23, 2022 at 10:14 AM CET, Robin Jarry wrote: > Mind that there may be no way to distinguish between the main text/plain > message "body" and other attachments. :save -a would save *all* parts > including the main message body. I think that might actually be fine. So maybe this shouldn't be a functionality called "save all", perhaps it's more like dump feature. I'd be totally fine if I could dump all parts of message to a folder on my file system.
From Ondřej Synáček to ~rjarry/aerc-devel
On Wed Mar 23, 2022 at 9:49 AM CET, Moritz Poldrack wrote:
> To my knowledge, there is not (yet).
I don't know Go language so I can't directly contribute. I guess this
would then be feature request.
From Ondřej Synáček to ~rjarry/aerc-devel
Is there a command when viewing a message to download all attachments? Sometimes I receive mail with multiple files and if I want to get those attachments quickly I have to go one-by-one in the viewer and run `:save` on each of them.