Commit 966b1d4c 966b1d4c5ed8a08dc0358d9e59961f89e0f1b8a3 by Sergey Poznyakoff

mail: Implemented "editheader" variable.

1 parent af4798d7
Showing 1 changed file with 16 additions and 0 deletions
1 2002-09-26 Sergey Poznyakoff
2
3 * mail/mail.h (struct compose_env): Changed structure. Renamed
4 to compose_env_t.
5 (compose_init, compose_header_set, compose_header_get,
6 compose_destroy): New functions.
7
8 * mail/send.c: Likewise. Use new compose functions.
9 * mail/followup.c: Use new compose functions.
10 * mail/reply.c: Likewise.
11 * mail/util.c (util_msglist_esccmd): Declaration updated.
12
13 * mail/var.c: Implemented "editheader" variable.
14 * mh/Makefile.am (install-exec-hook): Remove "folders" before
15 linking "folder" to it.
16
1 2002-09-25 Sergey Poznyakoff 17 2002-09-25 Sergey Poznyakoff
2 18
3 * mailbox/mutil.c: Fixed typo in #if directive. 19 * mailbox/mutil.c: Fixed typo in #if directive.
......