From 95bf78ed72e59ec01c3497767b7dabdf4e2cfa85 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Thu, 7 Mar 2024 16:52:48 +0000 Subject: detach: add glob support This matches the behavior of :attach. Changelog-added: The `:detach` command now understands globs similar to `:attach`. Signed-off-by: Tristan Partin Acked-by: Robin Jarry --- doc/aerc.1.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index a2d4c922..af1ce31c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -803,7 +803,8 @@ message list, the message in the message viewer, etc). *:detach* [__] Detaches the file with the given path from the composed email. If no path is - specified, detaches the first attachment instead. + specified, detaches the first attachment instead. The path can contain + globbing syntax described at https://godocs.io/path/filepath#Match. *:cc* __++ *:bcc* __ -- cgit