Fix typos.
* doc/texinfo/mailcap.texi, doc/texinfo/mailutils.texi doc/texinfo/mom.texi, doc/texinfo/mu-mh.texi, doc/texinfo/mu_message.texi, doc/texinfo/programs.texi, doc/texinfo/sieve.texi: Fix typos.
Showing
8 changed files
with
49 additions
and
40 deletions
1 | 2008-11-09 Wojciech Polak <polak@gnu.org> | ||
2 | |||
3 | Fix typos. | ||
4 | |||
5 | * doc/texinfo/mailcap.texi, doc/texinfo/mailutils.texi | ||
6 | doc/texinfo/mom.texi, doc/texinfo/mu-mh.texi, | ||
7 | doc/texinfo/mu_message.texi, doc/texinfo/programs.texi, | ||
8 | doc/texinfo/sieve.texi: Fix typos. | ||
9 | |||
1 | 2008-11-09 Sergey Poznyakoff <gray@gnu.org.ua> | 10 | 2008-11-09 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 11 | ||
3 | Rewrite default mailbox format support to make sure it does not | 12 | Rewrite default mailbox format support to make sure it does not | ... | ... |
1 | @c This is part of the GNU Mailutils manual. | 1 | @c This is part of the GNU Mailutils manual. |
2 | @c Copyright (C) 1999,2000,2001,2002,2003,2004,2006, | 2 | @c Copyright (C) 1999,2000,2001,2002,2003,2004,2006, |
3 | @c 2007 Free Software Foundation, Inc. | 3 | @c 2007,2008 Free Software Foundation, Inc. |
4 | @c See file mailutils.texi for copying conditions. | 4 | @c See file mailutils.texi for copying conditions. |
5 | @comment ******************************************************************* | 5 | @comment ******************************************************************* |
6 | 6 | ||
... | @@ -23,7 +23,7 @@ application/pgp; gpg < %s | metamail; needsterminal; \ | ... | @@ -23,7 +23,7 @@ application/pgp; gpg < %s | metamail; needsterminal; \ |
23 | @end group | 23 | @end group |
24 | @end smallexample | 24 | @end smallexample |
25 | 25 | ||
26 | A mailcap file consits of a set of mailcap entries per line, lines | 26 | A mailcap file consists of a set of mailcap entries per line, lines |
27 | beginning with @samp{#} are considered comments and ignored. Long | 27 | beginning with @samp{#} are considered comments and ignored. Long |
28 | mailcap entry may be continued on multiple lines if each line ends | 28 | mailcap entry may be continued on multiple lines if each line ends |
29 | with a backslash character @samp{\}, the multiline will be considered | 29 | with a backslash character @samp{\}, the multiline will be considered |
... | @@ -39,8 +39,8 @@ Newline = <newline as defined by OS convention> | ... | @@ -39,8 +39,8 @@ Newline = <newline as defined by OS convention> |
39 | @end smallexample | 39 | @end smallexample |
40 | 40 | ||
41 | Each mailcap entry consists of a number of fields, separated | 41 | Each mailcap entry consists of a number of fields, separated |
42 | by semi-colons. The first two filds are required and must occur | 42 | by semi-colons. The first two fields are required and must occur |
43 | in the secified order, the remaining fields are optional. | 43 | in the specified order, the remaining fields are optional. |
44 | 44 | ||
45 | @smallexample | 45 | @smallexample |
46 | Mailcap-Entry = @var{typefield} ";" @var{view-command} ";" *[ ";" @var{field} ] | 46 | Mailcap-Entry = @var{typefield} ";" @var{view-command} ";" *[ ";" @var{field} ] | ... | ... |
... | @@ -66,7 +66,7 @@ Software Foundation raise funds for GNU development.'' | ... | @@ -66,7 +66,7 @@ Software Foundation raise funds for GNU development.'' |
66 | @titlepage | 66 | @titlepage |
67 | @title GNU Mailutils | 67 | @title GNU Mailutils |
68 | @subtitle version @value{VERSION}, @value{UPDATED} | 68 | @subtitle version @value{VERSION}, @value{UPDATED} |
69 | @author Alain Magloire, Sergey Pozbyakoff et al. | 69 | @author Alain Magloire, Sergey Poznyakoff et al. |
70 | @page | 70 | @page |
71 | @vskip 0pt plus 1filll | 71 | @vskip 0pt plus 1filll |
72 | @insertcopying | 72 | @insertcopying | ... | ... |
1 | @c This is part of the GNU Mailutils manual. | 1 | @c This is part of the GNU Mailutils manual. |
2 | @c Copyright (C) 1999,2000,2001,2002,2003,2004, | 2 | @c Copyright (C) 1999,2000,2001,2002,2003,2004, |
3 | @c 2007 Free Software Foundation, Inc. | 3 | @c 2007,2008 Free Software Foundation, Inc. |
4 | @c See file mailutils.texi for copying conditions. | 4 | @c See file mailutils.texi for copying conditions. |
5 | @comment ******************************************************************* | 5 | @comment ******************************************************************* |
6 | 6 | ||
... | @@ -21,7 +21,7 @@ extends it: | ... | @@ -21,7 +21,7 @@ extends it: |
21 | struct _mu_object; | 21 | struct _mu_object; |
22 | typedef struct _mu_object* mu_object_t; | 22 | typedef struct _mu_object* mu_object_t; |
23 | 23 | ||
24 | /* Defintion of the interface for mu_object */ | 24 | /* Definition of the interface for mu_object */ |
25 | struct _mu_object_vtable | 25 | struct _mu_object_vtable |
26 | @{ | 26 | @{ |
27 | int (*create) (mu_object_t *object); | 27 | int (*create) (mu_object_t *object); |
... | @@ -58,8 +58,8 @@ Instead of using macros or the vtable directly. | ... | @@ -58,8 +58,8 @@ Instead of using macros or the vtable directly. |
58 | @section Implementing an Interface | 58 | @section Implementing an Interface |
59 | 59 | ||
60 | @comment *********************************************************** | 60 | @comment *********************************************************** |
61 | @comment This is not a very good/usefull example, we should do one using | 61 | @comment This is not a very good/useful example, we should do one using |
62 | @comment header or message, something usefull that would clarify the concepts | 62 | @comment header or message, something usefully that would clarify the concepts |
63 | @comment better and at the same could be reuse in code by clients. | 63 | @comment better and at the same could be reuse in code by clients. |
64 | @comment | 64 | @comment |
65 | @comment For example mime_t "extends" message_t, this is a good example | 65 | @comment For example mime_t "extends" message_t, this is a good example | ... | ... |
1 | @c This is part of the GNU Mailutils manual. | 1 | @c This is part of the GNU Mailutils manual. |
2 | @c Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 2 | @c Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
3 | @c See file mailutils.texi for copying conditions. | 3 | @c See file mailutils.texi for copying conditions. |
4 | @comment ******************************************************************* | 4 | @comment ******************************************************************* |
5 | 5 | ||
... | @@ -246,7 +246,7 @@ it must be enclosed in double-quotes. Dangling equal sign is an error, | ... | @@ -246,7 +246,7 @@ it must be enclosed in double-quotes. Dangling equal sign is an error, |
246 | to set a string variable to the empty value assign it an empty string, e.g.: | 246 | to set a string variable to the empty value assign it an empty string, e.g.: |
247 | @code{overflowtext=""} (see the supplied @file{mhl.format} file). | 247 | @code{overflowtext=""} (see the supplied @file{mhl.format} file). |
248 | 248 | ||
249 | Ineractive prompting is not yet implemented. | 249 | Interactive prompting is not yet implemented. |
250 | 250 | ||
251 | @item mhn | 251 | @item mhn |
252 | 252 | ... | ... |
... | @@ -19,7 +19,7 @@ Destroys the message @var{mesg}. | ... | @@ -19,7 +19,7 @@ Destroys the message @var{mesg}. |
19 | @deffn {Scheme procedure} mu-message-set-header mesg header value replace | 19 | @deffn {Scheme procedure} mu-message-set-header mesg header value replace |
20 | Sets new @var{value} to the header @var{header} of the message @var{mesg}. | 20 | Sets new @var{value} to the header @var{header} of the message @var{mesg}. |
21 | If @var{header} is already present in the message its value | 21 | If @var{header} is already present in the message its value |
22 | is replaced with the suplied one iff the optional @var{replace} is | 22 | is replaced with the supplied one if the optional @var{replace} is |
23 | #t. Otherwise, a new header is created and appended. | 23 | #t. Otherwise, a new header is created and appended. |
24 | @end deffn | 24 | @end deffn |
25 | 25 | ||
... | @@ -89,7 +89,7 @@ Return the value of the user attribute @var{flag} from the message @var{mesg}. | ... | @@ -89,7 +89,7 @@ Return the value of the user attribute @var{flag} from the message @var{mesg}. |
89 | 89 | ||
90 | @c snarfed from "mu_message.c":783 | 90 | @c snarfed from "mu_message.c":783 |
91 | @deffn {Scheme procedure} mu-message-set-user-flag mesg flag value | 91 | @deffn {Scheme procedure} mu-message-set-user-flag mesg flag value |
92 | Set the given user attribute @var{flag} in the message @var{mesg}. If optional argumen | 92 | Set the given user attribute @var{flag} in the message @var{mesg}. If optional argument |
93 | @var{value} is @samp{#f}, the attribute is unset. | 93 | @var{value} is @samp{#f}, the attribute is unset. |
94 | @end deffn | 94 | @end deffn |
95 | 95 | ||
... | @@ -129,7 +129,7 @@ Returns part #@var{part} from a multipart @acronym{MIME} message @var{mesg}. | ... | @@ -129,7 +129,7 @@ Returns part #@var{part} from a multipart @acronym{MIME} message @var{mesg}. |
129 | @c snarfed from "mu_message.c":957 | 129 | @c snarfed from "mu_message.c":957 |
130 | @deffn {Scheme procedure} mu-message-send mesg mailer from to | 130 | @deffn {Scheme procedure} mu-message-send mesg mailer from to |
131 | Sends the message @var{mesg}. Optional @var{mailer} overrides default mailer settings | 131 | Sends the message @var{mesg}. Optional @var{mailer} overrides default mailer settings |
132 | in mu-mailer. Optional @var{from} and @var{to} give sender and recever addresses. | 132 | in mu-mailer. Optional @var{from} and @var{to} give sender and receiver addresses. |
133 | 133 | ||
134 | @end deffn | 134 | @end deffn |
135 | 135 | ... | ... |
... | @@ -6,9 +6,9 @@ | ... | @@ -6,9 +6,9 @@ |
6 | 6 | ||
7 | GNU Mailutils provides a broad set of utilities for handling | 7 | GNU Mailutils provides a broad set of utilities for handling |
8 | electronic mail. These utilities address the needs of both system | 8 | electronic mail. These utilities address the needs of both system |
9 | adminsitrators and users. | 9 | administrators and users. |
10 | 10 | ||
11 | All utilities are built around a single core subsistem and share many | 11 | All utilities are built around a single core subsystem and share many |
12 | common aspects. All of them are able to work with almost any existing | 12 | common aspects. All of them are able to work with almost any existing |
13 | mailbox formats. They use a common configuration file syntax, and | 13 | mailbox formats. They use a common configuration file syntax, and |
14 | their configuration files are located in a single subdirectory. | 14 | their configuration files are located in a single subdirectory. |
... | @@ -235,7 +235,7 @@ Do not load user configuration file. | ... | @@ -235,7 +235,7 @@ Do not load user configuration file. |
235 | @UNREVISED | 235 | @UNREVISED |
236 | 236 | ||
237 | Configuration files are the principal means of configuring any GNU | 237 | Configuration files are the principal means of configuring any GNU |
238 | Mailutil component. When started, each utility tries to load its | 238 | Mailutils component. When started, each utility tries to load its |
239 | configuration from the following locations, in that order: | 239 | configuration from the following locations, in that order: |
240 | 240 | ||
241 | @enumerate 1 | 241 | @enumerate 1 |
... | @@ -694,7 +694,7 @@ The most important debugging modules are: | ... | @@ -694,7 +694,7 @@ The most important debugging modules are: |
694 | Debug access control lists. @FIXME-xref{Debugging ACLs}. | 694 | Debug access control lists. @FIXME-xref{Debugging ACLs}. |
695 | 695 | ||
696 | @item config | 696 | @item config |
697 | Debug configuration parser and/or lexical analizer. The following | 697 | Debug configuration parser and/or lexical analyzer. The following |
698 | levels are supported: | 698 | levels are supported: |
699 | 699 | ||
700 | @table @asis | 700 | @table @asis |
... | @@ -872,7 +872,7 @@ indexed directory structure. | ... | @@ -872,7 +872,7 @@ indexed directory structure. |
872 | 872 | ||
873 | @cindex directory indexing | 873 | @cindex directory indexing |
874 | An @dfn{indexed directory structure} is a special way of storing | 874 | An @dfn{indexed directory structure} is a special way of storing |
875 | mailboxes, which allowes for faster access in case of very large | 875 | mailboxes, which allows for faster access in case of very large |
876 | number of users. | 876 | number of users. |
877 | 877 | ||
878 | By default, all user mailboxes are stored in a single directory and | 878 | By default, all user mailboxes are stored in a single directory and |
... | @@ -911,7 +911,7 @@ this case the file name of @samp{smith}'s mailbox is | ... | @@ -911,7 +911,7 @@ this case the file name of @samp{smith}'s mailbox is |
911 | The @dfn{reverse} indexed structure uses the same principles, but the | 911 | The @dfn{reverse} indexed structure uses the same principles, but the |
912 | indexing letters are taken from the @emph{end} of the user name, | 912 | indexing letters are taken from the @emph{end} of the user name, |
913 | instead of from the beginning. For example, in the 2nd level reverse | 913 | instead of from the beginning. For example, in the 2nd level reverse |
914 | indexed structure, the @samp{smith}'s mailbix is located in | 914 | indexed structure, the @samp{smith}'s mailbox is located in |
915 | @file{@var{path}/h/t/smith}. | 915 | @file{@var{path}/h/t/smith}. |
916 | 916 | ||
917 | @cindex hashed indexing | 917 | @cindex hashed indexing |
... | @@ -920,7 +920,7 @@ Finally, the @dfn{hashed} structure consists of 256 subdirectories | ... | @@ -920,7 +920,7 @@ Finally, the @dfn{hashed} structure consists of 256 subdirectories |
920 | under @var{path}, named by 2-letter hex codes from @samp{00} to | 920 | under @var{path}, named by 2-letter hex codes from @samp{00} to |
921 | @samp{FF}. Mailboxes are stored in these subdirectories. The name | 921 | @samp{FF}. Mailboxes are stored in these subdirectories. The name |
922 | of the subdirectory is computed by hashing first @var{level} letters | 922 | of the subdirectory is computed by hashing first @var{level} letters |
923 | of the user name. The hashing alorithm is: | 923 | of the user name. The hashing algorithm is: |
924 | 924 | ||
925 | @enumerate 1 | 925 | @enumerate 1 |
926 | @item Take next letter from the user name | 926 | @item Take next letter from the user name |
... | @@ -1066,7 +1066,7 @@ Store the PID of the locking process in a lock file. | ... | @@ -1066,7 +1066,7 @@ Store the PID of the locking process in a lock file. |
1066 | @end deffn | 1066 | @end deffn |
1067 | 1067 | ||
1068 | @deffn {Configuration} retry-count @var{number} | 1068 | @deffn {Configuration} retry-count @var{number} |
1069 | Number of locking attemtps. The @samp{P} flag must be set for this to | 1069 | Number of locking attempts. The @samp{P} flag must be set for this to |
1070 | take effect. | 1070 | take effect. |
1071 | @end deffn | 1071 | @end deffn |
1072 | 1072 | ||
... | @@ -1115,7 +1115,7 @@ can be regarded as a function that returns a tree-state value: | ... | @@ -1115,7 +1115,7 @@ can be regarded as a function that returns a tree-state value: |
1115 | @samp{True}, @samp{False} and @samp{Don't know}. When a | 1115 | @samp{True}, @samp{False} and @samp{Don't know}. When a |
1116 | remote party connects to the server, each of controls is tried in | 1116 | remote party connects to the server, each of controls is tried in |
1117 | turn. If a control returns @samp{False}, access is denied. If it | 1117 | turn. If a control returns @samp{False}, access is denied. If it |
1118 | retruns @samp{True}, access is allowed. If it returns @samp{Don't | 1118 | returns @samp{True}, access is allowed. If it returns @samp{Don't |
1119 | know}, then the next control is tried. It is unclear whether to allow | 1119 | know}, then the next control is tried. It is unclear whether to allow |
1120 | access if the last control in list returned @samp{Don't know}. GNU | 1120 | access if the last control in list returned @samp{Don't know}. GNU |
1121 | Mailutils @value{VERSION} issues a warning message and allows access. | 1121 | Mailutils @value{VERSION} issues a warning message and allows access. |
... | @@ -1189,7 +1189,7 @@ families: @samp{AF_INET} and @samp{AF_UNIX}. | ... | @@ -1189,7 +1189,7 @@ families: @samp{AF_INET} and @samp{AF_UNIX}. |
1189 | 1189 | ||
1190 | @item address | 1190 | @item address |
1191 | Remote IP address (for @samp{AF_INET}) or socket name (for | 1191 | Remote IP address (for @samp{AF_INET}) or socket name (for |
1192 | @samp{AF_UNIX}). Notice that most Unices return empty string instead | 1192 | @samp{AF_UNIX}). Notice that most Unixes return empty string instead |
1193 | of the @samp{AF_UNIX} socket name, so do not rely on it. | 1193 | of the @samp{AF_UNIX} socket name, so do not rely on it. |
1194 | 1194 | ||
1195 | @item port | 1195 | @item port |
... | @@ -1213,7 +1213,7 @@ above in your configuration files. | ... | @@ -1213,7 +1213,7 @@ above in your configuration files. |
1213 | 1213 | ||
1214 | @deffn {Configuration} exec [from] @var{cidr} @var{program} | 1214 | @deffn {Configuration} exec [from] @var{cidr} @var{program} |
1215 | If a connection from the @var{cidr} block is requested, execute | 1215 | If a connection from the @var{cidr} block is requested, execute |
1216 | the given @var{program}. Do not wait for it to teminate, and ignore | 1216 | the given @var{program}. Do not wait for it to terminate, and ignore |
1217 | its exit code. | 1217 | its exit code. |
1218 | @end deffn | 1218 | @end deffn |
1219 | 1219 | ||
... | @@ -1450,7 +1450,7 @@ servers. | ... | @@ -1450,7 +1450,7 @@ servers. |
1450 | 1450 | ||
1451 | @deffn {Configuration} transcript @var{bool}; | 1451 | @deffn {Configuration} transcript @var{bool}; |
1452 | Enable transcript of the client-server interaction. This may generate | 1452 | Enable transcript of the client-server interaction. This may generate |
1453 | exessive amounts of logging, which in turn may slow down the operation | 1453 | excessive amounts of logging, which in turn may slow down the operation |
1454 | considerably. | 1454 | considerably. |
1455 | 1455 | ||
1456 | Session transcripts are useful in fine-tuning your configurations and | 1456 | Session transcripts are useful in fine-tuning your configurations and |
... | @@ -1755,20 +1755,20 @@ $INCLUDE dict/mailutils.dict | ... | @@ -1755,20 +1755,20 @@ $INCLUDE dict/mailutils.dict |
1755 | Requests to use for authentication and authorization are | 1755 | Requests to use for authentication and authorization are |
1756 | configured using three statements: @code{auth}, @code{getpwnam} and | 1756 | configured using three statements: @code{auth}, @code{getpwnam} and |
1757 | @code{getpwuid}. Each statement takes a single argument: a string, | 1757 | @code{getpwuid}. Each statement takes a single argument: a string, |
1758 | containing a comma-separated list of assignements. An assignement | 1758 | containing a comma-separated list of assignments. An assignment |
1759 | specifies a particular @dfn{attribute-value pair} (@pxref{Overview, | 1759 | specifies a particular @dfn{attribute-value pair} (@pxref{Overview, |
1760 | RADIUS Attributes,, radius, GNU Radius Reference Manual}) to send to | 1760 | RADIUS Attributes,, radius, GNU Radius Reference Manual}) to send to |
1761 | the server. The left-hand side of the assignement is a symbolic attribute | 1761 | the server. The left-hand side of the assignment is a symbolic attribute |
1762 | name, as defined in one of Radius dictionaries (@pxref{dictionary | 1762 | name, as defined in one of Radius dictionaries (@pxref{dictionary |
1763 | file, Dictionary of Attributes,, radius, GNU Radius Reference | 1763 | file, Dictionary of Attributes,, radius, GNU Radius Reference |
1764 | Manual}). The value is specified by the right-hand side of | 1764 | Manual}). The value is specified by the right-hand side of |
1765 | assignement. For example: | 1765 | assignment. For example: |
1766 | 1766 | ||
1767 | @smallexample | 1767 | @smallexample |
1768 | "Service-Type = Authenticate-Only, NAS-Identifier = \"mail\"" | 1768 | "Service-Type = Authenticate-Only, NAS-Identifier = \"mail\"" |
1769 | @end smallexample | 1769 | @end smallexample |
1770 | 1770 | ||
1771 | An assignement may contain references to the following macro-variables | 1771 | An assignment may contain references to the following macro-variables |
1772 | (@FIXME-pxref{macro-variables}): | 1772 | (@FIXME-pxref{macro-variables}): |
1773 | 1773 | ||
1774 | @table @asis | 1774 | @table @asis |
... | @@ -2081,7 +2081,7 @@ Prints only a count of messages in the mailbox and exit. | ... | @@ -2081,7 +2081,7 @@ Prints only a count of messages in the mailbox and exit. |
2081 | 2081 | ||
2082 | @item -d | 2082 | @item -d |
2083 | @itemx --debug | 2083 | @itemx --debug |
2084 | Prints additional debugging outut. | 2084 | Prints additional debugging output. |
2085 | 2085 | ||
2086 | @item -s @var{string} | 2086 | @item -s @var{string} |
2087 | @itemx --sender=@var{string} | 2087 | @itemx --sender=@var{string} |
... | @@ -3591,7 +3591,7 @@ set metamail="metamail -m mail -p" | ... | @@ -3591,7 +3591,7 @@ set metamail="metamail -m mail -p" |
3591 | @*Default: Empty | 3591 | @*Default: Empty |
3592 | @vrindex mimenoask, mail variable | 3592 | @vrindex mimenoask, mail variable |
3593 | 3593 | ||
3594 | By default @command{mail} asks for comnfirmation before running | 3594 | By default @command{mail} asks for confirmation before running |
3595 | interpreter to view a part of the multi-part message. If this variable | 3595 | interpreter to view a part of the multi-part message. If this variable |
3596 | is set, its value is treated as a comma-separated list of MIME types | 3596 | is set, its value is treated as a comma-separated list of MIME types |
3597 | for which no confirmation is needed. Elements of this list may include | 3597 | for which no confirmation is needed. Elements of this list may include |
... | @@ -4736,12 +4736,12 @@ Sometimes it is necessary to limit the maximum size of a user's | ... | @@ -4736,12 +4736,12 @@ Sometimes it is necessary to limit the maximum size of a user's |
4736 | mailbox. Such maximum size is called @dfn{mailbox quota} for this | 4736 | mailbox. Such maximum size is called @dfn{mailbox quota} for this |
4737 | user. | 4737 | user. |
4738 | 4738 | ||
4739 | When delivering a message, @command{mail.local} first cheks if | 4739 | When delivering a message, @command{mail.local} first checks if |
4740 | the mailbox quota is specified for the recipient. If so, | 4740 | the mailbox quota is specified for the recipient. If so, |
4741 | @command{mail.local} computes the difference between the quota | 4741 | @command{mail.local} computes the difference between the quota |
4742 | value and the actual size of the recipient's mailbox. This difference | 4742 | value and the actual size of the recipient's mailbox. This difference |
4743 | represents the maximum size of the message the receipient's mailbox is | 4743 | represents the maximum size of the message the receipient's mailbox is |
4744 | able to accomodate. Let's call it @var{msize}. Depending on its value, | 4744 | able to accommodate. Let's call it @var{msize}. Depending on its value, |
4745 | @command{mail.local} takes decision on whether to deliver the message. | 4745 | @command{mail.local} takes decision on whether to deliver the message. |
4746 | There are three possible cases: | 4746 | There are three possible cases: |
4747 | 4747 | ||
... | @@ -4788,7 +4788,7 @@ The quota database should have the following structure: | ... | @@ -4788,7 +4788,7 @@ The quota database should have the following structure: |
4788 | @table @asis | 4788 | @table @asis |
4789 | @item Key | 4789 | @item Key |
4790 | Key represents the user name. Special key @samp{DEFAULT} means default | 4790 | Key represents the user name. Special key @samp{DEFAULT} means default |
4791 | quota value, i.e. the one to be used if the user is not explicitely | 4791 | quota value, i.e. the one to be used if the user is not explicitly |
4792 | listed in the database. | 4792 | listed in the database. |
4793 | 4793 | ||
4794 | @item Value | 4794 | @item Value |
... | @@ -5035,8 +5035,8 @@ a @asis{tty} device. | ... | @@ -5035,8 +5035,8 @@ a @asis{tty} device. |
5035 | 5035 | ||
5036 | @item -n | 5036 | @item -n |
5037 | @itemx --dry-run | 5037 | @itemx --dry-run |
5038 | Do not do anything, just print what whould be done. Implies | 5038 | Do not do anything, just print what would be done. Implies |
5039 | @option{--debug=1}, unless the debugging level is set up explicitely. | 5039 | @option{--debug=1}, unless the debugging level is set up explicitly. |
5040 | 5040 | ||
5041 | @item -t @var{file} | 5041 | @item -t @var{file} |
5042 | @itemx --mimetypes @var{file} | 5042 | @itemx --mimetypes @var{file} | ... | ... |
... | @@ -92,8 +92,8 @@ markers are taken verbatim. For example: | ... | @@ -92,8 +92,8 @@ markers are taken verbatim. For example: |
92 | 92 | ||
93 | @smallexample | 93 | @smallexample |
94 | text: | 94 | text: |
95 | ** This is an authomatic response from my message ** | 95 | ** This is an automatic response from my message ** |
96 | ** filtering program. ** | 96 | ** filtering program. ** |
97 | 97 | ||
98 | I can not attend your message right now. However it | 98 | I can not attend your message right now. However it |
99 | will be saved, and I will read it as soon as I am back. | 99 | will be saved, and I will read it as soon as I am back. |
... | @@ -1558,7 +1558,7 @@ may disappear from the subsequent releases. | ... | @@ -1558,7 +1558,7 @@ may disappear from the subsequent releases. |
1558 | 1558 | ||
1559 | @item @code{fileinto} action | 1559 | @item @code{fileinto} action |
1560 | 1560 | ||
1561 | The @code{fileinto} action allows to specify permissons on the mailbox, | 1561 | The @code{fileinto} action allows to specify permissions on the mailbox, |
1562 | in case it is created (@pxref{fileinto}). | 1562 | in case it is created (@pxref{fileinto}). |
1563 | 1563 | ||
1564 | @item Match type optional argument. | 1564 | @item Match type optional argument. | ... | ... |
-
Please register or sign in to post a comment