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
398e1c56
...
398e1c56a096593d3c8d868e8d8ea1f978922f34
authored
2005-03-08 20:44:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
a0c3ece9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
4 deletions
ChangeLog
TODO
po/POTFILES.in
ChangeLog
View file @
398e1c5
2005-03-08 Sergey Poznyakoff <gray@Noldor.runasimi.org>
2005-03-08 Sergey Poznyakoff
* TODO: Updated
* configure.ac (DEFAULT_CUPS_CONFDIR): New variable
* doc/texinfo/programs.texi (mimeview): Documented the program
* mimeview/Makefile.am (AM_CFLAGS): Use DEFAULT_CUPS_CONFDIR
* mimeview/mimeview.c (create_filter,print_exit_status)
(get_pager): New function
(run_mailcap): Pipe file contents to the command if its invocation
does not contain %s.
Use pager if `copiousoutput' is specified in mailcap
* po/POTFILES.in: Updated
2005-03-08 Sergey Poznyakoff
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:
ction spec'ed in mailcap."
So, here it goes:
* mimeview: New directory
* mimeview/mimetypes.y: New file
...
...
@@ -10,12 +25,13 @@
* mimeview/mimeview.c: New file
* mimeview/mimeview.h: New file
* mimeview/Makefile.am: New file
* mimeview/.cvsignore: 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_co
u
piousoutput): Bugfix
* mailbox/mailcap.c (mu_mailcap_entry_copiousoutput): Bugfix
2005-03-07 Sergey Poznyakoff
...
...
TODO
View file @
398e1c5
...
...
@@ -120,7 +120,6 @@ file?)
** mimeview:
*** Support test, print and copiousoutput.
*** Pipe files to the command's stdin if its mailcap entry does not have %s.
*** Support nametemplate
** all
...
...
po/POTFILES.in
View file @
398e1c5
...
...
@@ -143,5 +143,9 @@ readmsg/readmsg.c
sieve/sieve.c
mimeview/mimeview.c
mimeview/mimetypes.y
mimeview/mimetypes.l
# EOF
...
...
Please
register
or
sign in
to post a comment