1SMEW(1) General Commands Manual SMEW(1)
2
3
4
6 smew - search related messages from Mew's database file
7
9 smew myid [mydb [mydir]]
10
12 The smew utility searches related messages from a Message-ID database
13 file with SQLite 3 for Mew.
14
15 myid is a Message-ID of the message to search.
16
17 mydb is a database file name. (default: "~/Mail/id.db")
18
19 mydir is a directory part of the message in the database. Note that
20 messages are contained as a relative path from "~/Mail". If multiple
21 messages are found by myid , the first found one is preferred. However,
22 the message whose directory is mydir is preferred to the first one.
23
24 The options are as follows:
25
26 -c Search a parent message only.
27
28 -p Search a child message only.
29
30
31
32
33 February 17, 2008 SMEW(1)