|
Revision 9074, 0.5 kB
(checked in by ihag, 5 years ago)
|
|
lang/ruby/mdmaildir/mdmerge.rb:
- add -f COMMAND_FILE option for make cmdfile mode.
- add -c -f COMMAND_FILE option for commit from cmdfile mode.
- Introduced CMDProcessor class for abstracting the behavior of command.
lang/ruby/mdmaildir/mdd.rb: add comments.
lang/ruby/mdmaildir/README: fix typo.
|
| Line | |
|---|
| 1 | Maildir manipuration scripts for migration and maintenance. |
|---|
| 2 | |
|---|
| 3 | - mdmerge.rb: Merge different two Maildir into one Maildir. |
|---|
| 4 | Please refer the below URI for more detail: |
|---|
| 5 | http://d.hatena.ne.jp/ihag/20080106#1199635378 |
|---|
| 6 | |
|---|
| 7 | - mh2maildir.rb: Build a Maildir from a specified MH directory. |
|---|
| 8 | Please refer the below URI for more detail: |
|---|
| 9 | http://d.hatena.ne.jp/ihag/20080107#1199724428 |
|---|
| 10 | |
|---|
| 11 | - mddigest.rb: Traverse specified Maildir, and make a message-digest |
|---|
| 12 | file into it. for more information: |
|---|
| 13 | http://d.hatena.ne.jp/ihag/20080106#1199635378 |
|---|