Commit 4d712373 4d712373b49c2a3f71ed179080c9dd934dd15e02 by Sergey Poznyakoff

(mimeview): New section.

(mail): Document recently added variables.
1 parent 071c0552
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
21 * mail.local:: Deliver Mail to the Local Mailbox. 21 * mail.local:: Deliver Mail to the Local Mailbox.
22 * mail.remote:: Pseudo-Sendmail Interface for Mail Delivery. 22 * mail.remote:: Pseudo-Sendmail Interface for Mail Delivery.
23 23
24 * mimeview:: Universal File Viewer.
25
24 * pop3d:: POP3 Daemon. 26 * pop3d:: POP3 Daemon.
25 * imap4d:: IMAP4 Daemon. 27 * imap4d:: IMAP4 Daemon.
26 * comsatd:: Comsat Daemon. 28 * comsatd:: Comsat Daemon.
...@@ -1479,6 +1481,12 @@ the composed message to the sender and all recipients of the message. ...@@ -1479,6 +1481,12 @@ the composed message to the sender and all recipients of the message.
1479 Like @code{reply}, except that the composed message is sent only to 1481 Like @code{reply}, except that the composed message is sent only to
1480 originators of the specified messages. 1482 originators of the specified messages.
1481 1483
1484 Notice, that setting mail variable @code{flipr} (@pxref{Mail
1485 Variables}) swaps the meanings of the two above commands,
1486 so that @code{reply} sends the message to the sender and all
1487 recipients of the message, whereas @code{Reply} sends it to
1488 originators only.
1489
1482 @item followup [@var{msglist}] 1490 @item followup [@var{msglist}]
1483 @itemx fo [@var{msglist}] 1491 @itemx fo [@var{msglist}]
1484 1492
...@@ -1762,14 +1770,6 @@ set ...@@ -1762,14 +1770,6 @@ set
1762 Following variables control the behavior of @sc{gnu} @command{mail}: 1770 Following variables control the behavior of @sc{gnu} @command{mail}:
1763 1771
1764 @table @code 1772 @table @code
1765 @item Sign
1766 @*Type: String.
1767 @*Default: Unset.
1768 @vrindex Sign, mail variable
1769
1770 Contains the filename holding users signature. The contents of this
1771 file is appended to the end of a message being composed by @code{~A}
1772 escape.
1773 @item appenddeadletter 1773 @item appenddeadletter
1774 @*Type: Boolean. 1774 @*Type: Boolean.
1775 @*Default: False. 1775 @*Default: False.
...@@ -1818,6 +1818,14 @@ Automatically incorporate newly arrived messages. ...@@ -1818,6 +1818,14 @@ Automatically incorporate newly arrived messages.
1818 Causes the delete command to behave like dp - thus, after deleting a 1818 Causes the delete command to behave like dp - thus, after deleting a
1819 message, the next one will be typed automatically. 1819 message, the next one will be typed automatically.
1820 1820
1821 @item bang
1822 @*Type: Boolean.
1823 @*Default: False.
1824 @vrindex bang, mail variable
1825
1826 When set, every occurrence of @code{!} in arguments to @code{!}
1827 command is replaced with the last executed command.
1828
1821 @item datefield 1829 @item datefield
1822 @*Type: Boolean. 1830 @*Type: Boolean.
1823 @*Default: False. 1831 @*Default: False.
...@@ -1925,6 +1933,14 @@ the headers. ...@@ -1925,6 +1933,14 @@ the headers.
1925 If defined, the first character of this option gives the character to 1933 If defined, the first character of this option gives the character to
1926 denoting escapes. 1934 denoting escapes.
1927 1935
1936 @item flipr
1937 @*Type: Boolean
1938 @*Default: Unset
1939 @vrindex flipr, mail variable
1940
1941 The variable @code{flipr} if set swaps the meanings of @code{reply}
1942 and @code{Reply} commands (@pxref{Replying}).
1943
1928 @item folder 1944 @item folder
1929 @*Type: String. 1945 @*Type: String.
1930 @*Default: Unset. 1946 @*Default: Unset.
...@@ -2003,6 +2019,21 @@ will exit with zero status. By default it exits with zero status only ...@@ -2003,6 +2019,21 @@ will exit with zero status. By default it exits with zero status only
2003 if the message was sent successfully. 2019 if the message was sent successfully.
2004 @end itemize 2020 @end itemize
2005 2021
2022 @item metamail
2023 @*Type: String.
2024 @*Default: Unset.
2025 @vrindex metamail, mail variable
2026
2027 This variable controls operation of @code{decode} command. When
2028 it is set, @code{decode} it contains the command line of
2029 @command{metamail} command that is to be used to display parts of
2030 a multipart message. For example:
2031
2032 @smallexample
2033 set metamail="metamail -m mail -p"
2034 @end smallexample
2035
2036
2006 @item metoo 2037 @item metoo
2007 @*Type: Boolean. 2038 @*Type: Boolean.
2008 @*Default: False. 2039 @*Default: False.
...@@ -2019,14 +2050,6 @@ be included in the group. ...@@ -2019,14 +2050,6 @@ be included in the group.
2019 2050
2020 Setting this variable does not affect the operation mode of the program. 2051 Setting this variable does not affect the operation mode of the program.
2021 2052
2022 @item regex
2023 @*Type: Boolean.
2024 @*Default: True.
2025 @vrindex regex, mail variable
2026
2027 Setting this to @code{True} enables use of regular expressions in
2028 @samp{/.../} message specifications.
2029
2030 @item outfolder 2053 @item outfolder
2031 @*Type: String. 2054 @*Type: String.
2032 @*Default: Unset. 2055 @*Default: Unset.
...@@ -2073,6 +2096,14 @@ configuration file upon startup. See @ref{Mail Configuration Files}. ...@@ -2073,6 +2096,14 @@ configuration file upon startup. See @ref{Mail Configuration Files}.
2073 2096
2074 When set, any outgoing message will be saved to the named file. 2097 When set, any outgoing message will be saved to the named file.
2075 2098
2099 @item regex
2100 @*Type: Boolean.
2101 @*Default: True.
2102 @vrindex regex, mail variable
2103
2104 Setting this to @code{True} enables use of regular expressions in
2105 @samp{/.../} message specifications.
2106
2076 @item replyprefix 2107 @item replyprefix
2077 @*Type: String 2108 @*Type: String
2078 @*Default: @samp{Re: } 2109 @*Default: @samp{Re: }
...@@ -2125,6 +2156,15 @@ This variable contains the number of lines on terminal screen. ...@@ -2125,6 +2156,15 @@ This variable contains the number of lines on terminal screen.
2125 2156
2126 Contains the URL of mail transport agent. 2157 Contains the URL of mail transport agent.
2127 2158
2159 @item Sign
2160 @*Type: String.
2161 @*Default: Unset.
2162 @vrindex Sign, mail variable
2163
2164 Contains the filename holding users signature. The contents of this
2165 file is appended to the end of a message being composed by @code{~A}
2166 escape.
2167
2128 @item sign 2168 @item sign
2129 @*Type: String. 2169 @*Type: String.
2130 @*Default: Unset. 2170 @*Default: Unset.
...@@ -2134,6 +2174,15 @@ Contains the user's signature. The contents of this variable is appended ...@@ -2134,6 +2174,15 @@ Contains the user's signature. The contents of this variable is appended
2134 to the end of a message being composed by @code{~a} escape. Use 2174 to the end of a message being composed by @code{~a} escape. Use
2135 @code{Sign} variable, if your signature occupies more than one line. 2175 @code{Sign} variable, if your signature occupies more than one line.
2136 2176
2177 @item showto
2178 @*Type: Boolean
2179 @*Default: unset
2180 @vrindex showto, mail variable
2181
2182 If this variable is set, @command{mail} will show @code{To:} addresses
2183 instead of @code{From:} for all messages that come from the user that
2184 invoked the program.
2185
2137 @item subject 2186 @item subject
2138 @*Type: String. 2187 @*Type: String.
2139 @*Default: Unset. 2188 @*Default: Unset.
...@@ -3247,6 +3296,13 @@ To summarize this, here is a working @file{mailutils.rc} entry for ...@@ -3247,6 +3296,13 @@ To summarize this, here is a working @file{mailutils.rc} entry for
3247 [FIXME] 3296 [FIXME]
3248 3297
3249 @page 3298 @page
3299 @node mimeview
3300 @section mimeview
3301 @pindex mimeview
3302
3303 FIXME
3304
3305 @page
3250 @node pop3d 3306 @node pop3d
3251 @section POP3 Daemon 3307 @section POP3 Daemon
3252 @pindex pop3d 3308 @pindex pop3d
......