mu4e: add mu4e-view-fetch-url for downloading URLs

Add mu4e-view-fetch-url for fetching (downloading) URIs linked to in
e-mails. Add the 'f' keybinding for this, and document it.

Based on code by inigoserna.
This commit is contained in:
djcb
2016-01-10 13:06:10 +02:00
parent aad5708d49
commit 82e7ba051f
3 changed files with 20 additions and 2 deletions

View File

@ -118,8 +118,7 @@ better with e.g. offlineimap."
"Default directory for saving attachments.
This can be either a string (a file system path), or a function
that takes a filename and the mime-type as arguments, and returns
the attachment dir. See Info node `(mu4e) Opening and saving
attachments' for details."
the attachment dir. See Info node `(mu4e) Attachments' for details."
:type 'directory
:group 'mu4e
:safe 'stringp)