Updated
Showing
1 changed file
with
29 additions
and
0 deletions
1 | 2005-03-05 Sergey Poznyakoff | ||
2 | |||
3 | POSIX compatibility issues in mail | ||
4 | |||
5 | * mail/alt.c (mail_is_my_name): Do not check `metoo'. The | ||
6 | caller is responsible for that. | ||
7 | * mail/reply.c (reply0): Check for `metoo' before calling | ||
8 | mail_is_my_name(). | ||
9 | (mail_reply): Honor `flipr' variable | ||
10 | * mail/decode.c: Mark message as read and shown | ||
11 | * mail/mbox.c: Likewise | ||
12 | * mail/pipe.c: Likewise | ||
13 | * mail/print.c: Likewise | ||
14 | * mail/top.c: Likewise | ||
15 | * mail/undelete.c: Likewise | ||
16 | * mail/visual.c: Likewise | ||
17 | * mail/from.c (mail_from0): If `showto' is set and the | ||
18 | mail comes from the user that invoked the program, show | ||
19 | `To:' address instead of `From:'. | ||
20 | * mail/mail.c (default_setup): Added variables, required by | ||
21 | POSIX: flipr, showto, bang. Added placeholders for debug, | ||
22 | onehop and sendwait. | ||
23 | * mail/mail.h (util_mark_read): New function | ||
24 | * mail/shell.c: If `bang' is set, expand every occurrence | ||
25 | of ! in argument array. | ||
26 | * mail/touch.c: Rewritten in accordance with POSIX specs: | ||
27 | do not mbox deleted and saved messages. | ||
28 | * mail/util.c (util_mark_read): New function | ||
29 | |||
1 | 2005-03-04 Sergey Poznyakoff | 30 | 2005-03-04 Sergey Poznyakoff |
2 | 31 | ||
3 | * mail/mail.h (MAIL_ATTRIBUTE_SHOWN): New attribute. Shows | 32 | * mail/mail.h (MAIL_ATTRIBUTE_SHOWN): New attribute. Shows | ... | ... |
-
Please register or sign in to post a comment