File: sylph-searcher.1

package info (click to toggle)
sylph-searcher 1.2.0-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,752 kB
  • sloc: sh: 8,890; ansic: 2,808; makefile: 46; sql: 29
file content (63 lines) | stat: -rw-r--r-- 1,692 bytes parent folder | download | duplicates (6)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH SYLPH\-SEARCHER 1 "July 8, 2008"
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
sylph-searcher \- Full-text search program for Sylpheed
.SH SYNOPSIS
.B sylph-searcher
.I [OPTIONS]
.SH DESCRIPTION
This manual page documents briefly the
.B sylph-searcher
commands.
.PP
\fBsylph\-searcher\fP is a Full-text search program for messages stored in the mailboxes of Sylpheed, or generic MH folders. 
.br
It utilizes the Full-text search feature of PostgreSQL 8.3.
.br
.br
.SH  COMMAND-LINE OPTIONS
.TP 
.B \-d dbname
Specify database name
.TP
.B \-h hostname
Specify hostname of database server
.TP
.B \-p port
port number of database server
.TP
.B \-U username
username for database
.TP
.B \-P password
password for database user
.TP
.B \-n
Don't remove nonexist messages
.TP
.B \-r
recursive query
.TP
.B \-v
verbose output
.TP
.B \-\-mecab\-encoding encoding
encoding of MeCab dictionary (default: Unix: EUC-JP / Win32: Shift_JIS)
.SH 
sylph-searcher was written by Sylpheed Development Team.
.PP
This manual page was written by Hideki Yamane (Debian-JP) <henrich@debian.or.jp>,for the Debian project (but may be used by others).