[Top][All Lists]
[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.5-branchpoint-307-gb21a31b |
Date: |
Thu, 29 Nov 2012 19:24:33 +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 b21a31b058c3aa1802145dd32b56b2e9b5d8641f (commit)
via 3afd424b248b00353486cc9b3d25fc1e4bc04cdd (commit)
via d4a03f6f2b8d7995748753338b5b86044e132403 (commit)
via 9ca1024919eb864456ca64ed2439dc5a51bab243 (commit)
via 0b67a5ac06f5c3dc88bcfbd2438a1df96477f501 (commit)
from e99573743b82d936081e56f59e5881d53b4fed91 (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 b21a31b058c3aa1802145dd32b56b2e9b5d8641f
Author: Paul Fox <address@hidden>
Date: Thu Nov 29 13:59:55 2012 -0500
show: remove unreachable code
the stanza in question has been impossible to reach for some time. i
believe its purpose was to give a non-mh display proc full pathname
arguments to work with. since we've chdir'd to the folder, giving it
message numbers (i.e., relative pathnames) is fine.
commit 3afd424b248b00353486cc9b3d25fc1e4bc04cdd
Author: Paul Fox <address@hidden>
Date: Tue Nov 27 00:20:55 2012 -0500
show: remove MAXARGS limit when running any of the helper procs
use app_msgarg() to maintain both the msgs[] and vec[] string vectors.
commit d4a03f6f2b8d7995748753338b5b86044e132403
Author: Paul Fox <address@hidden>
Date: Mon Nov 26 23:43:00 2012 -0500
forw: remove MAXARGS limit when running mhlproc
use app_msgarg() to maintain both the msgs[] and vec[] string vectors.
commit 9ca1024919eb864456ca64ed2439dc5a51bab243
Author: Paul Fox <address@hidden>
Date: Tue Nov 27 09:53:56 2012 -0500
burst: eliminate use of MAXARGS
use the already available app_msgarg() utility to make this easy.
(the MAXARGS limit was highly unlikely to be exceeded, in practice.)
commit 0b67a5ac06f5c3dc88bcfbd2438a1df96477f501
Author: Paul Fox <address@hidden>
Date: Tue Nov 27 12:05:56 2012 -0500
app_msgarg: de-obfuscate
add some whitespace and break things up. and add comment to reflect
that this might be (and is) used for more than just msg parameters.
-----------------------------------------------------------------------
Summary of changes:
sbr/utils.c | 10 +++--
uip/burst.c | 16 ++++---
uip/forw.c | 70 +++++++++++++++------------------
uip/show.c | 126 +++++++++++++++++++++++------------------------------------
4 files changed, 96 insertions(+), 126 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.5-branchpoint-307-gb21a31b,
Paul Fox <=