summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-26 18:18:24 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-26 18:18:24 +0300
commit87443f156fbf74bffcc71b7901a91c280e905cde (patch)
treef1225e6bc43f4e99519bba99895a63831a49cd64
parentb0e50a29bdd3d16238eea2f41504ec1046ae311b (diff)
docs/meli.1: add copyto, moveto, delete commands
-rw-r--r--docs/meli.118
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/meli.1 b/docs/meli.1
index 174c41e6..18ab8b6f 100644
--- a/docs/meli.1
+++ b/docs/meli.1
@@ -400,10 +400,20 @@ don't issue notifications for thread under cursor in thread listing
.It Cm search Ar STRING
search mailbox with
.Ar STRING
-key.
-Escape exits search results
-.It Cm set read, set unread
-Set read status of message.
+query.
+Escape exits search results.
+.It Cm select Ar STRING
+select threads matching
+.Ar STRING
+query.
+.It Cm set seen, set unseen
+Set seen status of message.
+.It Cm copyto, moveto Ar MAILBOX_PATH
+Copy or move to other mailbox.
+.It Cm copyto, moveto Ar ACCOUNT Ar MAILBOX_PATH
+Copy or move to another account's mailbox.
+.It Cm delete
+Delete selected threads.
.It Cm create-mailbox Ar ACCOUNT Ar MAILBOX_PATH
create mailbox with given path.
Be careful with backends and separator sensitivity (eg IMAP)