File: smew.1

package info (click to toggle)
mew-beta 7.0.50~6.6%2B0.20140902-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,568 kB
  • sloc: lisp: 36,506; ansic: 3,597; haskell: 577; sh: 440; makefile: 414; ruby: 310; perl: 58
file content (39 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (18)
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
38
39
.\" Unlimited permission is granted to use, copy, distribute and/or modify
.\" this file.  There is NO WARRANTY.
.TH SMEW 1 "February 17, 2008"
.SH NAME
smew - search related messages from Mew's database file
.\"
.SH SYNOPSIS
smew
.RI myid
.RI [ mydb
.RI [ mydir ]]
.\"
.SH DESCRIPTION
The
.B smew
utility searches related messages from a Message-ID database file with SQLite 3 for Mew.
.PP
.I myid
is a Message-ID of the message to search.
.PP
.I mydb
is a database file name.  (default: "~/Mail/id.db")
.PP
.I mydir
is a directory part of the message in the database. Note that messages are contained as a relative path from "~/Mail". If multiple messages are found by
.I myid
, the first found one is preferred. However, the message whose directory is
.I mydir
is preferred to the first one.
.\"
.PP
The options are as follows:
.TP 8
.B \-c
Search a parent message only.
.TP 8
.B \-p
Search a child message only.