bunch of changes to mail/
Showing
1 changed file
with
24 additions
and
0 deletions
1 | 2001-06-26 Sergey Poznyakoff | ||
2 | * mail/util.c: | ||
3 | Added extra argument to util_msglist_command(), controlling | ||
4 | whether it should move the cursor to the last message | ||
5 | processed. | ||
6 | * mail/delete.c,mail/dp.c,mail/edit.c,mail/from.c,mail/hold.c, | ||
7 | mail/mbox.c,mail/print.c,mail/reply.c,mail/size.c,mail/top.c, | ||
8 | mail/undelete.c,mail/util.c,mail/visual.c: Likewise. | ||
9 | * mail/util.c: util_screen_lines() function. | ||
10 | util_outfolder_name(). | ||
11 | util_save_outgoing() | ||
12 | * mail/z.c: removed z_lines() in favor of util_screen_lines(). | ||
13 | * mail/headers.c: use util_screen_lines(). | ||
14 | * mail/touch.c: Initial implementation. Simply calls mail_mbox. | ||
15 | Maybe the table.c entry should point to mail_mbox instead? | ||
16 | * mail/write.c: use util_fullpath(). | ||
17 | * mail/send.c: call util_save_outgoing() to preserve sent message. | ||
18 | Set umask 077 before calling mkstemp(). | ||
19 | * mail/folders.c: Use $LISTER. | ||
20 | * mail/followup.c: Implemented. | ||
21 | * mail/from.c: Changed output format. | ||
22 | * mail/mbox.c: move mail_mbox_commit to quit.c. | ||
23 | * mail/quit.c: Likewise. Honour "keepsave" variable. | ||
24 | |||
1 | 2001-06-25 Alain Magloire | 25 | 2001-06-25 Alain Magloire |
2 | 26 | ||
3 | * doc/Makefile.am: add {c-api,framework,programs}.texi EXTRA_DIST | 27 | * doc/Makefile.am: add {c-api,framework,programs}.texi EXTRA_DIST | ... | ... |
-
Please register or sign in to post a comment