Update
Showing
3 changed files
with
26 additions
and
3 deletions
1 | 2006-05-20 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * mailbox/mailer.c (save_fcc): Handle comma-delimited folder lists | ||
4 | in Fcc lines. | ||
5 | * mh/Makefile.am: Add mh_format.h | ||
6 | * mh/mh_format.h: New file | ||
7 | * mh/TODO: Update | ||
8 | * mh/mh_format.c: Move declarations of strobj functions to | ||
9 | mh_format.h | ||
10 | * mh/mh_init.c (mh_file_to_message): Fix a memory leak | ||
11 | * mh/mh_whatnow.c (mh_whatnow): consult VISUAL and EDITOR | ||
12 | environment variables for the default editor | ||
13 | * mh/repl.c (opt_handler, make_draft): Handle --fcc | ||
14 | * mh/rmf.c (main): Fix coredump if invoked with no options. | ||
15 | * mh/send.c (check_file): Change format of the mesg_list entries. | ||
16 | (fix_fcc): Correctly handle comma-delimited lists of folders. | ||
17 | (backup_file): New function. | ||
18 | (_action_send): Rename draft file after sending it. | ||
19 | * NEWS: Update. | ||
20 | |||
1 | 2006-05-17 Sergey Poznyakoff <gray@gnu.org.ua> | 21 | 2006-05-17 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 22 | ||
3 | * mh/send.c (_action_send): Use %z instead of %Z to form Date | 23 | * mh/send.c (_action_send): Use %z instead of %Z to form Date | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2006-05-17 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2006-05-20 |
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 | ||
... | @@ -20,13 +20,16 @@ See the description of --with-guiledir option in the README file. | ... | @@ -20,13 +20,16 @@ See the description of --with-guiledir option in the README file. |
20 | * Bugfixes: | 20 | * Bugfixes: |
21 | ** Fix handling of file names containing whitespace characters in imap4 server | 21 | ** Fix handling of file names containing whitespace characters in imap4 server |
22 | and library. | 22 | and library. |
23 | ** frm: Fix coredump on empty From headers | 23 | ** frm: Fix coredump on empty From headers. |
24 | ** folder: If a +folder is given along with the -all switch, folder will, in | 24 | ** folder: If a +folder is given along with the -all switch, folder will, in |
25 | addition to setting the current folder, list the top-level subfolders | 25 | addition to setting the current folder, list the top-level subfolders |
26 | for the current folder (with -norecurse) or list all sub-folders under | 26 | for the current folder (with -norecurse) or list all sub-folders under |
27 | the current folder recursively (with -recurse). This behavior is | 27 | the current folder recursively (with -recurse). This behavior is |
28 | compatible with nmh and rand implementations. | 28 | compatible with nmh and rand implementations. |
29 | ** rmf: Fix coredump when invoked without arguments. | ||
30 | ** send: rename draft file after sending it. | ||
29 | ** all mh utilities: create nested directories, if required. | 31 | ** all mh utilities: create nested directories, if required. |
32 | ** Correctly handle comma-delimited folder lists in Fcc headers. | ||
30 | 33 | ||
31 | 34 | ||
32 | Version 0.6.93: | 35 | Version 0.6.93: | ... | ... |
... | @@ -19,7 +19,7 @@ State Nice Utility Comments | ... | @@ -19,7 +19,7 @@ State Nice Utility Comments |
19 | ------------------------------------------- | 19 | ------------------------------------------- |
20 | + -20 scan | 20 | + -20 scan |
21 | + -20 inc | 21 | + -20 inc |
22 | * -20 repl --fcc,--inplace,--whatnowproc | 22 | * -20 repl --inplace,--whatnowproc |
23 | + -20 comp Interactive prompting. | 23 | + -20 comp Interactive prompting. |
24 | * -20 forw --inplace,--whatnowproc | 24 | * -20 forw --inplace,--whatnowproc |
25 | * -20 send --alias,--filter,--format,--forward,--mime, | 25 | * -20 send --alias,--filter,--format,--forward,--mime, | ... | ... |
-
Please register or sign in to post a comment