Skip to content
Snippets Groups Projects
Commit 3097e3e2 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Fixed some minor problems in the man pages (patch by Pascal Volk).

parent 38fb3da0
No related branches found
No related tags found
No related merge requests found
.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file
.TH "SIEVE-DUMP" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
.TH "SIEVE\-DUMP" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\"------------------------------------------------------------------------
.SH NAME
sieve\-dump \- Pigeonhole\(aqs Sieve script binary dump tool
......@@ -41,8 +41,8 @@ the binary.
Alternative Dovecot configuration file path.
.TP
.B \-h
Produce per-block hexdump output of the whole binary instead of the normal
human-readable output.
Produce per\-block hexdump output of the whole binary instead of the normal
human\-readable output.
.TP
.BI \-x\ extensions
Set the available extensions. The parameter is a space\-separated list of the
......@@ -54,7 +54,7 @@ ignored and a warning is produced. By default, all supported extensions are
available, except for deprecated extensions or those that are still under
development.
For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated
For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated
imapflags extension along with all extensions that are available by default,
except for the enotify extension.
.\"------------------------------------------------------------------------
......@@ -96,4 +96,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file)
.BR dovecot\-lda (1),
.BR sieve\-test (1),
.BR sievec (1),
.BR pigeonhole (7)
.BR pigeonhole (7)
\ No newline at end of file
.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file
.TH "SIEVE-FILTER" 1 "2010-09-20" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
.TH "SIEVE\-FILTER" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.SH NAME
sieve\-filter \- Pigeonhole\(aqs Sieve mailbox filter tool
......@@ -128,7 +128,7 @@ ignored and a warning is produced. By default, all supported extensions are
available, except for deprecated extensions or those that are still under
development.
For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated
For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated
imapflags extension along with all extensions that are available by default,
except for the enotify extension.
......@@ -175,7 +175,7 @@ but there are a few exceptions:
When the \fB\-W\fP option is not specified, the source mailbox is immutable and
the specified \fIsource\-action\fP has no effect.
.IP \(bu
When the \fB-M\fR option (move mode) is active, all messages that were
When the \fB\-M\fR option (move mode) is active, all messages that were
successfully moved to another mailbox are expunged irrespective of the specified
\fIsource\-action\fP.
.IP \(bu
......@@ -221,5 +221,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file)
.BR sieve\-dump (1),
.BR sieve\-test (1),
.BR sievec (1),
.BR pigeonhole (7)
.BR pigeonhole (7)
\ No newline at end of file
.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file
.TH "SIEVE-TEST" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
.TH "SIEVE\-TEST" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.SH NAME
sieve\-test \- Pigeonhole\(aqs Sieve script tester
.\"------------------------------------------------------------------------
......@@ -105,7 +105,7 @@ ignored and a warning is produced. By default, all supported extensions are
available, except for deprecated extensions or those that are still under
development.
For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated
For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated
imapflags extension along with all extensions that are available by default,
except for the enotify extension.
.\"------------------------------------------------------------------------
......@@ -218,4 +218,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file)
.BR dovecot\-lda (1),
.BR sieve\-dump (1),
.BR sievec (1),
.BR pigeonhole (7)
.BR pigeonhole (7)
\ No newline at end of file
.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file
.TH "SIEVEC" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
.TH "SIEVEC" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
.\"------------------------------------------------------------------------
.SH NAME
sievec \- Pigeonhole\(aqs Sieve script compiler
......@@ -20,7 +20,7 @@ Using the \fBsievec\fP command, Sieve scripts can be compiled into a binary
representation. The resulting binary can be used directly to process e\-mail
messages during the delivery process. The delivery of mail messages and \- by
means of the LDA Sieve plugin \- also the execution of Sieve scripts is
performed by Dovecot\aqs local delivery agent (LDA) called \fBdovecot\-lda\fP(1).
performed by Dovecot\(aqs local delivery agent (LDA) called \fBdovecot\-lda\fP(1).
Usually, it is not necessaryto compile the Sieve script manually using
\fBsievec\fP, because \fBdovecot\-lda\fP will do this automatically if the binary
is missing. However, in some cases \fBdovecot\-lda\fP does not have permission to
......@@ -66,7 +66,7 @@ are ignored and a warning is produced. By default, all supported extensions are
available, except for deprecated extensions or those that are still under
development.
For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated
For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated
imapflags extension along with all extensions that are available by default,
except for the enotify extension.
.\"------------------------------------------------------------------------
......@@ -115,4 +115,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file)
.BR dovecot\-lda (1),
.BR sieve\-dump (1),
.BR sieve\-test (1),
.BR pigeonhole (7)
.BR pigeonhole (7)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.