[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-36-gfb0773a |
Date: |
Wed, 07 May 2014 15:53:46 +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 fb0773a44c676a24e722c08c2a259e688ecac606 (commit)
via 19f21d4d5c17206694b60056ec95bd2c26de91e4 (commit)
via ea781c2e172139fd1372f75e671f349689679a83 (commit)
via 039523b0bede337327c5ff7529e3d463aaee7d8a (commit)
from bb7078bb9c055d7c5cd39e76c05a1f12caab97d7 (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 fb0773a44c676a24e722c08c2a259e688ecac606
Author: Paul Fox <address@hidden>
Date: Mon May 5 22:41:43 2014 -0400
modify tests for the new mhshow mime part marker format
also added a couple of Content-Description headers to better
test the marker format.
commit 19f21d4d5c17206694b60056ec95bd2c26de91e4
Author: Paul Fox <address@hidden>
Date: Wed May 7 10:19:56 2014 -0400
modify mhshow marker format to include the size of the part
commit ea781c2e172139fd1372f75e671f349689679a83
Author: Paul Fox <address@hidden>
Date: Tue May 6 17:28:18 2014 -0400
add "%(units)" function, to express numbers with SI units
i.e., 1510 --> 1.5K, 15780000 --> 15.8M etc. useful with %(size),
as in %(units(size)).
commit 039523b0bede337327c5ff7529e3d463aaee7d8a
Author: Paul Fox <address@hidden>
Date: Tue May 6 11:54:52 2014 -0400
make the %(size) function useful in mhshow marker line formats
normally %(size) returns the size of the message. in mhshow
marker lines, it returns the size of the (decoded, if necessary) part.
-----------------------------------------------------------------------
Summary of changes:
etc/mhshow.marker | 4 +-
h/fmt_compile.h | 107 ++++++++++++++++----------------
man/mh-format.man | 1 +
man/mhshow.man | 3 +-
sbr/fmt_compile.c | 1 +
sbr/fmt_scan.c | 35 ++++++++++
test/bad-input/test-header | 2 +-
test/mhshow/test-charset | 6 +-
test/mhshow/test-cte-binary | 2 +-
test/mhshow/test-msg-buffer-boundaries | 7 +-
test/mhshow/test-qp | 2 +-
test/mhshow/test-subpart | 2 +-
test/mhshow/test-textcharset | 4 +-
uip/conflict | Bin 0 -> 324710 bytes
uip/fmtdump.c | 1 +
uip/mhshowsbr.c | 20 +++++--
uip/mhtest | Bin 0 -> 587999 bytes
uip/msh | Bin 0 -> 914235 bytes
18 files changed, 124 insertions(+), 73 deletions(-)
create mode 100755 uip/conflict
create mode 100755 uip/mhtest
create mode 100755 uip/msh
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-36-gfb0773a,
Paul Fox <=