Commit 5f5f5351 5f5f53514b80be37e56a0c11f9fc90477587ea16 by Sergey Poznyakoff

Update

1 parent 2b937437
2006-05-20 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/mailer.c (save_fcc): Handle comma-delimited folder lists
in Fcc lines.
* mh/Makefile.am: Add mh_format.h
* mh/mh_format.h: New file
* mh/TODO: Update
* mh/mh_format.c: Move declarations of strobj functions to
mh_format.h
* mh/mh_init.c (mh_file_to_message): Fix a memory leak
* mh/mh_whatnow.c (mh_whatnow): consult VISUAL and EDITOR
environment variables for the default editor
* mh/repl.c (opt_handler, make_draft): Handle --fcc
* mh/rmf.c (main): Fix coredump if invoked with no options.
* mh/send.c (check_file): Change format of the mesg_list entries.
(fix_fcc): Correctly handle comma-delimited lists of folders.
(backup_file): New function.
(_action_send): Rename draft file after sending it.
* NEWS: Update.
2006-05-17 Sergey Poznyakoff <gray@gnu.org.ua>
* mh/send.c (_action_send): Use %z instead of %Z to form Date
......
GNU mailutils NEWS -- history of user-visible changes. 2006-05-17
GNU mailutils NEWS -- history of user-visible changes. 2006-05-20
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -20,13 +20,16 @@ See the description of --with-guiledir option in the README file.
* Bugfixes:
** Fix handling of file names containing whitespace characters in imap4 server
and library.
** frm: Fix coredump on empty From headers
** frm: Fix coredump on empty From headers.
** folder: If a +folder is given along with the -all switch, folder will, in
addition to setting the current folder, list the top-level subfolders
for the current folder (with -norecurse) or list all sub-folders under
the current folder recursively (with -recurse). This behavior is
compatible with nmh and rand implementations.
** rmf: Fix coredump when invoked without arguments.
** send: rename draft file after sending it.
** all mh utilities: create nested directories, if required.
** Correctly handle comma-delimited folder lists in Fcc headers.
Version 0.6.93:
......
......@@ -19,7 +19,7 @@ State Nice Utility Comments
-------------------------------------------
+ -20 scan
+ -20 inc
* -20 repl --fcc,--inplace,--whatnowproc
* -20 repl --inplace,--whatnowproc
+ -20 comp Interactive prompting.
* -20 forw --inplace,--whatnowproc
* -20 send --alias,--filter,--format,--forward,--mime,
......