mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #64] Tilde as home dir doesn't work in attachments input #60
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#60
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 @sc0ttj on GitHub (Jan 8, 2021).
Original GitHub issue: https://github.com/d99kris/nmail/issues/64
Originally assigned to: @d99kris on GitHub.
Using a tilde as home dir doesn't work in attachments input, but writing the full path does.
So
~/path/to/fileattaches an empty file.NOTE, I haven't tried using
$HOME/fooso I don't know if that works or not.@d99kris commented on GitHub (Jan 10, 2021):
Thanks for reporting. Support for shell path expansion of
~as well as env variables like${HOME}has been added now.