Updated
Showing
2 changed files
with
33 additions
and
5 deletions
1 | 2003-08-22 Sergey Poznyakoff | ||
2 | |||
3 | * examples/mta.c (mta_send): Fixed printing of envelope | ||
4 | to addresses. | ||
5 | * include/mailutils/address.h (address_format_string): Missed | ||
6 | prototype. | ||
7 | * mailbox/header.c: Added missing include | ||
8 | * mailbox/sendmail.c (sendmail_send_message): Use header | ||
9 | and body streams sequentially instead of using message | ||
10 | stream. This allows to catch the modified/added headers. | ||
11 | * mailbox/smtp.c (smtp_send_message): Likewise. | ||
12 | * mh/TODO: Updated | ||
13 | * mh/ali.c (main): Minor change. | ||
14 | * mh/comp.c (query_mode): Unused variable | ||
15 | * mh/folder.c (create_flag): A three-state flag. | ||
16 | (_scan): Fixed behavior on non-existing folders. | ||
17 | * mh/mh.h: Added new protos | ||
18 | * mh/mh_alias.l (yyparse): Forward declaration. | ||
19 | * mh/mh_alias.y (yyerror,yylex): Forward declarations. | ||
20 | (alias_expand_list,mh_alias_get_internal) | ||
21 | (mh_alias_get_address): Get an extra argument (for handling | ||
22 | ';' aliases). | ||
23 | * mh/mh_global.c (mh_global_sequences_drop): New function | ||
24 | * mh/mh_init.c (mh_getyn): Bugfix | ||
25 | * mh/mh_stream.c (struct _mhdraft_message.body_start,body_end): | ||
26 | Changed type to off_t. | ||
27 | * mh/mh_whom.c (mh_alias_expand): New function | ||
28 | (scan_addrs): Expand aliases | ||
29 | * mh/rmf.c: Switch to +inbox after deleting the current folder. | ||
30 | Improved diagnostics. | ||
31 | * mh/send.c: Handle aliases. | ||
32 | * mh/whom.c (main): Bugfix. | ||
33 | |||
1 | 2003-08-21 Sergey Poznyakoff | 34 | 2003-08-21 Sergey Poznyakoff |
2 | 35 | ||
3 | * include/mailutils/iterator.h (iterator_dup): New function | 36 | * include/mailutils/iterator.h (iterator_dup): New function | ... | ... |
... | @@ -3,11 +3,6 @@ between Mailutils and Emacs using mh-e module. Therefore, a subset of MH | ... | @@ -3,11 +3,6 @@ between Mailutils and Emacs using mh-e module. Therefore, a subset of MH |
3 | utilities has been selected that would provide such basic functionality. | 3 | utilities has been selected that would provide such basic functionality. |
4 | When this functionality is achieved, other utilities may be implemented. | 4 | When this functionality is achieved, other utilities may be implemented. |
5 | 5 | ||
6 | General information | ||
7 | ==================== | ||
8 | |||
9 | Aliases are not supported | ||
10 | |||
11 | Utilities Ordered by Importance | 6 | Utilities Ordered by Importance |
12 | =============================== | 7 | =============================== |
13 | 8 | ... | ... |
-
Please register or sign in to post a comment