diff options
author | Moritz Poldrack <git@moritz.sh> | 2022-08-30 22:16:30 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-30 22:23:24 +0200 |
commit | af9390d38befb9c227bfb90bfb7a49abb40ba411 (patch) | |
tree | e3b97799f61c66838cb20ba5deaf631394f0991a /doc/aerc.1.scd | |
parent | e9c4e250cace13b6eb35a472d7b4110fbec31ed5 (diff) | |
download | aerc-af9390d38befb9c227bfb90bfb7a49abb40ba411.tar.gz |
attach: enable path globbing
Enable path globbing using Go's standard library globbing capabilities,
which allows for attaching multiple files at once.
Suggested-by: Anderson John Njahi <johnjahi55@gmail.com>
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 2224374d..8ceed4dd 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -437,7 +437,8 @@ message list, the message in the message viewer, etc). Close the composer without sending, discarding the message in progress. *attach* <path> - Attaches the file at the given path to the email. + Attaches the file at the given path to the email. The path can contain + globbing syntax described at https://godocs.io/path/filepath#Match. *attach-key* Attaches the public key for the configured account to the email. |