File: cmew.1

package info (click to toggle)
mew-beta 7.0.50~6.8%2B0.20210131-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,400 kB
  • sloc: lisp: 37,334; ansic: 3,614; haskell: 569; sh: 439; makefile: 411; ruby: 310; perl: 61
file content (37 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" Unlimited permission is granted to use, copy, distribute and/or modify
.\" this file.  There is NO WARRANTY.
.TH CMEW 1 "February 17, 2008"
.SH NAME
cmew - create Mew's database file
.\"
.SH SYNOPSIS
cmew
.RI [ -f ]
.RI [ db_file
.RI [ maildir
.RI [ ignore_regex
.RI [ target_folder ]]]]
.\"
.SH DESCRIPTION
The
.B cmew
utility creates a Message-ID database file with SQLite 3 for Mew.
.PP
.I db_file
is a database file name.  (default: "~/Mail/id.db")
.PP
.I maildir
is a mail directory name.  (default: "~/Mail")
.PP
.I ignore_regex
is a regular expression for the mail directory names to not create the database.  (default: "^\\./casket$|^\\./casket/|/\\.")
.PP
.I target_folder
is a target folder. Information about messages contained in this
folder only are updated.
.\"
.PP
The options are as follows:
.TP 8
.B \-f
Full update. Unless this option is specified, incremental update is used.