Updated
Showing
2 changed files
with
17 additions
and
4 deletions
1 | 2005-03-10 Sergey Poznyakoff | ||
2 | |||
3 | * TODO: Updated | ||
4 | * imap4d/imap4d.h (define _GNU_SOURCE): Removed. Defined | ||
5 | in config.h | ||
6 | * mailbox/mailcap.c (mu_mailcap_entry_get_value): Bugfix: return | ||
7 | ENOENT if no matching entry is found. | ||
8 | * mailbox/mutil.c (mu_true_answer_p): Ignore leading whitespace. | ||
9 | * mh/mh_init.c (mh_vgetyn): Synchronize with the changes to | ||
10 | mu_true_answer_p(). | ||
11 | * mimeview/mimeview.c: Handle --no-ask and --no-interactive (-h) | ||
12 | options. Continue search for a matching entry when necessary. | ||
13 | Implement 'test' and 'print' commands. | ||
14 | * doc/texinfo/programs.texi (mimeview): Documented new options | ||
15 | |||
1 | 2005-03-09 Sergey Poznyakoff | 16 | 2005-03-09 Sergey Poznyakoff |
2 | 17 | ||
3 | * mimeview/mimetypes.l: Bugfix: accept ',' as OR | 18 | * mimeview/mimetypes.l: Bugfix: accept ',' as OR | ... | ... |
1 | GNU mailutils TODO list. 2005-03-06 | 1 | GNU mailutils TODO list. 2005-03-10 |
2 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
3 | 3 | ||
4 | * Documentation | 4 | * Documentation |
... | @@ -118,9 +118,7 @@ file?) | ... | @@ -118,9 +118,7 @@ file?) |
118 | 118 | ||
119 | ** forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost | 119 | ** forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost |
120 | 120 | ||
121 | ** mimeview: | 121 | ** mimeview: support nametemplate |
122 | *** Support test, print and copiousoutput. | ||
123 | *** Support nametemplate | ||
124 | 122 | ||
125 | ** all | 123 | ** all |
126 | 124 | ... | ... |
-
Please register or sign in to post a comment