Commit c1556511 c1556511ae7e7b394fcf50408fc526301374b1d3 by Sergey Poznyakoff

Updated

1 parent 09491f73
Showing 1 changed file with 30 additions and 0 deletions
1 2002-09-18 Sergey Poznyakoff
2
3 * mailbox/mailbox.c: Include message.h
4 * mailbox/mbx_default.c (mu_path_folder_dir): New global. Holds
5 the name of the user's folder directory.
6 * include/mailutils/mailbox.h: Likewise
7 * mailbox/mbx_mh.c: Preserve the envelope information in the
8 message header.
9 * libmu_scm/mu_guimb.c (_scheme_main): Removed unused variable.
10
11 * mh/mh_ctx.c: New file. Context-related functions.
12 * mh/mh_msgset.c: New file. Mh-specific message sets.
13 * mh/refile.c: New file. The framework for the refile command.
14 * mh/Makefile.am: Added new programs.
15 * mh/mh.h (mh_builtin_fp, mh_msgset_t): New types.
16 Added new prototypes.
17 * mh/mh_argp.c (struct mh_argp_data): New member `doc'. Keeps the
18 documentation string.
19 (parse_opt): Pass the data->doc member to mh_getopt.
20 (mh_argp_parse): Initialize data.doc.
21 * mh/mh_getopt.c (mh_getopt, mh_help): Accept new argument:
22 a pointer to the doc string.
23 * mh/mh_getopt.h: Likewise.
24 * mh/mh_init.c: Changed handling of MH profiles.
25 (mh_open_folder, mh_get_dir, mh_expand_name, mh_iterate): New
26 functions
27
28 * mh/rmm.c: Use new mh functions.
29 * mh/scan.c: Likewise.
30
1 2002-09-17 Sergey Poznyakoff 31 2002-09-17 Sergey Poznyakoff
2 32
3 * m4/gssapi.m4: Removed unused variable 33 * m4/gssapi.m4: Removed unused variable
......