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
b2a28678
...
b2a2867865c451245452f2270b2f399491828ef1
authored
2005-03-12 19:28:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
7cd17edd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
6 deletions
ChangeLog
NEWS
po/POTFILES.in
ChangeLog
View file @
b2a2867
2005-03-12 Sergey Poznyakoff
* lib/mailcap.c: New file. Routines for displaying MIME
messages.
* lib/Makefile.am: Added mailcap.c
* mimeview/mimeview.c: Rewritten using display_stream_mailcap.
* mail/decode.c: Implemented built-in mailcap mechanism
* mail/Makefile.am: (mail_LDADD): Changed order of loading
libmailutils/libmailbox
* mimeview/Makefile.am (mimeview_LDADD): Likewise
* doc/texinfo/programs.texi (mail): Documented variable
mimenoask
* po/POTFILES.in: Updated
* examples/mta.c (header): Removed unused global
* NEWS: Updated
2005-03-10 Sergey Poznyakoff
* TODO: Updated
...
...
NEWS
View file @
b2a2867
GNU mailutils NEWS -- history of user-visible changes. 2005-03-
07
GNU mailutils NEWS -- history of user-visible changes. 2005-03-
12
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -28,10 +28,14 @@ Implemented following variables: flipr, showto, bang.
The command `touch' does not alter messages that were deleted or saved
to a file.
** The `decode' command inspects `metamail' variable to see if
it should use an external program for displaying MIME message
parts. The variable, if set, should contain the invocation line
of the program. Thus, settting
** The `decode' command uses `mailcap' extension to display
parts of MIME multy-part messages. By default the built-in mailcap
engine is used. Normally `mail' asks for confirmation before running
an interpreter to display a message part, unless the type of the part
is listed in `mimenoask' mail variable.
If `metamail' variable is set, it specifies the external program
to be used instead of the built-in engine. Thus, settting
set metamail="metamail -m mail -p"
...
...
@@ -39,7 +43,9 @@ in your ~/.mailrc enables use of the standard `metamail' program
by `decode'.
Before calling `metamail', the environment variable METAMAIL_PAGER
is set to the value of the variable PAGER.
is set to the value of the variable PAGER. If `mimenoask' mail
variable is set, its value is passed to `metamail' via MM_NOASK
environment variable.
* from
The `from' utility was rewritten. It is now fully compatible with the
...
...
po/POTFILES.in
View file @
b2a2867
...
...
@@ -36,6 +36,7 @@ imap4d/signal.c
imap4d/util.c
lib/xmalloc.c
lib/mailcap.c
libsieve/actions.c
libsieve/comparator.c
...
...
Please
register
or
sign in
to post a comment