mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #24] [Feature request] File selection dialog for adding attachments #22
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#22
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 @d99kris on GitHub (Jan 29, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/24
Originally assigned to: @d99kris on GitHub.
Related to #23
nmailcould provide a simple file selection dialog, similar to how it allows selecting recipients from the address book.@d99kris commented on GitHub (Jan 30, 2020):
Probably can refer to pine/alpine file selection functionality as a reference.
@d99kris commented on GitHub (Mar 11, 2020):
Thanks for the suggestion to add a file selection dialog @Kabouik - it's been implemented now.
@d99kris commented on GitHub (Mar 11, 2020):
And FYI - the keyboard shortcut is same as for opening the address book - CTRL-T by default.
@Kabouik commented on GitHub (Mar 11, 2020):
That was your suggestion! Awesome, looking forward to trying it (once I fix the blocking issues on my main computer).
@Kabouik commented on GitHub (Jun 18, 2020):
Would it make sense to add sorting options to the file selection dialog? I often sort files by modification date before sending documents I just edited, very useful in large directories when not sure about the exact file name, or when multiple file names have similar names. I assume many people do the same. I understand this may be out of
nmail's scope though.