summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-09 21:21:15 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-11 16:53:04 +0300
commit406af1848f01c2e5fe4ab3748ce934199190b827 (patch)
tree6d4cb7185342d69fa6b77bf31c96026791c8ca22 /docs
parenta4b78532b7d2347f9df7e87163c12880cb46cdd9 (diff)
compose: add `add-attachment-file-picker` command
Diffstat (limited to 'docs')
-rw-r--r--docs/meli.110
-rw-r--r--docs/meli.conf.58
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/meli.1 b/docs/meli.1
index 4eefb695..d0789022 100644
--- a/docs/meli.1
+++ b/docs/meli.1
@@ -451,6 +451,16 @@ as an attachment
in composer, pipe
.Ar CMD Ar ARGS
output into an attachment
+.It Cm add-attachment-file-picker
+Launch command defined in the configuration value
+.Ic file_picker_command
+in
+.Xr meli.conf 5 TERMINAL
+.It Cm add-attachment-file-picker < Ar CMD Ar ARGS
+Launch command
+.Ar CMD Ar ARGS Ns
+\&.
+The command should print file paths in stderr, separated by NULL bytes.
.It Cm remove-attachment Ar INDEX
remove attachment with given index
.It Cm toggle sign
diff --git a/docs/meli.conf.5 b/docs/meli.conf.5
index a183251e..174bec26 100644
--- a/docs/meli.conf.5
+++ b/docs/meli.conf.5
@@ -920,6 +920,14 @@ If false, no ANSI colors are used.
Set window title in xterm compatible terminals An empty string means no window title is set.
.\" default value
.Pq Em "meli"
+.It Ic file_picker_command Ar String
+.Pq Em optional
+Set command that prints file paths in stderr, separated by NULL bytes.
+Used with
+.Ic add-attachment-file-picker
+when composing new mail.
+.\" default value
+.Pq Em None
.It Ic themes Ar hash table String[String[Attribute]]
Define UI themes.
See