Updated
Showing
4 changed files
with
25 additions
and
3 deletions
1 | 2005-03-08 Sergey Poznyakoff <gray@Noldor.runasimi.org> | ||
2 | |||
3 | TODO:121 said: "file viewer, based on the mimetypes api. I want to do | ||
4 | a "v foo.blah", have it look up .blah in mime.types, and do the a | ||
5 | ction spec'ed in mailcap." Here it goes: | ||
6 | |||
7 | * mimeview: New directory | ||
8 | * mimeview/mimetypes.y: New file | ||
9 | * mimeview/mimetypes.l: New file | ||
10 | * mimeview/mimeview.c: New file | ||
11 | * mimeview/mimeview.h: New file | ||
12 | * mimeview/Makefile.am: New file | ||
13 | |||
14 | * configure.ac: Added mimeview | ||
15 | * Makefile.am: Likewise | ||
16 | * doc/texinfo/programs.texi (mimeview): New section. | ||
17 | (mail): Document recently added variables. | ||
18 | * mailbox/mailcap.c (mu_mailcap_entry_coupiousoutput): Bugfix | ||
19 | |||
1 | 2005-03-07 Sergey Poznyakoff | 20 | 2005-03-07 Sergey Poznyakoff |
2 | 21 | ||
3 | * TODO: Updated | 22 | * TODO: Updated | ... | ... |
... | @@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4 | ... | @@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4 |
23 | SUBDIRS = include intl po lib testsuite mailbox libsieve doc \ | 23 | SUBDIRS = include intl po lib testsuite mailbox libsieve doc \ |
24 | sql auth examples frm pop3d imap4d \ | 24 | sql auth examples frm pop3d imap4d \ |
25 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ | 25 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ |
26 | mail.local mail.remote dotlock mh movemail | 26 | mail.local mail.remote dotlock mh movemail mimeview |
27 | 27 | ||
28 | EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@ | 28 | EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@ |
29 | 29 | ... | ... |
... | @@ -118,8 +118,10 @@ file?) | ... | @@ -118,8 +118,10 @@ 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 | ** file viewer, based on the mimetypes api. I want to do a "v foo.blah", | 121 | ** mimeview: |
122 | have it look up .blah in mime.types, and do the action spec'ed in mailcap. | 122 | *** Support test, print and copiousoutput. |
123 | *** Pipe files to the command's stdin if its mailcap entry does not have %s. | ||
124 | *** Support nametemplate | ||
123 | 125 | ||
124 | ** all | 126 | ** all |
125 | 127 | ... | ... |
... | @@ -938,6 +938,7 @@ AC_CONFIG_FILES([Makefile | ... | @@ -938,6 +938,7 @@ AC_CONFIG_FILES([Makefile |
938 | messages/Makefile | 938 | messages/Makefile |
939 | messages/testsuite/Makefile | 939 | messages/testsuite/Makefile |
940 | mh/Makefile | 940 | mh/Makefile |
941 | mimeview/Makefile | ||
941 | movemail/Makefile | 942 | movemail/Makefile |
942 | po/Makefile.in | 943 | po/Makefile.in |
943 | pop3d/Makefile | 944 | pop3d/Makefile | ... | ... |
-
Please register or sign in to post a comment