[Nmh-commits] [SCM] The nmh Mail Handling System branch, 1.6-release, updated. 1.6-RC2-17-gb39ede1

2014-05-15 Thread Ken Hornstein
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, 1.6-release has been updated
   via  b39ede10005cf919a6de3107bc0221073e0e38d9 (commit)
  from  fbabbcd5acbf89b34e923d46ff9bb001b7cd4583 (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 b39ede10005cf919a6de3107bc0221073e0e38d9
Author: Ken Hornstein 
Date:   Fri May 16 00:11:59 2014 -0400

Fix 15 year-old bug; the wrong number of arguments in in the prototype
for show_content_aux() in mhstoresbr.c.

---

Summary of changes:
 uip/mhstoresbr.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-66-g6779979

2014-05-15 Thread Ken Hornstein
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  6779979cf3a57b458d28e4d1aaac026a61d73572 (commit)
  from  f5804888e40c2d4b679bdb38e7cba92b527271d4 (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 6779979cf3a57b458d28e4d1aaac026a61d73572
Author: Ken Hornstein 
Date:   Fri May 16 00:04:24 2014 -0400

Move the prototype for show_content_aux() to a common header file; it
got an extra argument recently but none of the other users of it
noticed.

When fixing this I discovered that the usage of show_content_aux()
by mhstoresbr.c was wrong; the prototype had an extra argument in
the middle of it.  Apparently this has been broken for 15 years!

---

Summary of changes:
 h/mhparse.h  |   25 +
 uip/mhfixmsg.c   |6 +-
 uip/mhshowsbr.c  |7 +--
 uip/mhstoresbr.c |5 +
 4 files changed, 28 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-65-gf580488

2014-05-15 Thread Ken Hornstein
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  f5804888e40c2d4b679bdb38e7cba92b527271d4 (commit)
  from  bf989a8c437e2b510e6e02099514ae3cc1e6c2c8 (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 f5804888e40c2d4b679bdb38e7cba92b527271d4
Author: Ken Hornstein 
Date:   Thu May 15 23:01:49 2014 -0400

Switch from %p to %l (%p is no longer supported, although we silently
accept it).

---

Summary of changes:
 etc/mhn.defaults.sh |   54 +-
 1 files changed, 27 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, 1.6-release, updated. 1.6-RC2-16-gfbabbcd

2014-05-15 Thread Ken Hornstein
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, 1.6-release has been updated
   via  fbabbcd5acbf89b34e923d46ff9bb001b7cd4583 (commit)
  from  e40cf805fe004d861da38417c41801f99bf72375 (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 fbabbcd5acbf89b34e923d46ff9bb001b7cd4583
Author: Ken Hornstein 
Date:   Thu May 15 23:01:49 2014 -0400

Switch from %p to %l (%p is no longer supported, although we silently
accept it).

(cherry picked from commit f5804888e40c2d4b679bdb38e7cba92b527271d4)

---

Summary of changes:
 etc/mhn.defaults.sh |   54 +-
 1 files changed, 27 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-64-gbf989a8

2014-05-15 Thread Paul Fox
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  bf989a8c437e2b510e6e02099514ae3cc1e6c2c8 (commit)
  from  29911a92cfff89a79410b861308658a5eb50d41a (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 bf989a8c437e2b510e6e02099514ae3cc1e6c2c8
Author: Paul Fox 
Date:   Thu May 15 14:02:07 2014 -0400

fix comment syntax

---

Summary of changes:
 uip/mhbuildsbr.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-63-g29911a9

2014-05-15 Thread Paul Fox
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  29911a92cfff89a79410b861308658a5eb50d41a (commit)
  from  07a260ff4749449f6618358c2d756ae3f5168619 (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 29911a92cfff89a79410b861308658a5eb50d41a
Author: Paul Fox 
Date:   Tue May 13 09:36:42 2014 -0400

clarify scan_content() logic for choosing encoding

---

Summary of changes:
 uip/mhbuildsbr.c |   29 ++---
 1 files changed, 18 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-62-g07a260f

2014-05-15 Thread David Levine
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  07a260ff4749449f6618358c2d756ae3f5168619 (commit)
  from  252f672ba218d1ed1f5018844dd007b5d2e6a860 (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 07a260ff4749449f6618358c2d756ae3f5168619
Author: David Levine 
Date:   Thu May 15 10:28:03 2014 -0500

Added support for mhbuild-disposition-[/] profile
entries when mhbuild expands Attach: headers.  Default to
'attachment', but override with 'inline' entries for text/calendar
and message/rfc822 in mhn.defaults.

---

Summary of changes:
 etc/mhn.defaults.sh |   11 +++
 man/mhbuild.man |   17 +
 man/send.man|5 +
 uip/mhbuildsbr.c|   36 ++--
 4 files changed, 63 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits


[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-61-g252f672

2014-05-15 Thread Paul Fox
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  252f672ba218d1ed1f5018844dd007b5d2e6a860 (commit)
  from  51919715ad7a57f2c74854a6d3d6374578f46985 (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 252f672ba218d1ed1f5018844dd007b5d2e6a860
Author: Paul Fox 
Date:   Thu May 15 08:55:45 2014 -0400

change mhlist to use decimal math when abbreviating sizes

the K/M/G/T units imply factors of 1000, so make the code
match.  (the alternative would be to change the units to
Ki/Mi/Gi/Ti.)  mhlist output might someday be configurable
using mh-format, in which case the user will be able to choose.

---

Summary of changes:
 man/mhlist.man  |2 ++
 uip/mhlistsbr.c |2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

___
Nmh-commits mailing list
Nmh-commits@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-commits