[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-254-g7711f3f |
Date: |
Wed, 04 Feb 2015 23:54:13 +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 7711f3fc00259e55f630cfe6104eff3083dc9d77 (commit)
via 69b67b6827ed4408749cb66af9ea7613e0a22d93 (commit)
via 570530220b71d3aea5185b8e079ea0345bd0a95f (commit)
via 66d4999b6e82edc2dfcb9f2c46328f4eaef0f737 (commit)
via 275a31b54179d2afa6777072325d1bcba02e0b7b (commit)
via f4a9590bca129a098fa07f2b514c1233bf22e681 (commit)
via 0fb3b995ec1e41ddad7b4355ba6299731b3dd74b (commit)
via 46dc668a5fe672f55c9ea690922605e1db8aa1f8 (commit)
via 2a00f59c84996b2782505bc49845b8828be500b5 (commit)
from 9541a3277343b7920565da71402a41b69e56c9fb (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 7711f3fc00259e55f630cfe6104eff3083dc9d77
Author: Paul Fox <address@hidden>
Date: Wed Feb 4 18:52:53 2015 -0500
pending-release-notes: add mhshow's "-prefer", and mh-format's %(kibi/kilo)
commit 69b67b6827ed4408749cb66af9ea7613e0a22d93
Author: Paul Fox <address@hidden>
Date: Wed Feb 4 14:44:36 2015 -0500
test-subpart: add mhlist and mhshow tests for -type/-part/-prefer
commit 570530220b71d3aea5185b8e079ea0345bd0a95f
Author: Paul Fox <address@hidden>
Date: Wed Feb 4 12:07:27 2015 -0500
update mhshow, mhlist, and mhstore man pages for -prefer switch
commit 66d4999b6e82edc2dfcb9f2c46328f4eaef0f737
Author: Paul Fox <address@hidden>
Date: Tue Feb 3 21:55:41 2015 -0500
implement -prefer, for multipart/alternative preferences
commit 275a31b54179d2afa6777072325d1bcba02e0b7b
Author: Paul Fox <address@hidden>
Date: Tue Feb 3 23:03:46 2015 -0500
mhshow.man: more detail on use of -part and -type switches
commit f4a9590bca129a098fa07f2b514c1233bf22e681
Author: Paul Fox <address@hidden>
Date: Tue Feb 3 12:39:53 2015 -0500
mhshow: ensure that -part always shows every part requested
previously, "mhshow -part 1 -part 1.3" would show 1.1 but not 1.3.
commit 0fb3b995ec1e41ddad7b4355ba6299731b3dd74b
Author: Paul Fox <address@hidden>
Date: Fri Jan 30 19:52:24 2015 -0500
mhshow: fix display of alternatives after certain nested multiparts
adjust return codes so that we now have a clear indication of whether
there was a hard error (NOTOK), a failure to display due to type
mismatch (DONE), or complete success (OK). use those codes in
show_multi_internal() to decide whether we're finished with this
multipart or not.
prior to this change, it was impossible to show part 1.2 of a
message constructed like the following, because the disinction
between (the new, as described above) DONE and OK states was
lost while processing multipart/related part 1.1.
msg part type/subtype size description
28 multipart/mixed 1040
1 multipart/alternative 623
1.1 multipart/related 275
1.1.1 text/html 105
1.2 text/plain 33
2 text/plain 83
this fix is related to 9cc2510 and c9794733. hopefully it's right
this time.
commit 46dc668a5fe672f55c9ea690922605e1db8aa1f8
Author: Paul Fox <address@hidden>
Date: Fri Jan 30 20:14:59 2015 -0500
mhshow: simplify code -- the DONE status was adding no value
commit 2a00f59c84996b2782505bc49845b8828be500b5
Author: Paul Fox <address@hidden>
Date: Fri Jan 30 19:41:37 2015 -0500
drop the second argument to part_ok(), since it is always 1
the second argument hasn't been used since "historical" times.
also add some commentary to part_ok().
-----------------------------------------------------------------------
Summary of changes:
docs/pending-release-notes | 4 +
h/mhparse.h | 2 +-
man/mhlist.man | 29 ++++++++-
man/mhshow.man | 77 ++++++++++++++++++++++--
man/mhstore.man | 23 +++++++
test/mhlist/test-mhlist | 146 ++++++++++++++++++++++++++++++++++++++++++++
test/mhshow/test-subpart | 110 +++++++++++++++++++++++++++++++++
uip/mhcachesbr.c | 2 +-
uip/mhlist.c | 20 ++++++-
uip/mhlistsbr.c | 4 +-
uip/mhmisc.c | 36 ++++++++++-
uip/mhn.c | 2 +-
uip/mhparse.c | 77 ++++++++++++++++++++++-
uip/mhshow.c | 20 ++++++-
uip/mhshowsbr.c | 75 ++++++++++++++++-------
uip/mhstore.c | 20 ++++++-
uip/mhstoresbr.c | 4 +-
17 files changed, 602 insertions(+), 49 deletions(-)
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-254-g7711f3f,
Paul Fox <=