From 3f192bf2e304134b473135c66ff2c039f7a99c3d Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Mon, 12 Dec 2016 19:10:37 +0100 Subject: create: enable saving message under a different name --- README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.asciidoc') diff --git a/README.asciidoc b/README.asciidoc index 8c344fa..9bf8bb8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -376,13 +376,15 @@ After editing it will ask you if you want to add the message to the `todo` folder. ---- -Save message? ([(y)es], (d)raft, (n)o): +Save message? ([(y)es], (r)enamed, (d)raft, (n)o): ---- Answering `n` or `no` will discard the message, answering `d` or `draft` will add it to the `drafts` folder. If you type `y`, `yes`, or simply hit `ENTER` it -will be added to the `todo` folder. - +will be added to the `todo` folder. If you want to save the message under a +different name, but still into the `todo` folder, you may anwer with `r` or +`renamed` — the program will then prompt you for a new name, without the `.msg` +extension. === `check` command -- cgit