Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way of choosing destination file for attachments #2730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tristan02d
Copy link

When using mu4e-view-save-attachments, only the destination directory can be
set. Therefore if the attachment is Very Inconvenient filename-1234.pdf, it
will be saved in a file with the same name.

At first I thought about creating a new custom variable to tweak the behavior of
mu4e-view-save-attachments--which explains this poor branch name. But I
thought adding a dedicated command makes more sense. One command that does
everything is more likely to become a big piece of inedible code, especially if
I am the guy who writes it. So here is my attempt to implement a facility for
choosing the destination file of an attachment.

I know that this kind of feature requires being properly documented in the
manual, and that binding it to a key would be nice--I think of o for "one" or
"output". I am totally willing to do it, but I would like to get some feedback
on the idea first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant