1CMEW(1) General Commands Manual CMEW(1)
2
3
4
6 cmew - create Mew's database file
7
9 cmew [-f] [db_file [maildir [ignore_regex [target_folder]]]]
10
12 The cmew utility creates a Message-ID database file with SQLite 3 for
13 Mew.
14
15 db_file is a database file name. (default: "~/Mail/id.db")
16
17 maildir is a mail directory name. (default: "~/Mail")
18
19 ignore_regex is a regular expression for the mail directory names to
20 not create the database. (default: "^\./casket$|^\./casket/|/\.")
21
22 target_folder is a target folder. Information about messages contained
23 in this folder only are updated.
24
25 The options are as follows:
26
27 -f Full update. Unless this option is specified, incremental
28 update is used.
29
30
31
32 February 17, 2008 CMEW(1)