From af9390d38befb9c227bfb90bfb7a49abb40ba411 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Tue, 30 Aug 2022 22:16:30 +0200 Subject: 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 Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- doc/aerc.1.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/aerc.1.scd') 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* - 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. -- cgit