summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2021-10-02 13:38:50 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2021-10-02 13:38:50 +0300
commit505adca54d80e56fee2ca84b888ee1620a093f77 (patch)
tree90d482b4382ad5b5bfbbf7fb63489178834f8601 /docs
parente090c31f96031d8719d7c22709afc56509f467c0 (diff)
downloadmeli-505adca54d80e56fee2ca84b888ee1620a093f77.zip
Add forward mail option
Forward email with shortcut 'forward' (default ctrl+f) This opens a composing tab letting you to select receiver etc. "composing" config setting "forward_as_attachment" selects the forwarding behavior: - "ask" asks you ever time - true always forwards by attaching the entire email as a single attachment - false always forwards by inlining the email, like most email clients do. Closes #120
Diffstat (limited to 'docs')
-rw-r--r--docs/meli.conf.517
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/meli.conf.5 b/docs/meli.conf.5
index fb9aa087..36bf04f7 100644
--- a/docs/meli.conf.5
+++ b/docs/meli.conf.5
@@ -520,6 +520,11 @@ with the replied envelope's date.
Whether the strftime call for the attribution string uses the POSIX locale instead of the user's active locale.
.\" default value
.Pq Em true
+.It Ic forward_as_attachment Ar boolean or "ask"
+.Pq Em optional
+Forward emails as attachment? (Alternative is inline).
+.\" default value
+.Pq Em ask
.El
.Sh SHORTCUTS
Shortcuts can take the following values:
@@ -751,6 +756,18 @@ View raw envelope source in a pager.
Reply to envelope.
.\" default value
.Pq Em R
+.It Ic reply_to_author
+Reply to author.
+.\" default value
+.Pq Em Ctrl-r
+.It Ic reply_to_all
+Reply to all/Reply to list/Follow up.
+.\" default value
+.Pq Em Ctrl-g
+.It Ic forward
+Forward email.
+.\" default value
+.Pq Em Ctrl-f
.It Ic edit
Open envelope in composer.
.\" default value