Update
Showing
2 changed files
with
29 additions
and
1 deletions
1 | 2006-01-25 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2006-01-25 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | * THANKS: Add Helmut Leitner. | ||
4 | * mail/mail.c (parse_opt): Try to catch arguments separated from | ||
5 | the option by whitespace. Solution proposed by Helmut Leitner. | ||
6 | Avoid queueing multiple "set mode=send" options. | ||
7 | |||
3 | * sql/mysql.c (connect): Initialize socket_name to NULL | 8 | * sql/mysql.c (connect): Initialize socket_name to NULL |
4 | 9 | ||
5 | * include/mailutils/compat.h (registrar_lookup): Define to | 10 | * include/mailutils/compat.h (registrar_lookup): Define to | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2006-01-24 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2006-01-25 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
... | @@ -18,6 +18,29 @@ define the symbol MU_COMPAT before including it (or invoke cc with | ... | @@ -18,6 +18,29 @@ define the symbol MU_COMPAT before including it (or invoke cc with |
18 | NOTE: This is incompatible change, unless you use mailutils-config to | 18 | NOTE: This is incompatible change, unless you use mailutils-config to |
19 | obtain loader options (which is recommended, anyway). | 19 | obtain loader options (which is recommended, anyway). |
20 | 20 | ||
21 | * Use of '~' character (denoting the user home directory) | ||
22 | |||
23 | This character is expanded also if it appears after the protocol | ||
24 | specification in a mailbox URL. e.g.: maildir:~/Mail/inbox. | ||
25 | |||
26 | It is possible to use '~' in mailutils configuration file. | ||
27 | |||
28 | * New option --mailbox-type | ||
29 | |||
30 | Use this option to specify the default mailbox type. It is supported | ||
31 | by all utilities that use "mailbox" command line capability (see the | ||
32 | documentation for the list). For example: | ||
33 | |||
34 | mail --mailbox-type=mh: --file=~/Mail/inbox | ||
35 | |||
36 | will open ~/Mail/inbox directory as an MH folder. This option is | ||
37 | especially useful in the mailutils configuration file. For example, | ||
38 | adding this line to your mailutils.rc: | ||
39 | |||
40 | :mailbox --mailbox-type=mh: | ||
41 | |||
42 | will force all mail utilities to use MH by default. | ||
43 | |||
21 | * mail: New option --exec (-E) allows to execute arbitrary mail commands | 44 | * mail: New option --exec (-E) allows to execute arbitrary mail commands |
22 | before opening the mailbox. Any number of --exec options can be given. | 45 | before opening the mailbox. Any number of --exec options can be given. |
23 | 46 | ... | ... |
-
Please register or sign in to post a comment