[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Paul Fox |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-263-g7e288a9 |
Date: |
Sun, 08 Feb 2015 22:02:28 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 7e288a9d7941d2d9df94f9ee70e47061f0f36304 (commit)
via 7f71991d47a863a1cb3f66a1d5df87f3bacb7828 (commit)
via 5b035a57c6f503870fa01242724c20ef907bc35c (commit)
via 96e10b660de906ef34a06e7634b123615558393e (commit)
via 885ff8b0277dc94a17dd0a657d866a32270c324d (commit)
via 84b0335c3aeb97dc7af10a3cb24874da210a0156 (commit)
via 267c4bcd8cba6ee0958930284a95632c49b46f5e (commit)
from afea511a759408f44ac37493df8944d6c5cf2d69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7e288a9d7941d2d9df94f9ee70e47061f0f36304
Author: Paul Fox <address@hidden>
Date: Sun Feb 8 15:13:31 2015 -0500
update tests for new message separator header from mhshow
also added test names to tests, in any file i touched
commit 7f71991d47a863a1cb3f66a1d5df87f3bacb7828
Author: Paul Fox <address@hidden>
Date: Sun Feb 8 16:06:44 2015 -0500
update man pages for new mhshow message separator header
commit 5b035a57c6f503870fa01242724c20ef907bc35c
Author: Paul Fox <address@hidden>
Date: Sun Feb 8 15:22:07 2015 -0500
add new message separator header to mhshow
new switches to mhshow (-headerform and -[no]header) control whether
and what is displayed before the display of every message's content.
the default separator looks like "[ Message folder:msg ]". the
implementation parallels the -markform feature.
since mhshow is often started by show, show now passes the -[no]header
options through to mhshow. (also, show no longer attempts to pass
such options through to cat (in the case of -noshowproc)).
commit 96e10b660de906ef34a06e7634b123615558393e
Author: Paul Fox <address@hidden>
Date: Fri Feb 6 13:03:36 2015 -0500
fix typo in mh-format.man
commit 885ff8b0277dc94a17dd0a657d866a32270c324d
Author: Eric Gillespie <address@hidden>
Date: Thu Feb 5 12:46:28 2015 -0800
Test that show always shows message numbers.
show shows message numbers in two different formats when showing one
non-MIME, multiple non-MIME messages, or one MIME message.
show does not show any message numbers when showing multiple messages
any of which is MIME.
This is not a new bug, just one that has bothered me since I started
using mhshow with 1.6.
commit 84b0335c3aeb97dc7af10a3cb24874da210a0156
Author: Paul Fox <address@hidden>
Date: Fri Feb 6 11:57:58 2015 -0500
test/common.sh: allow giving individual tests a name
commit 267c4bcd8cba6ee0958930284a95632c49b46f5e
Author: Paul Fox <address@hidden>
Date: Fri Feb 6 11:32:44 2015 -0500
man pages -- clarify what -part and -type do when used together
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
etc/mhshow.header | 5 ++
h/mhparse.h | 3 +-
man/mh-format.man | 2 +-
man/mhlist.man | 52 ++++++++++----
man/mhshow.man | 48 ++++++++++---
man/mhstore.man | 54 +++++++++-----
man/show.man | 8 ++-
test/bad-input/test-header | 17 +++--
test/common.sh.in | 21 +++---
test/mhshow/test-charset | 3 +-
test/mhshow/test-cte-binary | 3 +-
test/mhshow/test-msg-buffer-boundaries | 9 ++-
test/mhshow/test-qp | 3 +-
test/mhshow/test-subpart | 26 +++++--
test/mhshow/test-textcharset | 69 ++++++++++++------
test/show/test-show | 125 ++++++++++++++++++++++++++++++++
uip/mhn.c | 2 +-
uip/mhshow.c | 37 ++++++++--
uip/mhshowsbr.c | 102 +++++++++++++++++++++++---
uip/show.c | 50 ++++++++-----
21 files changed, 496 insertions(+), 144 deletions(-)
create mode 100644 etc/mhshow.header
create mode 100755 test/show/test-show
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-263-g7e288a9,
Paul Fox <=