OSDN Git Service

Add mail move, copy and delete functions.
[mave/mave.git] / README
diff --git a/README b/README
index c7cb0ca..e56fa54 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ How to use 'Mave' textbase mailer.
 
 Requirement
 
-  Ruby and curses library.
+  Ruby, curses and gdbm library.
 
 1. Get archive and Extract
   Access http://sourceforge.jp/projects/mave/downloads/44582/mave.tgz/
@@ -57,8 +57,8 @@ Requirement
   ^^ ^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^ ^^ ^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ||  |   Mail from / to   Sent date        size || |  Subject
   ||  +-Recent 0 <=> 999 Old                     || +-Parent(+) / Child(-) / Folded(#/=)
-  |+-Flag(F) / Notice mark(#)                    |+-Multipart mail(@)(Has attachement)
-  +-Unread mark(x)                               +-To you(w) / Cc you(v)
+  |+-Flag(F) / Notice mark(#)                    |+-Multipart mail(@)(Has attachment)
+  +-Unread mark(x)                               +-To you(w) / Cc you(v) *not provided yet
 
   You can change summary looking.
 
@@ -98,19 +98,52 @@ Requirement
   . s) Sent (0/25)
   . t) Trash (0/18)
   ^ ^  ^^^^^  ^^^^
-  | |    |    Number of unread / all mails
+  | |    |    Number of unread / all mails *not exactly yet
   | |    +-Folder name
   | +-Shortcut key
-  +-Folder got new mails mark(x) *not provided yet
+  +-Folder got new mails mark(x)
 
+  Press r key to ON/OFF got new mails mark.
   In folder view, press Ctrl + x, n key to create new folder.
   In selecting folder, press Ctrl + x, e key to edit folder configurations.
   You can change display name, list order and mail distributing by edit folder configurations.
   See example in 'mave.folderconfig.master'.
 
-  However, the function to move/delete mail has not been provided to Mave yet...
+10. Move, Copy and Delete mails.
 
-10. Quit
+  In summary view, press Ctrl + x, m key to move mail to another folder.
+  The folder view opens, and select the destination folder.
+
+  Press Ctrl + x, c key to copy mail to another folder.
+
+  Press Ctrl + x, d key to delete mail.
+  The mail deleted from except trash folder, it moves to the trash folder.
+  The mail deleted from trash folder, it deleted completely.
+
+11. Mark mails
+
+  In summary view, press m key to mark mail.
+  The marked mails are indicated with 'M'.
+
+  - x.  22 Amazon.com   <sh Sun, 22 Nov 15:40  579 .. +Amazon.com order confirmation
+  M x.  22 Amazon.com   <sh Mon, 23 Nov 15:41  612 ..   -Amazon.com shipping information (#123-1423534-1048639) 
+  ^ "M" mark
+
+  Press u key to unmark mail.
+  Press ESC, u key to unmark all mails.
+
+  Most functions act on marked mails while marking mails.
+
+12. Arrange mail threads
+
+  In summary view, Press Ctrl + x, shift + j key to take off mail from thread.
+
+  Press ESC, j key to tie mail to original thread.
+
+  Press Ctrl + x, j key to tie mail to mail thread that you want to.
+  The mail that marked will tie to the mail that indicated with cursor, when press Ctrl + x, j key.
+
+13. Quit
 
   Press Ctrl + x, c key to kill mave.