Commit 0ab43ac6 0ab43ac63062371670326484955bd0cdb0673091 by Sergey Poznyakoff

Added entry about `mailx' variable

1 parent a9523224
Showing 1 changed file with 13 additions and 0 deletions
...@@ -17,6 +17,9 @@ time units. ...@@ -17,6 +17,9 @@ time units.
17 17
18 ** Fixed memory allocation bug in mailbox/mu_auth.c 18 ** Fixed memory allocation bug in mailbox/mu_auth.c
19 19
20 ** Various fixes and improvements in MH in order to interoperate better
21 with MH-E.
22
20 * New features. 23 * New features.
21 24
22 ** libmailbox 25 ** libmailbox
...@@ -35,6 +38,16 @@ ANYOF ...@@ -35,6 +38,16 @@ ANYOF
35 38
36 *** popauth: new option --create. 39 *** popauth: new option --create.
37 40
41 ** mail
42
43 New configuration file variable `mailx' enables the mailx
44 compatibility mode .This is mainly visible when composing a message.
45 In mailx compatibility mode, mail asks for Cc and Bcc addresses after
46 composing the body.
47 The default behavior is to ask for these values before composing
48 the body.
49
50
38 The option allows to convert a plaintext file into DBM database. 51 The option allows to convert a plaintext file into DBM database.
39 52
40 53
......