Commit 2df162d1 2df162d10e2f48397696fbddb9b5fc06fd8d6d45 by Sergey Poznyakoff

Updated

1 parent 1e4c92f4
2005-03-08 Sergey Poznyakoff <gray@Noldor.runasimi.org>
TODO:121 said: "file viewer, based on the mimetypes api. I want to do
a "v foo.blah", have it look up .blah in mime.types, and do the a
ction spec'ed in mailcap." Here it goes:
* mimeview: New directory
* mimeview/mimetypes.y: New file
* mimeview/mimetypes.l: New file
* mimeview/mimeview.c: New file
* mimeview/mimeview.h: New file
* mimeview/Makefile.am: New file
* configure.ac: Added mimeview
* Makefile.am: Likewise
* doc/texinfo/programs.texi (mimeview): New section.
(mail): Document recently added variables.
* mailbox/mailcap.c (mu_mailcap_entry_coupiousoutput): Bugfix
2005-03-07 Sergey Poznyakoff
* TODO: Updated
......
......@@ -23,7 +23,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include intl po lib testsuite mailbox libsieve doc \
sql auth examples frm pop3d imap4d \
mail sieve scripts libmu_scm guimb messages comsat readmsg \
mail.local mail.remote dotlock mh movemail
mail.local mail.remote dotlock mh movemail mimeview
EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@
......
......@@ -118,8 +118,10 @@ file?)
** forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost
** file viewer, based on the mimetypes api. I want to do a "v foo.blah",
have it look up .blah in mime.types, and do the action spec'ed in mailcap.
** mimeview:
*** Support test, print and copiousoutput.
*** Pipe files to the command's stdin if its mailcap entry does not have %s.
*** Support nametemplate
** all
......
......@@ -938,6 +938,7 @@ AC_CONFIG_FILES([Makefile
messages/Makefile
messages/testsuite/Makefile
mh/Makefile
mimeview/Makefile
movemail/Makefile
po/Makefile.in
pop3d/Makefile
......