mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 20:25:54 +03:00
[GH-ISSUE #34] User request: Send path to new E-Mail #31
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @soendi on GitHub (Apr 3, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/34
Hey there, thanks for doing this very helpful piece of software.
Is it possible to implement an option to send the path to a new email?
I managed this already - but it would be nicer, when it would be choseable directly as a standard option.
I just did a batch file, containing:
start "" mailto://?body=%1and chose this batch file to launch as the executable file.
Unfortunately, it depends on the used mailto handler/software, whether the link will be working or not.
Chrome/inbox -> works properly
Lotus Notes -> replaces "%20" by "[space]" - file://-link won't work like this.
Had no other e-mail clients...
Think, this would be a piece of cake for you, isn't it?
Cheers
soendi
@clechasseur commented on GitHub (Nov 19, 2018):
Not sure this is so easy. There could be mailer-specific issues.
It seems to me like your solution is good enough and if not, simply copy the path to the clipboard and paste it in a new e-mail.
I'll close this for now.