aboutsummaryrefslogtreecommitdiff
path: root/config/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/aerc.conf')
-rw-r--r--config/aerc.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index 4b4e7cb6..7f6532f1 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -540,9 +540,10 @@ message/rfc822=colorize
# actions on a per-MIME-type basis. The :open-link URL scheme is used to
# determine the MIME type as follows: x-scheme-handler/<scheme>.
#
-# {} is expanded as the temporary filename to be opened. If it is not
-# encountered in the command, the temporary filename will be appened to the end
-# of the command.
+# {} is expanded as the temporary filename or URL to be opened with proper
+# shell quoting. If it is not encountered in the command, the filename/URL will
+# be appended to the end of the command. The command will then be executed with
+# `sh -c`.
#
# Like [filters], openers support basic shell globbing. The first opener which
# matches the part's MIME type (or URL scheme handler MIME type) will be used,
@@ -550,7 +551,7 @@ message/rfc822=colorize
#
# Examples:
# x-scheme-handler/irc=hexchat
-# x-scheme-handler/http*=firefox
+# x-scheme-handler/http*=printf '%s' {} | wl-copy
# text/html=surf -dfgms
# text/plain=gvim {} +125
# message/rfc822=thunderbird