changes to mail/
Showing
1 changed file
with
20 additions
and
0 deletions
1 | 2001-07-03 Sergey Poznyakoff | ||
2 | * configure.in: --with-mail-rc option: set path to system-wide | ||
3 | mail.rc file. | ||
4 | * mail/Makefile.am,mail/mail.c: Likewise. | ||
5 | * mail/send.c: check for "dot" variable. Implemented "~.", | ||
6 | "appenddeadletter". | ||
7 | * mail/inc.c: (new) inc[orporate] command. | ||
8 | * mail/{mail.c,mail.h,table.c}: Ditto. | ||
9 | * mail/print.c: Handle interrupts when fetching message body. | ||
10 | * mail/followup.c: insert ',' between recepients' addresses. | ||
11 | * mail/quit.c: use mailbox_save_attributes(). Implemented | ||
12 | "hold" variable. Raise MU_ATTRIBUTE_READ on every message with | ||
13 | MU_ATTRIBUTE_SEEN bit set (compatibility with existing mails). | ||
14 | * mail/from.c: Changed order of checking message attribute bits to | ||
15 | be compatible with existing implementations. | ||
16 | * mail/z.c: removed break from the loop. | ||
17 | * mailbox/attribute.c: added attribute_set_modified() function. | ||
18 | Fixed attribute_unset.* functions to raise MU_ATTRIBUTE_MODIFIED bit. | ||
19 | * include/mailutils/attribute.h: Proto for attribute_set_modified(). | ||
20 | |||
1 | 2001-07-02 Alain Magloire | 21 | 2001-07-02 Alain Magloire |
2 | 22 | ||
3 | * mailbox2/tcp.c: make it thread-safe. | 23 | * mailbox2/tcp.c: make it thread-safe. | ... | ... |
-
Please register or sign in to post a comment