Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2df162d1
...
2df162d10e2f48397696fbddb9b5fc06fd8d6d45
authored
2005-03-08 17:10:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
1e4c92f4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
3 deletions
ChangeLog
Makefile.am
TODO
configure.ac
ChangeLog
View file @
2df162d
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
...
...
Makefile.am
View file @
2df162d
...
...
@@ -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@
...
...
TODO
View file @
2df162d
...
...
@@ -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
...
...
configure.ac
View file @
2df162d
...
...
@@ -938,6 +938,7 @@ AC_CONFIG_FILES([Makefile
messages/Makefile
messages/testsuite/Makefile
mh/Makefile
mimeview/Makefile
movemail/Makefile
po/Makefile.in
pop3d/Makefile
...
...
Please
register
or
sign in
to post a comment