commit b1087b8a83359c41f5886bfeca72c08ae43d9ca8
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 6 12:21:08 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 6 12:28:55 2019 +0100

    This is mmh-0.4

:100644 100644 683256d3... d8acce59... M	DATE
:100644 100644 aad13dd8... a45071f1... M	NEWS
:100644 100644 be586341... bd73f470... M	VERSION

commit df98103428cb4cdfa9d911190791745c9bbe05b0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 6 12:27:37 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 6 12:27:37 2019 +0100

    remove dtimep.c only in distclean
    
    this avoids flex dependency for the tarball

:100644 100644 07877590... f2310fb8... M	sbr/Makefile.in

commit c42126750a40dae4c42a84c152c3be1ede3cf89e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 6 03:13:04 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 6 03:13:04 2019 +0100

    automitc set the owner/group in release tar

:100644 100644 465beda0... 4012a2d3... M	Makefile.in

commit a859462824cb481880506c394704a0b5a4b9fc2d
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 5 20:35:50 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 5 20:35:50 2019 +0100

    depricate whatnow
    
    Now a depricated warning is printed at the usage of whatnow.
    Also add a BUG section to the manpage.

:100644 100644 d0fea84e... 4fa2b34c... M	man/whatnow.man1
:100644 100644 82b25c69... 2b6847fc... M	test/tests/whatnow/test-attach-detach
:100644 100644 44fecb6c... 05bbd760... M	test/tests/whatnow/test-cd
:100644 100644 15d0824a... 474b505b... M	test/tests/whatnow/test-ls
:100644 100644 be046ac7... 41c8733c... M	uip/whatnow.c

commit ec2171174c019bdc83002cc29d06357e30b4b90d
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 5 14:30:57 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 5 14:45:38 2019 +0100

    fail in pick if a massage of -thread has no thread-id
    
    If pick -thread is used with a message without a message-id
    or a references header field pick now fails. This prevents
    falling back to all messages as default.

:100644 100644 d693439e... 60588151... M	test/tests/pick/test-thread-without-msgid
:100644 100644 049be8a7... f700a0c7... M	uip/pick.c

commit 1a1646dc54cace9984b36a1c12e1831d51fa89f1
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Jan 2 16:14:21 2019 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Jan 2 16:14:21 2019 +0100

    pick fix segfault
    
    pick now copy the static memory which is later freed.
    Also fix the access to uninitialized variable in getthreadid().
    Thanks c_14 for reporting.

:100644 100644 99a7d67b... 41e3e22b... M	sbr/getthreadid.c
:000000 100644 00000000... 0397e11c... A	test/tests/pick/test-thread
:000000 100644 00000000... d693439e... A	test/tests/pick/test-thread-without-msgid
:100644 100644 aba0c028... 049be8a7... M	uip/pick.c

commit 76e95977668d89054ced87fc7d379464713e2ee9
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Dec 31 12:42:01 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Dec 31 12:42:01 2018 +0100

    rename whatnow2 tests
    
    the testsystem require the format test-* for tests

:100644 100644 e91cc791... e91cc791... R100	test/tests/whatnow2/metafile	test/tests/whatnow2/test-metafile
:100644 100644 bd4cf88e... bd4cf88e... R100	test/tests/whatnow2/default-workflow	test/tests/whatnow2/test-workflow

commit 8da62db99b6d668511eb99881ad8889e4421ae7a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Dec 31 02:54:23 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Dec 31 02:54:23 2018 +0100

    whatnow2 save metainformation in the draft itself
    
    by default meta information like last editor or altmsg is stored in
    the draft ifself. This can be overritten by the profile entry
    Metafile-Extension.

:100644 100644 7b2934e2... b4aea9e8... M	etc/Makefile.in
:000000 100644 00000000... 188634d1... A	etc/mhl.whatnow2
:100644 100644 dd8196f3... 3b692eef... M	man/mh-profile.man5
:100644 100644 f66bfe78... 4ba56742... M	man/whatnow2.man1
:000000 100644 00000000... bd4cf88e... A	test/tests/whatnow2/default-workflow
:000000 100644 00000000... e91cc791... A	test/tests/whatnow2/metafile
:100644 100644 f037ec13... fcab14d7... M	uip/Makefile.in
:100755 100755 91ff5a5e... f9cf2559... M	uip/whatnow2.sh

commit 216b5073ff0503c04868769fe7930c49f6fbcf1c
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Dec 30 03:11:53 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Dec 30 03:11:53 2018 +0100

    h/mh.h remove comma at the end of enum state
    
    This is a C99 feature and mmh stick to C98.
    Just to stop the noise from the compiler ;-)

:100644 100644 20346b6b... 6337a0ca... M	h/mh.h

commit f421770234df8633ec9e703c9045cc21753fc644
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Dec 30 01:51:06 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Dec 30 01:51:06 2018 +0100

    merge pick and scan manpage
    
    Now only one manpage for scan and pick is dokumentating
    the usage of pick/scan.

:100644 100644 8188ff41... ea63a753... M	man/pick.man1
:100644 100644 2a25d18c... 02e5a2ec... M	man/scan.man1

commit ca984be73bdba8c9e807aa56be6403a7b790ed21
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Nov 26 01:02:53 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Nov 26 01:02:53 2018 +0100

    add raw option to mhl
    
    raw allows to output a header as in the input, no changes are done
    by mhl. This is written for whatnow2. whatnow2 shall safe some data
    in the draft and use mhl with ignore to remove this data. Also other tools can
    use mhl to filter some header fields out of a message without changing the
    message itself.

:100644 100644 76d23358... fa83602d... M	uip/mhl.c

commit dbf7c84b34c2d3f87c0c3cb11a04dff2c20b39e5
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Nov 21 02:34:56 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 22:43:53 2018 +0100

    whatnow2 handle mhuse
    
    If mhuse is set don't write new envirement to the metafile. mhuse
    is set, when comp -use is used.

:100755 100755 4e767663... 91ff5a5e... M	uip/whatnow2.sh

commit d44d7ab7f82b27b1644c7ec93bdbe0fedc0fb4c5
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Nov 21 02:26:49 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 22:43:53 2018 +0100

    strict use "" in whatnow2

:100755 100755 59e91b7a... 4e767663... M	uip/whatnow2.sh

commit c89293b617b20e1bdceeed290941c45acc457b15
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Jul 10 16:34:45 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 22:40:45 2018 +0100

    mhl implement simple globbing
    
    ignores now supports simple globbing

:100644 100644 9785fe27... b6af9531... M	man/mhl.man1
:100644 100644 b8213b04... 76d23358... M	uip/mhl.c

commit 24d23e290e7b1320eca49cfd2ea0ca0af3e761e0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 23 01:41:06 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 15:08:54 2018 +0100

    fix indention in uip/mhl.c

:100644 100644 2987c0d2... b8213b04... M	uip/mhl.c

commit de6974ed610ffbfaff335021ea7e359e85c27cfa
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Nov 19 03:04:12 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 15:08:54 2018 +0100

    Trailing withspace handling in mhl
    
    If a component has trailing whitespace, e.g., body:component="> ", mhl
    now trims that whitespace off when filtering blank text lines. Also add
    a rtrim flag to mhl. This flag removes trailing whitespace in filtert text.
    
    The implementation was done by David Levine <levinedl@acm.org> for nmh
    commit ea0a6d8112a918809bd03d8126411040d22f2bb8
    commit 1aa8f3e11e6d83ee4806abaa132ab9466f02ca5f

:100644 100644 69556f94... 65265822... M	h/prototypes.h
:100644 100644 a80d6bf0... 9785fe27... M	man/mhl.man1
:100644 100644 249faf9c... cbf90984... M	sbr/trim.c
:100755 100755 7220e6cb... 578fd37c... M	test/tests/mhl/test-mhl-flags
:100644 100644 a84703b8... 2987c0d2... M	uip/mhl.c

commit fa1c9e13c8bae76993ec43f56685fa0057758579
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Oct 26 21:53:36 2018 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 25 14:29:17 2018 +0100

    read the defaultfolder from the profile
    
    context_read now creates the inbox specified in the profile,
    instand of create the compiletime default.

:100644 100644 cfdcff27... 51592a91... M	sbr/context_read.c
:000000 100644 00000000... 997e52e6... A	test/tests/config/test-inbox

commit 20597014bd0a3a6afa0244e5ee6531c59bc8fceb
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Nov 21 23:25:54 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 23 00:14:54 2018 +0100

    pick implement rfc2047

:100644 100644 7f0d3a9a... aba0c028... M	uip/pick.c

commit f826c136f3bee802c63cef0510bcd8de71ccbe84
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Nov 21 23:23:10 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 23 00:14:43 2018 +0100

    fix logic bug in pick GREPaction
    
    GREPaction now check the header field correct

:100644 100644 12b2bd70... 7f0d3a9a... M	uip/pick.c

commit b7df0ea22b417220d96485c84d5d0a0b2e8e86ea
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Nov 21 22:06:22 2018 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 23 00:14:34 2018 +0100

    remove free of static memory

:100644 100644 25bd6b6a... 12b2bd70... M	uip/pick.c

commit 1c4473f16f0081a480b9c1065675fdee277618f5
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sun Oct 14 19:27:17 2012 -0500
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 18 22:15:18 2018 +0100

    Fix blind list alias expansion
    
    The first alias contained in a blind list is now expanded. The
    mh-alias(5) man page was updated to show that blind lists must not be
    terminated with, or contain, a trailing semicolon [Bug #15604].

:100644 100644 1d0508f8... 3769141d... M	man/mh-alias.man5
:100644 100644 b00f51bc... 3faa3733... M	uip/aliasbr.c

commit defe82a74d1742f7f723e2c8311905577320342a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 4 14:11:01 2018 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 4 14:11:01 2018 +0100

    Fix test/tests/show/test-longlines
    
    Although it worked correct on the server, it did not in terminals
    which have a number of columns set, like those connected to a screen.
    The test now sets `-width 2000' for mhl(1) via the test config.

:100644 100644 c15c1cbb... f6ae1266... M	test/tests/show/test-longlines

commit 9deab9cb456aa52ea9857663304f322b5c6be72d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 4 14:07:43 2018 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 4 14:07:43 2018 +0100

    Fix test/tests/send/test-mimeify
    
    The size differences came from generated values of the Content-ID
    headers. They depend on the hostname and thus vary in length. leading
    to different MIME part sizes. The solution is replacing all
    Content-IDs with static values. The helper function replace_contentid()
    is added to commons.sh.

:100644 100644 1a677335... b869d56d... M	test/common.sh
:100644 100644 3de45d74... f5a18aaf... M	test/tests/send/test-mimeify

commit 410e6cccd38f176e9df34e5565d04f6f96c7e815
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 31 11:32:39 2018 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 31 11:32:39 2018 +0100

    Add test for empty sequence patch by c_14
    
    i.e. for commit 850190587ff71010fc63e44ca01a93a44c96f58e

:000000 100644 00000000... f134f274... A	test/tests/new/test-empty-seq

commit 850190587ff71010fc63e44ca01a93a44c96f58e
Author:     c_14 <git@c-14.de>
AuthorDate: Mon Oct 1 16:01:52 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 31 11:29:20 2018 +0100

    Ignore folders with an empty sequence in new
    
    This solves the issue where `new' lists folders that have an empty
    sequence (e.g. the unseen sequence), this also prevents `fnext' and
    `fprev' from navigating to such folders.

:100644 100644 97633766... 21435b34... M	uip/new.c

commit 1642d62841486ade88ec2c48dd581e3249c98c94
Author:     Vasilii Kolobkov <polezaivsani@ko5v.net>
AuthorDate: Thu Jul 19 18:55:57 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 31 10:54:12 2018 +0100

    Use the same mh_hostname() function from test/common.h in mhsign(1)

:100755 100755 39a3f690... 894ca5e3... M	uip/mhsign.sh

commit 17de69d5b6a8082a86d08f7617718e38c27205e0
Author:     Vasilii Kolobkov <polezaivsani@ko5v.net>
AuthorDate: Thu Jul 19 18:54:07 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 31 10:53:52 2018 +0100

    Fix tests to run on OpenBSD
    
      Use a hardcoded sequence for there's no seq(1) in OpenBSD.
    
      awk(1) doesn't support interval regular expression syntax ({n,m})
      on some BSDs.
    
      hostname(1) has no -f flag on OpenBSD and. Try it first and
      fallback to `uname -n`.
    
      Omit explicit template in mktemp(1) call.

:100644 100644 805afeaf... 1a677335... M	test/common.sh
:100755 100755 9f35adea... 32c82f55... M	test/runtest
:100755 100755 3c2bb97c... 44e0997f... M	test/tests/mhsign/test-mhsign
:100755 100755 a1d3c3d0... 31946ee0... M	test/tests/mhstore/test-filenames
:100644 100644 138c7248... c15c1cbb... M	test/tests/show/test-longlines

commit 5cb46b33551f28e4168989e752e09bd927e993f9
Author:     Vasilii Kolobkov <polezaivsani@ko5v.net>
AuthorDate: Thu Jul 19 11:56:11 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 31 10:32:14 2018 +0100

    Remove tests/inc/test-eom-align
    
    Reimplemented m_getfld2() makes it obsolete.

:100644 000000 a8667a7d... 00000000... D	test/tests/inc/cksums
:100644 000000 7be957f3... 00000000... D	test/tests/inc/filler.txt
:100644 000000 8bc47909... 00000000... D	test/tests/inc/fromline.txt
:100644 000000 f6faad4f... 00000000... D	test/tests/inc/msgheader.txt
:100644 000000 2b6afb48... 00000000... D	test/tests/inc/test-eom-align

commit 2649858ef32645a56e78497d8268f0589b94b63f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Jul 15 13:41:17 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Jul 15 13:41:17 2018 +0200

    Extend test for long lines with CRLF

:100644 100644 8079e4db... 138c7248... M	test/tests/show/test-longlines

commit d39fe43959fda0efb9ae681672ea8e476f1848e1
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jul 14 13:41:09 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Jul 15 13:31:07 2018 +0200

    spost accept body lines with 998 characters

:100644 100644 39d8ada5... fd0cbcc9... M	uip/spost.c

commit 1fadbab6f4c38dbd151898ecc158b3dc28e87f16
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jul 14 11:24:36 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Jul 15 13:31:07 2018 +0200

    check for crlf in m_getfld2
    
    now header fields witch lines 998 chars and crlf
    are accepted.

:100644 100644 53b301e5... 20346b6b... M	h/mh.h
:100644 100644 954ed331... b9a618d1... M	sbr/m_getfld2.c

commit 220857595d567997752e7e10279882ceac9516ae
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Jul 15 13:28:13 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Jul 15 13:28:13 2018 +0200

    Add test to check for correct handling of long lines

:000000 100644 00000000... 8079e4db... A	test/tests/show/test-longlines

commit 4f230b2e91103abc77dcc41c46a59ba2041a2248
Author:     Vasilii Kolobkov <polezaivsani@ko5v.net>
AuthorDate: Wed Jul 11 13:21:16 2018 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Jul 15 12:21:13 2018 +0200

    Accept header lines of exactly 998 characters

:100644 100644 956a5565... 954ed331... M	sbr/m_getfld2.c

commit 3de462f2108cb2be990bba95fee04f45899a4d44
Author:     c_14 <git@c-14.de>
AuthorDate: Mon May 7 18:48:33 2018 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon May 7 19:02:16 2018 +0200

    Fix parallel `make install'
    
    Prior to this commit, running make install with -j > 1 caused an (easily
    reproducible) race condition where make tried linking commands that
    hadn't been installed yet.

:100644 100644 e7e7b46d... e0c280fa... M	uip/Makefile.in

commit b3fde4704d42fd432536e23678d21d1fc78db7b8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Feb 18 10:33:02 2018 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Feb 18 10:33:02 2018 +0100

    Better wording in README concerning compatibility

:100644 100644 63037c28... 8400d5e2... M	README

commit f49900dcc4b009ab4e1a90985029b6ac98569e95
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jul 22 21:35:44 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jul 22 21:35:44 2017 +0200

    fix install of scan
    
    now scan is removed bevore it is linked
    
    found by Jan <jan@subpath.de>

:100644 100644 8719cc70... a758fe0a... M	uip/Makefile.in

commit 53a7340002907ae85b4d288dcbd4a48211e0b25a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 8 14:34:04 2017 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 8 14:34:04 2017 +0200

    Add example to pick.1 for handling empty result set in the shell
    
    This commit bases on a patch provided by Vasily Kolobkov
    <polezaivsani@openmailbox.org>. Actually, he also brought the
    topic up on the mailing list. Thanks!
    
    Also adjust the man page from nmh's special sequence name `all'
    to mmh's name `a' for it.

:100644 100644 076f99d9... 2390984a... M	man/pick.man1

commit 5edd028a43a622bbdd5e9bbd658a7284aaf340ba
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Jun 16 14:12:24 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jun 30 11:41:09 2017 +0200

    fix undefined behavior in fmt_trim()
    
    It now writes the output in the input char *. This is only a temporaly
    fix.

:100644 100644 ca7f5e8c... 4d4d6330... M	sbr/fmt_scan.c

commit b600ac49b9dd3fe3938e6a7618d4b75f30e5b636
Author:     c_14 <git@c-14.de>
AuthorDate: Tue May 16 18:13:52 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jun 15 21:57:46 2017 +0200

    cpstripped: Add braces to make code more legible.

:100644 100644 d0b112bf... ca7f5e8c... M	sbr/fmt_scan.c

commit dcda74a843a1198dc23a3f6a17572c2f6ba5de61
Author:     c_14 <git@c-14.de>
AuthorDate: Mon May 22 23:56:12 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jun 15 21:53:57 2017 +0200

    add a test to test-scan-multibyte
    
    Tests for splitting within a multibyte character.

:100644 100644 0d843c35... a7a6356c... M	test/tests/scan/test-scan-multibyte

commit 95f7880a49b3eb5d1d4f5a966c291d91aeca3c41
Author:     c_14 <git@c-14.de>
AuthorDate: Tue May 16 18:13:27 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jun 15 21:53:47 2017 +0200

    fmt_scan: support multibyte characters in putstr decoding
    
    Fixes an issue where the string output by scan with a putstr format is
    truncated within a multibyte character causing terminal corruption

:100644 100644 2485e6cb... d0b112bf... M	sbr/fmt_scan.c

commit 1d392de336185c47e70ebc89cb36ea5fc77fc3f0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 28 14:58:38 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 28 14:58:38 2017 +0200

    replace scan with pick

:100644 100644 cd43aaae... 8719cc70... M	uip/Makefile.in
:100644 000000 018cd9cd... 00000000... D	uip/scan.c

commit e5579d23f1d5dcfaf9b7ecb2819e3a0f0b2ab3fa
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 28 14:49:52 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 28 14:49:52 2017 +0200

    port -file switch to pick
    
    now scan can full replaced by pick

:100644 100644 464a7345... 25bd6b6a... M	uip/pick.c

commit 3ec7019fb0a1c08f1c866f0a84fa75fe5b498596
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Feb 26 20:28:06 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 28 14:06:53 2017 +0200

    pick option -thread
    
    The -thread option allows to pick mails of a specific thread. The
    thread is choosen by a mail in the option argument.

:100644 100644 69556f94... 50d8a8b7... M	h/prototypes.h
:100644 100644 4f223df1... 8188ff41... M	man/pick.man1
:100644 100644 58cf5c7d... 07877590... M	sbr/Makefile.in
:000000 100644 00000000... 99a7d67b... A	sbr/getthreadid.c
:100644 100644 1c195be4... 464a7345... M	uip/pick.c

commit e0bd1185d5a6a854a04f3c567195cfe96df112d0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 2 23:15:19 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 28 14:06:53 2017 +0200

    complete rewrite of pick
    
    this make the code cleaner and removes the
    regex implementation. The mail itself is now read
    by pick and the match functions only check if the
    field match.

:100644 100644 3e250a77... 1c195be4... M	uip/pick.c

commit 641a9d953e86685f9ca2f3da72e9a94e5bcfd69e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 2 23:13:42 2017 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 28 14:06:39 2017 +0200

    mh_xstrdup arguments now const
    
    this is better to avoid errors and required
    by my pick rewrite

:100644 100644 13964b23... 1d55b59f... M	h/utils.h
:100644 100644 ef0ee973... 50060ae7... M	sbr/utils.c

commit da25188de43095cc8fd78094e538ec868e910a44
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Sep 9 23:06:37 2016 +0200
Commit:     Philipp Takacs <satanist@fsmi.uka.de>
CommitDate: Thu May 25 15:43:41 2017 +0200

    add -format to pick
    
    this leads to remove scan

:100644 100644 aa0aa258... 7b2934e2... M	etc/Makefile.in
:000000 100644 00000000... 0ab1bed0... A	etc/pick.default
:100644 100644 076f99d9... 4f223df1... M	man/pick.man1
:100644 100644 e7e7b46d... cd43aaae... M	uip/Makefile.in
:100644 100644 4cb33fb1... 3e250a77... M	uip/pick.c

commit 4fbfa159384d4f0230d96999164b630f17c5e4a5
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Sep 19 18:23:39 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 23 14:56:17 2017 +0200

    decode rfc2047 header in mhparse
    
    attachment filenames are mostly rfc2047 encoded. Now all
    mime header are decoded to avoid problems.

:000000 100755 00000000... a1d3c3d0... A	test/tests/mhstore/test-filenames
:100644 100644 a478b427... 2b72e7bc... M	uip/mhparse.c

commit 403e71903f2bb190f83a2cababef05697babec5b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 17 23:52:26 2017 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 17 23:52:26 2017 +0200

    mhpgp: use trusted header field copies to replace original header fields
    
    Enigmail provides so called ``protected-headers'', which are copies
    of some main mail header fields to protect them from forgery.
    
    Mhpgp(1) works in a rough way and simply adds this MIME part
    to the main header, and this resulted in a doubling of those header
    fields.
    
    Now those original headers are removed if trusted copies are
    provided within the encrpyted MIME part.

:100755 100755 ce4d2c87... 1cfa2745... M	uip/mhpgp.sh

commit 41ad151c26f230e99d1ec6df0dcc477e72a7e6f7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 17 23:41:55 2017 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 17 23:41:55 2017 +0200

    Fix `anno -delete': preserve newline in folded header fields

:100644 100644 33d2b49d... 17085579... M	uip/anno.c

commit ee8d01d64e8832304256de53db07228e2be67f6a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 17 19:35:21 2017 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 17 19:35:21 2017 +0200

    Fix mhsign for gpg2: Expiry date format
    
    Gnupg2 uses --fixed-list-mode by default for --with-colons.
    Gnupg1 needs this option explicitly to generate the same output
    format (timestamps) for expiry dates.
    
    Thanks to Jan Unterbrink for reporting the bug.

:100755 100755 9d6c747e... 39a3f690... M	uip/mhsign.sh

commit bd7e2d5cc610c87f2f8c2df507bb7eda86cce90e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Mar 8 15:31:37 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Mar 8 15:31:37 2017 +0100

    fix oldstyle whom
    
    Check if msg struct have selected messages before
    accessing a message.

:100644 100644 f42bd80b... 9d70cdd7... M	sbr/parse_msgs.c

commit 6e9577f324bef90765a5edc02044eb111ec48072
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Wed Mar 8 13:44:12 2017 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Wed Mar 8 13:44:12 2017 +0100

    Fix uip/whom.c for C89 compatibility

:100644 100644 e664f4b2... ef0b684d... M	uip/whom.c

commit d9b9dba7abf1c10248abfb5f64c13eb1c3ddcb40
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Wed Mar 8 13:31:31 2017 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Wed Mar 8 13:31:31 2017 +0100

    Fix sbr/parse_msgs.c for C89 compatibility

:100644 100644 00d9fb81... f42bd80b... M	sbr/parse_msgs.c

commit eb650f703c26232c0ccce00c9b3dd3f6b6d51dd4
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Mar 5 17:55:31 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Mar 7 15:09:50 2017 +0100

    add() first parameter (s2) is now const

:100644 100644 bed9188c... 13964b23... M	h/utils.h
:100644 100644 466b9aba... ef0ee973... M	sbr/utils.c

commit 5b483b0b8517541a8359d7049b4497c6efcb117e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Mar 5 17:55:00 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Mar 7 15:08:42 2017 +0100

    allow msgs as parameters for whom
    
    now you can write ``whom c'' instand of ``whom `mhpath c`''

:100644 100644 c0d28351... bed9188c... M	h/utils.h
:100644 100644 02038e74... 58cf5c7d... M	sbr/Makefile.in
:000000 100644 00000000... 00d9fb81... A	sbr/parse_msgs.c
:100644 100644 64ec7c97... e664f4b2... M	uip/whom.c

commit eb6938d742d51b5f6637da8e706cc6dd080be058
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Feb 17 16:05:57 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Feb 17 16:05:57 2017 +0100

    quote path variables in whatnow2.sh
    
    without qoutes this causes error with spaces or other
    special charecter in the path or filename.

:100755 100755 20407253... 59e91b7a... M	uip/whatnow2.sh

commit c057a79cf3583b3c6b7ce824a1281b32c5287f21
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 1 21:57:07 2017 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 6 21:43:48 2017 +0100

    make dateparsing case insensitive
    
    Acourding to RFC 5322 and 5234 the date field
    is case insenitive

:100644 100644 4f07aacf... 340abf1c... M	sbr/dtimep.lex

commit 143328edd5842208e53d3f2427a6059d604eb78e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 25 13:38:04 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 6 21:40:49 2017 +0100

    mhparse add support for CRLF
    
    multipart mime content wasn't able to parse, if the
    mail use CRLF line endings.

:100644 100644 782ab51a... 1ff37bf3... M	h/mhparse.h
:100644 100644 8e8b3605... a478b427... M	uip/mhparse.c

commit 79cbafe7268202d5b9c231b2d25472c152caa709
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Tue Nov 22 17:15:58 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 6 19:25:36 2017 +0100

    Accept binary encoding for messages/*
    
    Acording to RFC 2046 binary encoding is allowed for messages/*.
    Also ignore other encodings.

:100644 100644 b0876eb9... 8e8b3605... M	uip/mhparse.c

commit 30cd04b718c568c8c327bc32c5700a3a1f403be4
Author:     mor0ious@gmail.com <mor0ious@gmail.com>
AuthorDate: Thu Jan 5 08:35:22 2017 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jan 5 17:52:04 2017 +0100

    mhsign manpage: mention hostname bug

:100644 100644 85c80b1f... 7e5c3e59... M	man/mhsign.man1

commit 9e5b3025ed2dbb984181c8616456bbfa804bd1fa
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Fri Sep 16 15:22:28 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 1 20:55:24 2017 +0100

    whatnow2: remove get_attachmentheader()

:100755 100755 22be3539... 20407253... M	uip/whatnow2.sh

commit f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Thu Sep 8 13:03:52 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 1 16:55:34 2017 +0100

    Remove unused code
    
    The unsude code is: struct zone, macro strbase64, macro isatom,
    function unset_unseen(), function pref_encoding(), function cpydgst(),
    macro base64len

:100644 100644 22c23495... d8551cb0... M	h/mime.h
:100644 100644 a9fa2d4b... 02038e74... M	sbr/Makefile.in
:100644 000000 5e5ef87f... 00000000... D	sbr/cpydgst.c
:100644 100644 47ae79e0... 1d3bc060... M	sbr/dtime.c
:100644 100644 4e4cbefb... 72d27ce5... M	sbr/encode_rfc2047.c
:100644 100644 50ae7c68... 7ffbde16... M	sbr/seq_msgstats.c

commit c29e62470a481bcd4d54760b0578ca4bc1201681
Author:     Larry Hynes <larry@larryhynes.com>
AuthorDate: Tue Dec 13 20:14:12 2016 +0000
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Dec 28 17:13:35 2016 +0100

    Grammer and layout fixes anno.man1

:100644 100644 97720315... 21ba903e... M	man/anno.man1

commit d6f94362211ed42179c5c8c4c80602d58a758e61
Author:     Larry Hynes <larry@larryhynes.com>
AuthorDate: Tue Dec 13 20:14:12 2016 +0000
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Dec 28 15:33:06 2016 +0100

    Grammer and layout fixes in ali.man1

:100644 100644 b45fb928... e6750cc9... M	man/ali.man1

commit fbb3dac3857095f59113e582bd7ff9a54643c20a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Sep 25 22:40:46 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 25 22:40:46 2016 +0200

    fix bug in whatnow2 attach

:100755 100755 543dbe58... 22be3539... M	uip/whatnow2.sh

commit 6e4f8128fe078a3e54f5c92d27c31acc7b8f9fd8
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Sep 4 14:12:00 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 18 12:26:46 2016 +0200

    redesign version string
    
    Now we have two version nummbers one for the tool
    and one for the lib. Also the version number is changed
    everytime the object is rebuild.

:100644 100644 f93359df... 465beda0... M	Makefile.in
:100644 100644 52c43259... be586341... M	VERSION
:100644 100644 47f9125b... 16af1516... M	config/Makefile.in
:100755 000000 63963061... 00000000... D	config/version.sh
:100644 100644 e1795caa... 53b301e5... M	h/mh.h
:100644 100644 abfcd414... 49b26004... M	man/Makefile.in
:100644 100644 f60bd9aa... a9fa2d4b... M	sbr/Makefile.in
:100644 100644 8361c664... 72233908... M	sbr/print_version.c
:000000 100644 00000000... 42917c52... A	sbr/version.c
:100644 100644 d7cad062... e7e7b46d... M	uip/Makefile.in
:100644 100644 9ab6515e... d4c6c7fb... M	uip/ali.c
:100644 100644 9e287be4... 33d2b49d... M	uip/anno.c
:100644 100644 9d356018... 41eae6a2... M	uip/ap.c
:100644 100644 a68420a1... 12d1f9d4... M	uip/burst.c
:100644 100644 c34ce43f... 75bbf86f... M	uip/comp.c
:100644 100644 d74e498b... 1d5c3aa4... M	uip/dist.c
:100644 100644 3a019951... 70162b2a... M	uip/dp.c
:100644 100644 63fcb0f5... 73ad5f29... M	uip/flist.c
:100644 100644 d75849b5... 419d8eea... M	uip/fmtdump.c
:100644 100644 3e3cd760... b7cdfe54... M	uip/folder.c
:100644 100644 d8d69f78... e00ae0e1... M	uip/forw.c
:100644 100644 08aa533c... e31c6a62... M	uip/inc.c
:100644 100644 1e57d1cc... 72b6d8e0... M	uip/mark.c
:100644 100644 6ed6037d... a233c685... M	uip/mhbuild.c
:100644 100644 c089d8e0... a84703b8... M	uip/mhl.c
:100644 100644 c9194cc0... 7056db5f... M	uip/mhlist.c
:100644 100644 06630b3b... 4215ecf2... M	uip/mhmail.c
:100644 100644 29d4170d... 2c61e608... M	uip/mhparam.c
:100644 100644 0fe638cd... 31e0722e... M	uip/mhpath.c
:100644 100644 e39bf65a... be9cd454... M	uip/mhshow.c
:100644 100644 596df728... 47b7c025... M	uip/mhstore.c
:100644 100644 cecf2ee5... d4bf6a6a... M	uip/mhtest.c
:100644 100644 efbea043... 97633766... M	uip/new.c
:100644 100644 a8c2c421... fe1102c6... M	uip/packf.c
:100644 100644 7d9c0869... 4cb33fb1... M	uip/pick.c
:100644 100644 ea17b91a... 7f71e028... M	uip/prompter.c
:100644 100644 d08058be... af3fc10d... M	uip/rcvdist.c
:100644 100644 bd6bacbf... b4e37bde... M	uip/rcvpack.c
:100644 100644 83c5150f... 33f8f3bc... M	uip/rcvstore.c
:100644 100644 182f315e... 682f66a5... M	uip/refile.c
:100644 100644 8a405439... b2adebfe... M	uip/repl.c
:100644 100644 e435a276... 273477e5... M	uip/rmf.c
:100644 100644 99820e94... 5059383d... M	uip/rmm.c
:100644 100644 a735b315... 018cd9cd... M	uip/scan.c
:100644 100644 eac15aee... d7691db9... M	uip/send.c
:100644 100644 9306f94b... df0dc7f6... M	uip/slocal.c
:100644 100644 ff69bc9e... c56a4019... M	uip/sortm.c
:100644 100644 505b94ce... 39d8ada5... M	uip/spost.c
:100644 100644 45671ed3... be046ac7... M	uip/whatnow.c
:100644 100644 7486dd89... 64ec7c97... M	uip/whom.c
:000000 100755 00000000... 9c868de3... A	version.sh

commit 9a990c3302e6bf6c5c313541cbc1cbcea16dcb4d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Sep 12 14:54:17 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Sep 12 14:54:17 2016 +0200

    Fix segfault in mhstore
    
    The bug was introduced by 6306992cd580d47c217edb1ae98d58b24d5be8c9
    It didn't handle MIME parts without Content-Disposition headers.

:100644 100644 da19123b... b0876eb9... M	uip/mhparse.c
:100644 100644 2b909eff... 596df728... M	uip/mhstore.c

commit cde72ae86fdf635342a573fc1ca5239702ca554e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Sep 8 08:54:52 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Sep 8 08:54:52 2016 +0200

    Fix repllistcomps: use the correct header

:100644 100644 24db8d6b... 2f070b88... M	etc/repllistcomps

commit dc08e69006fdf9edb458dc23885dd669f3b4a176
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 7 22:59:21 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 7 22:59:21 2016 +0200

    No need to define the month and day names a second time
    
    ... just use the definition that already is available.

:100644 100644 e06a068f... 4f07aacf... M	sbr/dtimep.lex

commit 9c9972821e53c2e5ac94431e3c9be3aeb63ef26c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 7 22:41:06 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 7 22:47:28 2016 +0200

    Add support for simplified ISO 8601/RFC 3339 dates
    
    It is now possible to use:
            pick -after 2016-02-15 -and -before 2016-08-31T16:30:00+02:00
    
    At the same time drop support for the highly ambiguous date format
    XX-XX-YY.

:100644 100644 e93a0cdb... 076f99d9... M	man/pick.man1
:100644 100644 0581736a... e06a068f... M	sbr/dtimep.lex

commit dd2e898a13855acd7034a2ee73584995d7452f4f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 7 16:31:58 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 7 22:47:28 2016 +0200

    Replace lookup tables for obscure hashes with more readable code
    
    Time-performance doesn't matter here. If you think differently,
    demonstrate it convincingly!

:100644 100644 db2b1939... 0581736a... M	sbr/dtimep.lex

commit 31750e8a12eafcd1b8fa81cb12b988e680254f24
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 7 07:52:38 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 7 22:47:28 2016 +0200

    Remove not used code (JLR define)
    
    I don't yet understand what the code does but we've never used
    it and didn't miss it, thus it appears to be a good decision to
    just remove it.

:100644 100644 37bf16a1... 2485e6cb... M	sbr/fmt_scan.c

commit 31617c81857c7a0079ea21ebd1d7f01abaee9271
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Sep 7 01:14:42 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Sep 7 10:53:00 2016 +0200

    fix build in a diffrent folder
    
    Build in diffrent folder is a feature required by
    the test suite.
    
    This is a fixup for commit 94ac6bb

:100644 100644 adb0e89a... abfcd414... M	man/Makefile.in
:100755 100755 6585edd8... deb0c0a1... M	man/gettitles.sh

commit 18591f8e001ecedbee48a51c1d1f08ebaa1c15c8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Sep 6 20:10:28 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Sep 6 20:10:28 2016 +0200

    Factor trim format function out
    
    Also clarify that it trims both, leading and trailing whitespace.
    
    (Note that it is a special trim function. We cannot simply replace
    it with sbr/trim.c. Nonetheless, its readability is somehow bad.)

:100644 100644 f034c6c0... 21e21e25... M	h/fmt_compile.h
:100644 100644 703e633b... 3935872e... M	man/mh-format.man5
:100644 100644 9ad7b8a7... 37bf16a1... M	sbr/fmt_scan.c

commit fc9279e818dfc96c63a5d75a89080cc68cfe1170
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Sep 6 19:53:20 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Sep 6 19:53:20 2016 +0200

    Add %(unmailto) format function for List-Post headers
    
    With the unmailto format function it is possible to extract
    the address from a List-Post header, which e.g. is:
            List-Post: <mailto:mmh@marmaro.de>
    Applying  %(unmailto{list-post})  extracts: ``mmh@marmaro.de'',
    which then can be used as recipient address for list replies.
    A format file (to be used with ``repl -form repllistcomps'')
    is included.

:100644 100644 fd00e0de... aa0aa258... M	etc/Makefile.in
:000000 100644 00000000... 24db8d6b... A	etc/repllistcomps
:100644 100644 a84efaed... f034c6c0... M	h/fmt_compile.h
:100644 100644 f450012f... 703e633b... M	man/mh-format.man5
:100644 100644 566f6209... 2b32e715... M	sbr/fmt_compile.c
:100644 100644 6cfc1765... 9ad7b8a7... M	sbr/fmt_scan.c
:100644 100644 a91333b7... d75849b5... M	uip/fmtdump.c

commit 94ac6bbeccca6dcf41f4e84d3a71b437929f98df
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Sep 6 07:58:17 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Sep 6 07:58:17 2016 +0200

    Generate the command list in mmh-intro(7)
    
    This implementation does handle the aliases of folder(1) and
    flist(1), but not the ones of show(1) and new(1). Hence the
    commands next(1), prev(1), fnext(1), fprev(1) and unseen(1)
    don't appear on the list.
    
    Adjusted some of the short descriptions based on the version
    in the manual command list.

:100644 100644 a0972bdb... 4b6687d3... M	.gitignore
:100644 100644 9a27e82a... adb0e89a... M	man/Makefile.in
:100644 100644 a2ba53a4... b4ebc7d3... M	man/flist.man1
:000000 100755 00000000... 6585edd8... A	man/gettitles.sh
:100644 100644 cd8e2401... dd8196f3... M	man/mh-profile.man5
:100644 100644 423ddd64... 2de3fcb2... M	man/mhmail.man1
:100644 100644 afc0c107... fc93723b... M	man/mhpgp.man1
:100644 100644 3ee998e3... 9ae2c67d... M	man/mmh-intro.man7
:100644 100644 6f5a0ce1... e93a0cdb... M	man/pick.man1
:100644 100644 e4447093... 288b90c6... M	man/rcvpack.man1
:100644 100644 b19b1c0e... 29092308... M	man/refile.man1
:100644 100644 a9e1a848... f66bfe78... M	man/whatnow2.man1

commit 6306992cd580d47c217edb1ae98d58b24d5be8c9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Sep 5 11:51:00 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Sep 5 11:51:00 2016 +0200

    Make mhstore(1) use "filename" attr of Content-Disposition
    
    Before, only the "name" attr of Content-Type was used as the filename
    to store attachments. The "filename" attr of Content-Disposition
    (which is the much more appropriate value) was ignored, thus often
    resulting in the attachment being stored with a default name like
    20.2.pdf, for instance.

:100644 100644 1954d897... 782ab51a... M	h/mhparse.h
:100644 100644 b860dcfa... da19123b... M	uip/mhparse.c
:100644 100644 adaca774... 2b909eff... M	uip/mhstore.c

commit be582c44948fe09cba55e538f1c9e2f57edb11ad
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Aug 31 17:21:15 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Aug 31 17:39:02 2016 +0200

    remove msg-hook config option
    
    This is removed, because I don't see this is necesarry and it's
    not a good idea to pass a user provided string direct in a
    format string.

:100644 100644 714ba008... 6ae745a4... M	docs/README.hooks
:100644 100644 0f3bd792... 3693d8bc... M	sbr/ext_hook.c

commit e917512db8efcbf3b5b5baeb64b6d345fd3686db
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Tue Aug 30 02:35:43 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Aug 31 17:33:37 2016 +0200

    Fix unreproducible build
    
    Hostname and date of compilation are no longer embeded in version
    string. See https://reproducible-builds.org

:100755 100755 5a9628c2... 63963061... M	config/version.sh

commit 4112940aea5591648b03a81907408752c08b33aa
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Sat Aug 27 11:06:00 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Aug 28 22:10:36 2016 +0200

    Fix spelling errors, including binaries ones
    
    Signed-off-by: Dmitry Bogatov <KAction@gnu.org>

:100644 100644 64ada10f... aad13dd8... M	NEWS
:100644 100644 4d67d927... 01b845b7... M	docs/COMPLETION-ZSH
:100644 100644 4b7ecf8a... 3022a519... M	docs/ChangeLog_MH-3_to_MH-6.6
:100644 100644 1d6542ec... 8cf86cf9... M	docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html
:100644 100644 324dddc1... 9c1ae3df... M	docs/ChangeLog_nmh
:100644 100644 8a1805c5... 3f17ebfa... M	docs/FAQ
:100644 100644 0d435eff... 40025d36... M	docs/README.manpages
:100644 100644 192c3ff5... a1c9512b... M	docs/README.start-devel
:100644 100644 308f755c... f01a718e... M	docs/TODO
:100644 100644 e722c851... 46449095... M	docs/m_getfld.c.humor
:100644 100644 d7f43af0... eec967ed... M	h/fmt_scan.h
:100644 100644 610117b9... 1d0508f8... M	man/mh-alias.man5
:100644 100644 ed0a2dc6... f450012f... M	man/mh-format.man5
:100644 100644 304cbf29... 7a32a41f... M	man/mhbuild.man1
:100644 100644 c86d4d5d... 8130fbfb... M	sbr/mf.c
:100644 100644 f95a758f... 66bb8f1f... M	sbr/path.c
:100644 100644 6253c233... 91d2b4ed... M	sbr/readconfig.c
:100644 100644 d195a7cf... 805afeaf... M	test/common.sh
:100644 100644 9530f2bf... 3de45d74... M	test/tests/send/test-mimeify
:000000 100644 00000000... e69de29b... A	uip/empty
:100644 100644 c0f272e0... 08aa533c... M	uip/inc.c
:100644 100644 ba4428f7... 6ed6037d... M	uip/mhbuild.c
:100644 100644 aa63f4d7... 0fe638cd... M	uip/mhpath.c

commit d4bcca1aa235370bc20bc2734c0cd6f700b17871
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Sat Aug 27 11:40:15 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Aug 28 22:00:27 2016 +0200

    Fix missing va_end call in uip/mhmisc.c

:100644 100644 eb29e833... 8e20fa93... M	uip/mhmisc.c

commit 292c381b278f6761440c8f7438488e9cd4377c4a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Aug 27 23:17:35 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 27 23:17:35 2016 +0200

    Fix misspelled variable in uip/whatnow2.sh
    
    This make the error message better

:100755 100755 7ddebeaa... 543dbe58... M	uip/whatnow2.sh

commit 88b2142594d5ea1e8385dae5eca81eed1018c555
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Sat Aug 27 02:03:28 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 27 23:14:30 2016 +0200

    Fix out-of-bounds error when incorporating email from stdin
    
    Before this patch, if +inbox is empty, following error happened:
    
            $ inc -file - < /dev/null
    
            Incorporating new mail into inbox...
    
            inc: no messages incorporated, continuing...
            inc: Bug: message out of bounds
    
    This happened due improper call to `seq_setunseen', which implicitly
    assumed that there is at least one message (it does not handle case
    where both mp->hghmsg and mh->lowmsg are 0).
    
    Bug does not happens with command `inc -file empty', since file
    is checked for being empty before any read attempts.
    
    Signed-off-by: Dmitry Bogatov <KAction@gnu.org>

:100644 100644 d8336503... bd57a2c5... M	sbr/seq_setunseen.c
:100644 100644 d771d329... 96c4e4ae... M	test/tests/inc/test-read-stdin

commit 3ba0e8cc826b51f7d8e2d1e3e04557857d13f334
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Sat Aug 27 11:37:28 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 27 22:39:55 2016 +0200

    Fix FILE resource leaks in uip/distsbr.c

:100644 100644 058875c5... 2662c02d... M	uip/distsbr.c

commit c4517caf3df401e6e2faa2b9ecca65f4baef0650
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Aug 24 14:46:26 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Aug 24 14:46:26 2016 +0200

    add Sendmail option to spost manpage
    
    Thanks Dmitry Bogatov

:100644 100644 4a704f84... 1e962860... M	man/spost.man8

commit c93521777fac4d553a5fe4410ab8fc3e9b9b7ed8
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Tue Aug 23 17:04:12 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Aug 23 17:04:12 2016 +0200

    add uip/whatnow2 to .gitignore

:100644 100644 7b8b03ef... a0972bdb... M	.gitignore

commit 8efe8c2562030a7d2e7ce99c544e8f0b9fd16cce
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Aug 15 00:35:23 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Aug 15 00:35:23 2016 +0200

    Bump version number

:100644 100644 be586341... 52c43259... M	VERSION

commit b0b3aacb4078ae60a19a31474b191d4475e202d9
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Aug 15 00:21:12 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Aug 15 00:21:12 2016 +0200

    This is mmh-0.3

:100644 100644 76cec130... 683256d3... M	DATE
:100644 100644 5a903442... 64ada10f... M	NEWS
:100644 100644 a4a8ba98... be586341... M	VERSION

commit 9481ba13dc70acb0b7ab32c0d251ec608532d89b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Aug 15 00:11:39 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Aug 15 00:11:39 2016 +0200

    fix whatnow2 send
    
    in the last commit whatnow2 send was changed
    to keep the metafile. This don't work with the
    ``exec send''. Now the send() is renamed to
    sendfunktion and the ``exec'' is removed.

:100755 100755 2e3cf125... 7ddebeaa... M	uip/whatnow2.sh

commit d272d4a234dad206a18167a2f806ac7628922b19
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Aug 14 22:36:55 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Aug 14 22:36:55 2016 +0200

    del metafile in whatnow2 only if send don't fail
    
    If send fails, you want to keep the metafile. Without this dist wold
    only work, if send works on the first time. Also some metainfo don't
    get lost.

:100755 100755 00a40e1b... 2e3cf125... M	uip/whatnow2.sh

commit c26f5c832bd8a7d1a5f4aa5b658c79aae5168704
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Aug 14 17:31:50 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Aug 14 17:31:50 2016 +0200

    touch the DISTINCLUDE in mmhdist target
    
    This avoids rebuilding this files. So autoconf and flex
    is not need for a normal user.

:100644 100644 7ec76736... f93359df... M	Makefile.in

commit 69aecfa8763593b903e6e180f20343a9d27db078
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Fri Aug 12 09:00:05 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Aug 12 20:21:53 2016 +0200

    Add "delete" to "delete" pattern in whatnow2's case construct
    
    The attached patch modifies whatnow2 so that calling `whatnow2 delete`
    works as may be expected.  Without this change, the "delete" function
    in whatnow2 was called only when whatnow2 was executed as one of the
    following.
    
    * whatnow2 del
    * whatnow2 dele
    * whatnow2 delet

:100755 100755 4f957e23... 00a40e1b... M	uip/whatnow2.sh

commit 75efa1e0fba76daa240c3c8b99deaf45fbb09fde
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Aug 12 18:11:11 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Aug 12 18:11:11 2016 +0200

    better error handling in whatnow2
    
    if the command is unknown then usage is printed and if usage is
    called with an argument other then 0 exit 1 is forced.

:100755 100755 dbddb553... 4f957e23... M	uip/whatnow2.sh

commit 1afb651874175658357df5a065ebcf49ee28705f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Aug 12 17:43:05 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Aug 12 17:48:38 2016 +0200

    fix bug in decode_rfc2047()
    
    If iconv() returns an error and the source encoding
    is utf-8, the character jump has an of by one: the
    source string is incresed by one possition more the
    the length is decreased.

:100644 100644 41451398... 687ea577... M	sbr/fmt_rfc2047.c

commit d40c61859f24a638a770fff091630e5f1f22de2c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Aug 12 10:07:07 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Aug 12 10:11:48 2016 +0200

    Update comment in script concerning the VCS
    
    We're not using CVS anymore, but a VCS -- doesn't matter which one.

:100755 100755 71a29127... 39cc112f... M	autogen.sh

commit 57251c0435c8b994c85baf68099ac0e60436444a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Aug 11 17:22:49 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Aug 11 17:22:49 2016 +0200

    fix dist
    
    Because of always mimeify the dist hasn't work anymore.
    This is fixed by skipping attach() and signandenc(), if
    it's handled as a redistribution message.

:000000 100755 00000000... ced65953... A	test/tests/dist/test-dist
:100644 100644 9ad124f9... eac15aee... M	uip/send.c

commit fa3da68dfa43341a8b6722d2e8a787c14cef02b9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Aug 10 19:25:53 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Aug 10 19:25:53 2016 +0200

    Add more tests to tests/test-send-mimeify

:000000 100644 00000000... d6676400... A	test/tests/send/amphioctopus-marginatus.png
:100644 100644 96e24184... 9530f2bf... M	test/tests/send/test-mimeify
:000000 100644 00000000... ddeb0d42... A	test/tests/send/ulm.txt

commit 40c8c8f1fbf8271368b61e70710b25f6b7760a1a
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Mon Aug 8 16:14:50 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Aug 9 13:26:12 2016 +0200

    Fix typo in whatnow2 function "display"
    
    The attached patch fixes a typo in the whatnow2's "display" function.
    [ -z instand of [ -n for a check if a variable is empty.

:100755 100755 a4a2cc5d... dbddb553... M	uip/whatnow2.sh

commit 8884262ec2ed546eed9d2bf999b3321b3c6c4903
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Aug 7 21:57:30 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Aug 7 21:57:30 2016 +0200

    add a test for repl on a ASCII only system
    
    This should create the same output as with utf-8.
    But the Umlaut should be displayed as '?'. This isn't
    the case at the moment.

:100644 100644 145957c0... 4be347cd... M	test/tests/repl/test-decode-addr

commit f154b393795d008e105ad63570e1f83bcccc6243
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Sat Aug 6 14:13:18 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 6 23:40:13 2016 +0200

    Fix typo in whatnow2.sh
    
    command call is done with `command` not "command"

:100755 100755 f8778b1b... a4a2cc5d... M	uip/whatnow2.sh

commit ce96b206f69380c42849be06a708796ee94a1e5e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Aug 6 18:08:58 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 6 18:08:58 2016 +0200

    Test if MIME creation works
    
    Test if send uses mhbuild only, if it is usefull. A message
    already in MIME-Formate should not cause a fail.

:000000 100644 00000000... 96e24184... A	test/tests/send/test-mimeify

commit 851e352945512424ff9959c6fa4b3e1969063ed2
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Aug 6 17:07:11 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 6 17:07:11 2016 +0200

    unset MM_CHARSET in tests/scan/test-scan-multibyte
    
    If MM_CHARSET is set to anything other then ascii this
    test probaly fail, but the test is mean to run on a ascii
    only envirement.

:100644 100644 ee3e434c... 0d843c35... M	test/tests/scan/test-scan-multibyte

commit 60aa1c59ed770abce080f28e8aba133713d140e3
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Aug 6 17:05:57 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 6 17:05:57 2016 +0200

    Adjust tests/bad-input/test-header for m_gefld2()
    
    With the m_gefld2 change mmh ignores more errors. This causes
    a diffrent behaviour in some cases.

:100644 100644 e152e0e7... f0e7a45e... M	test/tests/bad-input/test-header

commit 6fa7bb89ded1ee5b45d8c0d706db974e92bd546f
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Thu Aug 4 19:15:42 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Aug 6 14:21:03 2016 +0200

    Fix tests/mhparam/test-mhparam
    
    The behaviour of readconfig() has changed. This causes
    another behaviour for mhparam.

:100644 100644 45e1cb6f... 6253c233... M	sbr/readconfig.c
:100755 100755 7f21be3a... 4b95500b... M	test/tests/mhparam/test-mhparam

commit 13b978e9a4118d3de7a418bef4e5cad663e9068f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Aug 5 21:46:55 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Aug 5 21:53:22 2016 +0200

    send: Always MIMEify and pass already MIMIfied drafts through
    
    Even if technically not necessary, MIMEify the draft. This simplifies
    the code at hardly any cost.
    
    To still be able to create arbitrary complex MIME structures, make
    send(1) pass already MIMEified drafts through, without automatically
    invoking mhbuild(1) on them a second time (which would fail). This
    way, you can manually invoke mhbuild(1) and afterward call send(1)
    ... and everything will work just as expected.
    
    Also documented this in the man page, and additionally added a
    paragraph about the signing and encrypting feature of send(1), which
    wasn't documented yet.

:100644 100644 02e64fed... 7367610c... M	man/send.man1
:100644 100644 c1665b23... 9ad124f9... M	uip/send.c

commit f841083f6f8afa8583f92595aa84d381623c9f12
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Aug 1 13:14:47 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Aug 5 13:31:22 2016 +0200

    mhsign should work now

:100755 100755 7654e5f8... 3c2bb97c... M	test/tests/mhsign/test-mhsign
:100755 100755 f28c0fec... 9d6c747e... M	uip/mhsign.sh

commit 718f854205f71294706def6688efcb1967cdc34c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jul 29 11:18:36 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Aug 4 18:19:01 2016 +0200

    Allow send(1) to send from folder other than +drafts
    
    This allows having multiple draft folders or queueing drafts
    for automatic sending.

:100644 100644 b4a9fccd... 02e64fed... M	man/send.man1
:100644 100644 619ff628... c1665b23... M	uip/send.c

commit 8a5c71467df0cdfe96b6dcdca94eec5c787fcdf8
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jul 31 00:05:05 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Aug 2 17:45:20 2016 +0200

    some small fixes for whatnow2.sh
    
    some bugs fixes most found by markus

:100755 100755 a4be1a92... f8778b1b... M	uip/whatnow2.sh

commit a0bb92c9f397eb69914be03d7de16ae8e83e7426
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Mon Aug 1 11:25:57 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Aug 1 11:25:57 2016 +0200

    Enable inc(1) to read from stdin
    
    The -file switch handles the argument "-" special and reads
    from stdin in this case.

:100644 100644 817c1bd8... ed586c1c... M	man/inc.man1
:000000 100644 00000000... d771d329... A	test/tests/inc/test-read-stdin
:100644 100644 0cb2a5e0... c0f272e0... M	uip/inc.c

commit 501f523802eeaed49dc095c9577a9e5f20447a6d
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 27 19:58:42 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jul 30 22:23:12 2016 +0200

    add my whatnow replacement whatnow2
    
    whatnow2 is tool which acts like whatnow, but
    don't trap the user in it.

:100644 100644 ffa12037... 9a27e82a... M	man/Makefile.in
:000000 100644 00000000... a9e1a848... A	man/whatnow2.man1
:100644 100644 6b7a570a... d7cad062... M	uip/Makefile.in
:000000 100755 00000000... a4be1a92... A	uip/whatnow2.sh

commit 370cd86e50f3348d7ee0cc4a265764d002b15cdc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jul 29 11:42:59 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jul 29 11:42:59 2016 +0200

    mhsign/mhpgp: Clarify the manpages and usage lines
    
    These tools are shell scripts and thus have a different option
    processing mechanism than the other mmh tools. Unfortunately, it
    is limited: Options must come first.
    
    Also note that mhpgp accepts a +folder argument, and what the
    defaults are.

:100644 100644 7d5af3b5... afc0c107... M	man/mhpgp.man1
:100644 100644 585dcfd2... 85c80b1f... M	man/mhsign.man1
:100755 100755 4929358e... ce4d2c87... M	uip/mhpgp.sh
:100755 100755 94c19f9f... f28c0fec... M	uip/mhsign.sh

commit e65252ee0baf5060c7300d0814d42aa1ebf16225
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jul 29 00:28:58 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jul 29 00:28:58 2016 +0200

    Update manpages send(1) and mh-draft(7)
    
    Documented the actual behavior and homogenized the style.

:100644 100644 65ae9388... e1ca894e... M	man/mh-draft.man7
:100644 100644 34c4a221... b4a9fccd... M	man/send.man1

commit 900d7ecb383b331d5fc17bc12c3463a2157cdcd9
Author:     Vasily Kolobkov <>
AuthorDate: Thu Jun 9 14:30:30 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jul 21 16:37:05 2016 +0200

    Remove extra space from 'From' line when writing to mbox

:100644 100644 45451f8b... e1058842... M	uip/dropsbr.c

commit 4d5de28f500fe48f5aa28cec5e8a5dc3b6eac659
Author:     Vasily Kolobkov <>
AuthorDate: Mon Jun 6 00:08:14 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jul 21 16:37:05 2016 +0200

    Fix header lookup table setup in slocal(1)

:100644 100644 bff4320c... 9306f94b... M	uip/slocal.c

commit 1fb6287fc4986668e8f49d7c3bdca27d53e267af
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Fri Jul 15 01:39:37 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Jul 19 09:40:19 2016 +0200

    simplify whatnow.c/main() function
    
    GNU Complexity: 60 -> 59.

:100644 100644 65d2fb02... 45671ed3... M	uip/whatnow.c

commit 49f93810142f22bc3bc86a9ccbe96f1f56b578ac
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 8 18:40:51 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 8 18:40:51 2016 +0200

    use old error message

:100644 100644 04958388... 48837d76... M	uip/scansbr.c

commit e78afec69f277159f4b821b02b2280cb05b270bb
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 8 18:21:34 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 8 18:21:34 2016 +0200

    don't warn if lenerr is ignored

:100644 100644 c2506755... b860dcfa... M	uip/mhparse.c
:100644 100644 b0205fdf... 7d9c0869... M	uip/pick.c
:100644 100644 bc7cd43f... ea17b91a... M	uip/prompter.c
:100644 100644 feef5c04... 04958388... M	uip/scansbr.c
:100644 100644 26cad52e... bff4320c... M	uip/slocal.c
:100644 100644 061ae5a4... ff69bc9e... M	uip/sortm.c
:100644 100644 e02994f1... 7486dd89... M	uip/whom.c

commit ac3066d2d563ce3b9de66195f6818eecb594fec2
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Apr 25 16:19:54 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun May 1 19:56:31 2016 +0200

    better error handling
    
    only warn for LENERR2, or ignore it in some cases

:100644 100644 6975d724... 45e1cb6f... M	sbr/readconfig.c
:100644 100644 67d769ca... c2506755... M	uip/mhparse.c
:100644 100644 4335892e... efbea043... M	uip/new.c
:100644 100644 5df2861a... b0205fdf... M	uip/pick.c
:100644 100644 c7eb9578... bc7cd43f... M	uip/prompter.c
:100644 100644 f8f9d953... 26cad52e... M	uip/slocal.c
:100644 100644 56fa7cb5... 061ae5a4... M	uip/sortm.c
:100644 100644 daca343b... e02994f1... M	uip/whom.c

commit b16c039dc21faa0d68a0ba45eab857895e82439b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Mar 16 03:06:03 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Apr 28 21:52:53 2016 +0200

    fork in repl as a tree
    
    This fix the bug in the last improvement (pipe mail through show).
    In the first patch repl only waits for one child, now the tree causes
    that both childs finished befor repl continues.

:100644 100644 9006dec2... 8a405439... M	uip/repl.c

commit 18b08c1d08cc93b6d86c4e71013e5f8dd3ea103b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 24 14:19:05 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 14:19:05 2016 +0200

    fix 2fb1dd2271e5be9d0b0c9cbd4e7d6d5d51aaecb9
    
    Do a length check in the header, but not in the body.

:100644 100644 488a445c... 956a5565... M	sbr/m_getfld2.c

commit 4cda5cc76d32679825aee226dd407f0b87f3de00
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 24 12:39:30 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 12:39:49 2016 +0200

    fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9
    
    a spell error hapend in uip/spost.c: state not status

:100644 100644 4e9e7cec... 505b94ce... M	uip/spost.c

commit 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 24 12:29:32 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 12:29:32 2016 +0200

    check for to long lines and ioerror in spost
    
    Now spost stop and exit if some error happend. Befor this
    spost stoped on an error in the body and submitted a half
    mail.

:100644 100644 53ae86a7... 4e9e7cec... M	uip/spost.c

commit f721c7dba14ce0ed5042b8d212669014952aa324
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Apr 23 20:50:43 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 12:24:21 2016 +0200

    check for linecap and trailing space in mhbuild for text/plain
    
    without this a mail with too long lines can be created, or
    trailing space is removed by mhsign.

:100644 100644 fe3e9466... ba4428f7... M	uip/mhbuild.c

commit bdd3e72e5d8929b420af8fa28565888d39ba9f91
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Apr 23 20:48:45 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 12:24:21 2016 +0200

    ignore LENERR2 in seq_read()
    
    this is unnecessary and brings problems because
    sequences aren't created with a linecap.

:100644 100644 1fdccf96... 041f6327... M	sbr/seq_read.c

commit 2fb1dd2271e5be9d0b0c9cbd4e7d6d5d51aaecb9
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Apr 23 20:46:20 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 24 12:24:21 2016 +0200

    adjust handling of too long lines in m_getfld2
    
    Now a field is complete read, if a line is to long.
    Also no length check is done in the body, because
    the caller can check f.valuelength.

:100644 100644 45172aa2... 488a445c... M	sbr/m_getfld2.c

commit 5cf93efd16ee663ed0f680b503b71beec1783191
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Apr 24 10:59:10 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Apr 24 10:59:10 2016 +0200

    Fix for commit bd02210b2be64956a952f925a2dcd35fb42f6136

:100755 100755 17b74893... 94c19f9f... M	uip/mhsign.sh

commit bd02210b2be64956a952f925a2dcd35fb42f6136
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Apr 22 12:46:33 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Apr 22 12:46:33 2016 +0200

    mhsign: Fix key lookup of aliases when encrypting
    
    Now mhsign can handle addresses that contain whitespace (e.g.
    ``markus schnalke <meillo@marmaro.de>'') in aliases. The helper
    tool ap(1) is used to extract the actual addresses.

:000000 100755 00000000... 7654e5f8... A	test/tests/mhsign/test-mhsign
:100644 100644 be02b670... 6b7a570a... M	uip/Makefile.in
:100755 100755 038052b3... 17b74893... M	uip/mhsign.sh

commit a8984c0e490cda653615bc0e1d4743ad8fe7a2a7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 21 16:43:25 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 21 16:43:25 2016 +0200

    refile: Never change the current folder
    
    Refile is different to all other tools, as its +folder arguments
    are destination folders, not source folders (it even supports
    multiple of them). A source folder can be specified with -src.
    Refile used to change the current folder to the source folder.
    It does not do so anymore.
    
    Most often the current folder is used as the source folder; this is
    the default. Hence changing the current folder is a no-op. But if
    one refiles from some other source folder, changing to that folder
    is seldom useful. Consider the scenario where one wants to collect
    the last messages of a set of folders in some other folder. The
    old behavior required to know where you are to collect the messages,
    because after the first refile you'd be somewhere else:
    
            for i in one two three ; do
                    refile -src +$i l +lastmsgs
            done
            # now we are in +three, hence go back where we were
            folder +lastmsgs
    
    The new behavior allows to move the messages just here (@), no
    matter where that is:
    
            for i in one two three ; do
                    refile -src +one l @
            done
            # now we still are where we were
    
    Refiling actions do no more affect the current folder, hence one
    may securely refile with different -src +folder many times in one
    row, without having to care for changing locations.

:100644 100644 a82d1da9... b19b1c0e... M	man/refile.man1
:000000 100755 00000000... 9dd852ae... A	test/tests/refile/test-refile
:100644 100644 4e1d065f... 182f315e... M	uip/refile.c

commit 3244935a74559715749a60c03e7b608a227e0438
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 21 16:03:23 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 21 16:03:23 2016 +0200

    refile: Fix an error message; always use braces; add/remove comments

:100644 100644 e75deb9f... 4e1d065f... M	uip/refile.c

commit f3575c51862ea3ef58aa9acae72505054d510143
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 20 09:02:06 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 21 10:07:59 2016 +0200

    Fix order of (trim) and (decode) in repl*comps
    
    Before MH had (decode), the format escapes used to be:
            %(void{comp})%(trim)%(putstr)
    i.e. set the internal str register to the component text, trim
    trailing whitespace from it, then print the value. Later (putstr)
    was simply replaced by (decode), which first RFC-2047 decodes the
    string and then prints it (if it is the outermost function). That
    almost always produced the correct result. But this way the
    whitespace trimming is done at the wrong point. Correct is to first
    decode the string and then trim it. tests/scan/test-mh-format
    checks for that.

:100644 100644 5c981428... 52307007... M	etc/replcomps
:100644 100644 ffbe6ff9... 09d63606... M	etc/replgroupcomps
:100644 100644 20b3937b... ed0a2dc6... M	man/mh-format.man5

commit 72d6c7764974246384bb5daa7cc8b4f0a516621b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 20 08:54:20 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 21 10:07:59 2016 +0200

    Trim trailing whitespace in scan and show
    
    This commit fixes the most common scan listings. Still trailing
    whitespace will be generated by legacy scan listings.
    
    The formatfield workaround in etc/mhl.headers is a bit clumsy.
    Maybe, an mhl variable should be defined for this case ... or
    better not, to keep the mh-format and the mhl functions orthogonal.

:100644 100644 a3988379... 87a7752f... M	etc/mhl.headers
:100644 100644 902998ab... 40a05547... M	etc/scan.default
:100644 100644 c809e3b2... 90011481... M	etc/scan.meillo
:000000 100644 00000000... 27719347... A	test/tests/scan/test-mh-format

commit e2550f03c9679b6fcc5240f9cda48bd5a9951e3a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 20 08:19:24 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 21 10:07:59 2016 +0200

    Make default scan/inc listing file-based
    
    There's now a new format file etc/scan.default, which contains
    the default scan listing. Previously it was hard-coded as a define
    in h/scansbr.h. The default scan listing format can be set in
    config/config.h and can be queried with `mhparam scanformat'.

:100644 100644 2bf7325b... 5e250414... M	config/config.c
:100644 100644 da3bb51a... fd00e0de... M	etc/Makefile.in
:000000 100644 00000000... 902998ab... A	etc/scan.default
:100644 100644 33b38eef... a5a12ce2... M	h/mh.h
:100644 100644 91b2ff67... 5e5816d9... M	h/scansbr.h
:100644 100644 5266235a... a91333b7... M	uip/fmtdump.c
:100644 100644 1523a2c3... 36e0ab1a... M	uip/inc.c
:100644 100644 76fe4279... 29d4170d... M	uip/mhparam.c
:100644 100644 dc54bf07... 671509af... M	uip/scan.c

commit 102d1d8f2f783d7daa43c4b933bac85fc8de7fab
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Apr 19 16:15:10 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Apr 19 16:15:10 2016 +0200

    Cleanup manpage mh-format(5)
    
    - More suitable scan listing examples
    - Adjust paths
    - There are no ``local mh experts'' anymore in the mmh world
    - Add overview on the escape types
    - %(decode) does print str as well
    - Decode Subject header in the example
    - Further minor stuff

:100644 100644 5fe3451f... 20b3937b... M	man/mh-format.man5

commit 09f632a7c9e4eea0a02c7ec0f66c8a2f9b10aed7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 18 09:13:15 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 18 09:13:15 2016 +0200

    Enable addr decoding in replcomps and replgroupcomps

:100644 100644 f5cc117e... 3d1fd717... M	etc/rcvdistcomps
:100644 100644 87532bac... 5c981428... M	etc/replcomps
:100644 100644 ae55a7b8... ffbe6ff9... M	etc/replgroupcomps
:000000 100644 00000000... 145957c0... A	test/tests/repl/test-decode-addr

commit 2a2c5381369629d0f068681571bc667215e44742
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 18 08:47:17 2016 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 18 08:47:17 2016 +0200

    Tests: mmh currently generates a part line, so expect it

:100644 100644 7d6604b1... b23d498d... M	test/tests/repl/test-if-str

commit b6823062c9806496b39ff12bf1fbe43ae127c96c
Author:     Dmitry Bogatov <KAction@gnu.org>
AuthorDate: Wed Apr 13 21:36:29 2016 +0300
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Apr 16 23:28:53 2016 +0200

    Fix spelling and encoding errors in manpages and an error message

:100644 100644 a7794885... 65ae9388... M	man/mh-draft.man7
:100644 100644 014a4174... 5fe3451f... M	man/mh-format.man5
:100644 100644 98fb39da... 304cbf29... M	man/mhbuild.man1
:100644 100644 281037a5... 4a821bf9... M	man/mhstore.man1
:100644 100644 4d701c6e... e4738dbe... M	man/prompter.man1
:100644 100644 fcbeee44... 7cc41106... M	man/repl.man1
:100644 100644 5c472109... 94bd33c0... M	man/show.man1
:100644 100644 72ee22d0... 29a067d6... M	man/sortm.man1
:100644 100644 aacb6336... ce3e6843... M	uip/spost.c

commit 90534bb281c5063ab582be42e253ee444b443426
Author:     Jan Düpmeier <j.duepmeier@gmail.com>
AuthorDate: Wed Apr 13 18:22:37 2016 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Apr 13 18:22:37 2016 +0200

    test also libtinfo for modf
    
    Some Gentoo instalations has this instand of ncurses

:100644 100644 653acf0a... ad45c152... M	configure.ac

commit 9cf6132a6ea29968131a000bc2fb6860affac45e
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Sun Apr 3 21:33:34 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Apr 9 17:05:14 2016 +0200

    Replace getcpy() and strdup() with mh_xstrdup()
    
    this harmonise the code.
    
    Also fix some bugs, if return value of strdup is not checked.

:100644 100644 a439680d... 308f755c... M	docs/TODO
:100644 100644 8575b226... 8455b38d... M	h/prototypes.h
:100644 100644 60cc34cc... c0d28351... M	h/utils.h
:100644 100644 51049c70... 77c0c1b6... M	sbr/Makefile.in
:100644 100644 b2e11769... db5b42e6... M	sbr/addrsbr.c
:100644 100644 4475ca08... cfdcff27... M	sbr/context_read.c
:100644 100644 1b39b278... bfa3daf8... M	sbr/context_replace.c
:100644 100644 3841b976... 71646162... M	sbr/crawl_folders.c
:100644 100644 c89a195d... 25c0e168... M	sbr/fmt_addr.c
:100644 100644 f4d92d29... 566f6209... M	sbr/fmt_compile.c
:100644 100644 6dcc70b3... c1386d4c... M	sbr/fmt_new.c
:100644 100644 1eeee00a... 722ee2fd... M	sbr/folder_read.c
:100644 100644 33db7f76... e8da9849... M	sbr/getarguments.c
:100644 000000 67375bbc... 00000000... D	sbr/getcpy.c
:100644 100644 b8d385f9... ee857900... M	sbr/m_draft.c
:100644 100644 ec97e1e2... 2fe2d7d3... M	sbr/readconfig.c
:100644 100644 1ceb4216... e76bcc6a... M	sbr/seq_read.c
:100644 100644 aecbea6b... f4304cc5... M	sbr/seq_setprev.c
:100644 100644 73bd83dc... d8336503... M	sbr/seq_setunseen.c
:100644 100644 0d7f58a8... ffa6b575... M	sbr/trimcpy.c
:100644 100644 f61456d6... 466b9aba... M	sbr/utils.c
:100644 100644 d6a480cd... 9ab6515e... M	uip/ali.c
:100644 100644 1ed527fb... b00f51bc... M	uip/aliasbr.c
:100644 100644 81ad042b... 9e287be4... M	uip/anno.c
:100644 100644 041abf14... 9d356018... M	uip/ap.c
:100644 100644 eb2fb7a7... a68420a1... M	uip/burst.c
:100644 100644 159d7e76... c34ce43f... M	uip/comp.c
:100644 100644 07107127... d74e498b... M	uip/dist.c
:100644 100644 f7e5ba38... 63fcb0f5... M	uip/flist.c
:100644 100644 c8b3c60d... 3e3cd760... M	uip/folder.c
:100644 100644 5b577bda... d8d69f78... M	uip/forw.c
:100644 100644 cbbec1be... 1523a2c3... M	uip/inc.c
:100644 100644 a6ac480e... 1e57d1cc... M	uip/mark.c
:100644 100644 4ff06efd... 0f77f337... M	uip/mhbuild.c
:100644 100644 ddf32ec6... e4e8dbf3... M	uip/mhl.c
:100644 100644 72dc9ed2... c9194cc0... M	uip/mhlist.c
:100644 100644 46b0d4cc... dd6264bf... M	uip/mhlistsbr.c
:100644 100644 1515858b... 06630b3b... M	uip/mhmail.c
:100644 100644 f04a3482... 71c1e8e2... M	uip/mhparse.c
:100644 100644 c400fa6d... aa63f4d7... M	uip/mhpath.c
:100644 100644 dc5c2020... e39bf65a... M	uip/mhshow.c
:100644 100644 62988699... c7923c87... M	uip/mhshowsbr.c
:100644 100644 4f845702... adaca774... M	uip/mhstore.c
:100644 100644 0fa97414... cecf2ee5... M	uip/mhtest.c
:100644 100644 25ee492b... 5bc71366... M	uip/new.c
:100644 100644 c81db88d... a8c2c421... M	uip/packf.c
:100644 100644 0465ef51... 1df59b18... M	uip/pick.c
:100644 100644 e3c38cda... f3caa500... M	uip/rcvdist.c
:100644 100644 9c842701... 5fd9ae06... M	uip/rcvstore.c
:100644 100644 ab5d55f8... e75deb9f... M	uip/refile.c
:100644 100644 505160ec... e3028fad... M	uip/repl.c
:100644 100644 64ee68c7... e435a276... M	uip/rmf.c
:100644 100644 3237debd... 99820e94... M	uip/rmm.c
:100644 100644 e5958574... dc54bf07... M	uip/scan.c
:100644 100644 d7cf204c... 619ff628... M	uip/send.c
:100644 100644 17a1d365... 18c4a582... M	uip/slocal.c
:100644 100644 8f1d2ea6... 0c5511de... M	uip/sortm.c
:100644 100644 e2b5a882... aacb6336... M	uip/spost.c
:100644 100644 4b45a0c4... 65d2fb02... M	uip/whatnow.c
:100644 100644 27c8d91b... b987356f... M	uip/whom.c

commit 4cc601f996579386ce4f4937b9b72b7b3d891107
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 31 19:47:23 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Mar 26 16:20:15 2016 +0100

    simple mbox support for rcvstore
    
    Some MTA(opensmtpd) add a ``From '' line ad the head of
    mails befor handling the mail to a .forwoad MDA. m_getfld2
    don't support such mails, so rcvstore should handle this
    mbox-like mails.

:100644 100644 9c842701... 5c7f9d82... M	uip/rcvstore.c

commit d4c34b4439a9dbd89664de460ed37ecddc260fb1
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Mon Mar 21 20:28:44 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Mar 25 23:26:18 2016 +0100

    Replace free() with mh_free0()
    
    mh_free0() free's the memmory and set's the pointer to NULL after
    the free. This avoids doublefree and dereferenc of a non valid poiter.

:100644 100644 35d08331... 60cc34cc... M	h/utils.h
:100644 100644 dc3924bf... b2e11769... M	sbr/addrsbr.c
:100644 100644 7d068b5c... 96610506... M	sbr/context_del.c
:100644 100644 5b7c7775... 4475ca08... M	sbr/context_read.c
:100644 100644 0a31bba8... 1b39b278... M	sbr/context_replace.c
:100644 100644 2e1a094a... 3841b976... M	sbr/crawl_folders.c
:100644 100644 844f0c46... 4e4cbefb... M	sbr/encode_rfc2047.c
:100644 100644 85ed7d74... f4d92d29... M	sbr/fmt_compile.c
:100644 100644 874129aa... 6dcc70b3... M	sbr/fmt_new.c
:100644 100644 0932e341... 41451398... M	sbr/fmt_rfc2047.c
:100644 100644 2930254e... 8da713ef... M	sbr/folder_free.c
:100644 100644 1c68d0d5... 1eeee00a... M	sbr/folder_read.c
:100644 100644 bfdc44f5... 64a66409... M	sbr/folder_realloc.c
:100644 100644 07302e5b... 957bc4e8... M	sbr/lock_file.c
:100644 100644 549e89b6... b8d385f9... M	sbr/m_draft.c
:100644 100644 7c6f004c... c86d4d5d... M	sbr/mf.c
:100644 100644 c99b7cd1... ec97e1e2... M	sbr/readconfig.c
:100644 100644 b932cadc... 1ceb4216... M	sbr/seq_read.c
:100644 100644 c66c1328... aecbea6b... M	sbr/seq_setprev.c
:100644 100644 e6283932... 73bd83dc... M	sbr/seq_setunseen.c
:100644 100644 2744581c... f61456d6... M	sbr/utils.c
:100644 100644 dc2a3414... d6a480cd... M	uip/ali.c
:100644 100644 1fbcc7a5... 1ed527fb... M	uip/aliasbr.c
:100644 100644 66e62c52... 81ad042b... M	uip/anno.c
:100644 100644 5b9677fd... 041abf14... M	uip/ap.c
:100644 100644 119a936a... eb2fb7a7... M	uip/burst.c
:100644 100644 d1b94749... a600b77b... M	uip/distsbr.c
:100644 100644 b4758cf4... c8b3c60d... M	uip/folder.c
:100644 100644 243c9181... 5b577bda... M	uip/forw.c
:100644 100644 368bce3f... cbbec1be... M	uip/inc.c
:100644 100644 ca7c5bf8... 4ff06efd... M	uip/mhbuild.c
:100644 100644 c8730669... 5378c35c... M	uip/mhfree.c
:100644 100644 6f87d623... ddf32ec6... M	uip/mhl.c
:100644 100644 46090128... 72dc9ed2... M	uip/mhlist.c
:100644 100644 2a4f5041... 46b0d4cc... M	uip/mhlistsbr.c
:100644 100644 0f0a8d60... eb29e833... M	uip/mhmisc.c
:100644 100644 d3f543fb... f04a3482... M	uip/mhparse.c
:100644 100644 691ef8c3... dc5c2020... M	uip/mhshow.c
:100644 100644 aeaf0e8e... 62988699... M	uip/mhshowsbr.c
:100644 100644 519991ff... 4f845702... M	uip/mhstore.c
:100644 100644 5b9f669f... 0fa97414... M	uip/mhtest.c
:100644 100644 9774729a... 25ee492b... M	uip/new.c
:100644 100644 b12597b2... 0465ef51... M	uip/pick.c
:100644 100644 59ffdf2c... e3c38cda... M	uip/rcvdist.c
:100644 100644 a67b1505... ab5d55f8... M	uip/refile.c
:100644 100644 cd0f6beb... 505160ec... M	uip/repl.c
:100644 100644 230360b8... 64ee68c7... M	uip/rmf.c
:100644 100644 0f755ca2... e5958574... M	uip/scan.c
:100644 100644 ca267fa5... 17a1d365... M	uip/slocal.c
:100644 100644 470fa8b3... 8f1d2ea6... M	uip/sortm.c
:100644 100644 a4c170bf... e2b5a882... M	uip/spost.c
:100644 100644 d313f056... 27c8d91b... M	uip/whom.c

commit b78007de9802005825390bee71dfce2306b42519
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Thu Mar 17 08:16:26 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Mar 25 14:44:28 2016 +0100

    remove unnecessary casts
    
    These casts after malloc just make the code harder to read

:100644 100644 96fa72f0... dc3924bf... M	sbr/addrsbr.c
:100644 100644 acbba6a9... a9446fef... M	sbr/brkstring.c
:100644 100644 2c3bc189... 0a31bba8... M	sbr/context_replace.c
:100644 100644 096f7dd6... 85ed7d74... M	sbr/fmt_compile.c
:100644 100644 c3b1ea27... 874129aa... M	sbr/fmt_new.c
:100644 100644 e9db55eb... 0932e341... M	sbr/fmt_rfc2047.c
:100644 100644 67775f1b... 1c68d0d5... M	sbr/folder_read.c
:100644 100644 a7004436... 33db7f76... M	sbr/getarguments.c
:100644 100644 77564a16... 67375bbc... M	sbr/getcpy.c
:100644 100644 3aa00301... 07302e5b... M	sbr/lock_file.c
:100644 100644 6931b2eb... 1ec09a4e... M	sbr/m_getfld.c
:100644 100644 3134328b... 7c6f004c... M	sbr/mf.c
:100644 100644 54c40684... c47f26ea... M	sbr/putenv.c
:100644 100644 747aedea... c99b7cd1... M	sbr/readconfig.c
:100644 100644 241c7206... 3606f6f3... M	sbr/seq_list.c
:100644 100644 f964e7e3... 2744581c... M	sbr/utils.c
:100644 100644 1718ff19... 1ddd99b9... M	sbr/vfgets.c
:100644 100644 744d3bf1... 1fbcc7a5... M	uip/aliasbr.c
:100644 100644 96b896c4... 66e62c52... M	uip/anno.c
:100644 100644 e2d43dab... 5b9677fd... M	uip/ap.c
:100644 100644 04e5450a... 119a936a... M	uip/burst.c
:100644 100644 d2433a20... f7e5ba38... M	uip/flist.c
:100644 100644 77339b30... 243c9181... M	uip/forw.c
:100644 100644 76826c32... ca7c5bf8... M	uip/mhbuild.c
:100644 100644 15489ff6... 6f87d623... M	uip/mhl.c
:100644 100644 6d7b8e7a... 46090128... M	uip/mhlist.c
:100644 100644 3522a97b... d3f543fb... M	uip/mhparse.c
:100644 100644 bb03939c... 691ef8c3... M	uip/mhshow.c
:100644 100644 fae054fa... 519991ff... M	uip/mhstore.c
:100644 100644 dd456263... 5b9f669f... M	uip/mhtest.c
:100644 100644 320db198... b12597b2... M	uip/pick.c
:100644 100644 deeccb88... 59ffdf2c... M	uip/rcvdist.c
:100644 100644 fa1a7b46... cd0f6beb... M	uip/repl.c
:100644 100644 896497fd... 3237debd... M	uip/rmm.c
:100644 100644 ed163f3e... 877bdef2... M	uip/scansbr.c
:100644 100644 d47ba8ea... d7cf204c... M	uip/send.c
:100644 100644 06ec0cac... 470fa8b3... M	uip/sortm.c

commit 10eff860a28b96582526eb739fd0a55441669938
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Mon Mar 14 09:29:35 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Mar 17 14:48:04 2016 +0100

    Replace mh_xmalloc() with mh_xcalloc()
    
    calloc() is safer, because it initialize the memory to zero.

:100644 100644 6f74c325... 35d08331... M	h/utils.h
:100644 100644 205c8c9e... acbba6a9... M	sbr/brkstring.c
:100644 100644 4a57656f... 9efe7318... M	sbr/concat.c
:100644 100644 dd6e6314... 2c3bc189... M	sbr/context_replace.c
:100644 100644 47327edd... 2e1a094a... M	sbr/crawl_folders.c
:100644 100644 852c2613... 844f0c46... M	sbr/encode_rfc2047.c
:100644 100644 c7379b10... c89a195d... M	sbr/fmt_addr.c
:100644 100644 9a7988eb... c3b1ea27... M	sbr/fmt_new.c
:100644 100644 faa3cc2c... e9db55eb... M	sbr/fmt_rfc2047.c
:100644 100644 ec51d64e... 67775f1b... M	sbr/folder_read.c
:100644 100644 47b9281e... bfdc44f5... M	sbr/folder_realloc.c
:100644 100644 14c9a23d... a7004436... M	sbr/getarguments.c
:100644 100644 478986a9... 77564a16... M	sbr/getcpy.c
:100644 100644 7309c868... 3aa00301... M	sbr/lock_file.c
:100644 100644 826cfb3f... 6931b2eb... M	sbr/m_getfld.c
:100644 100644 633522b8... 3134328b... M	sbr/mf.c
:100644 100644 a2ec7d3a... 54c40684... M	sbr/putenv.c
:100644 100644 bc9329f4... 747aedea... M	sbr/readconfig.c
:100644 100644 148ecb90... 241c7206... M	sbr/seq_list.c
:100644 100644 fa4cfdb2... f964e7e3... M	sbr/utils.c
:100644 100644 3e71ad0b... 1718ff19... M	sbr/vfgets.c
:100644 100644 bda73261... 744d3bf1... M	uip/aliasbr.c
:100644 100644 1c971791... 96b896c4... M	uip/anno.c
:100644 100644 68acabb1... d2433a20... M	uip/flist.c
:100644 100644 4ffb9f5b... b4758cf4... M	uip/folder.c
:100644 100644 4bb03d34... 77339b30... M	uip/forw.c
:100644 100644 6989c705... 15489ff6... M	uip/mhl.c
:100644 100644 b7b86940... 3522a97b... M	uip/mhparse.c
:100644 100644 cb16dea2... 9774729a... M	uip/new.c
:100644 100644 53cc0f0c... deeccb88... M	uip/rcvdist.c
:100644 100644 f1e4bcc4... fa1a7b46... M	uip/repl.c
:100644 100644 f99dcbc7... 896497fd... M	uip/rmm.c
:100644 100644 d985a5ca... ed163f3e... M	uip/scansbr.c
:100644 100644 df813401... d47ba8ea... M	uip/send.c
:100644 100644 5d15ed68... 06ec0cac... M	uip/sortm.c
:100644 100644 4a24fc4b... a4c170bf... M	uip/spost.c

commit d6742b1bb19c7eca8488402484a6e4f55543d789
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Sun Mar 13 08:49:35 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Mar 13 20:04:02 2016 +0100

    Call context_read() before getting filter in repl
    
    The manual page of repl says "[i]f a file named `mhl.reply' exists in the
    user's mmh directory, it will be used instead of [the default form file]".
    Now this behavior is implement.

:100644 100644 71ae98e7... f1e4bcc4... M	uip/repl.c

commit 1646b692af15ca4aac6d2c77fa72f63a18515215
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 27 15:45:26 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Feb 27 15:45:26 2016 +0100

    check return value of m_getfld2 befor using the field
    
    this bug causes a segfault, because the field.value is a
    nullptr if FILEEOF2 is returned.

:100644 100644 9c20fdad... 058875c5... M	uip/distsbr.c

commit e9df3f1a429daaca00025e76ce8850d104311ee1
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Jan 17 14:19:11 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 22 22:57:29 2016 +0100

    pipe mail throu show on repl
    
    now repl works as expected for MIME-messages

:100644 100644 f5df9ecb... 71ae98e7... M	uip/repl.c

commit 27f39f1e62375fdd22f4cecab4883b0ad764b361
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Thu Jan 14 14:41:26 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 16 22:58:14 2016 +0100

    Add existing "From:" to Bcc-ed messages.
    
    If you use multible mailboxes, the correct one is
    now used for Bcc-messages.

:100644 100644 7729e9bb... 4a24fc4b... M	uip/spost.c

commit 8523e64e0de904a09689c67b8681d1fcdb6405a0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Jan 7 14:23:34 2016 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jan 7 14:23:34 2016 +0100

    fix profile path in mhl(1)

:100644 100644 3a740dfd... a80d6bf0... M	man/mhl.man1

commit 176905cd5ed51f8280fbf4bc81ad2cf3d01149ea
Author:     m@mmmmarascio.xyz <m@mmmmarascio.xyz>
AuthorDate: Mon Jan 4 19:47:00 2016 -0700
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jan 7 14:21:51 2016 +0100

    Change some "nmh" into "mmh" in man pages
    
    This is to avoid confusion between nmh and mmh

:100644 100644 c96770ce... ad41a922... M	man/ap.man8
:100644 100644 b19c50b9... caf695ea... M	man/dp.man8
:100644 100644 6156c395... 046c2de8... M	man/fmtdump.man8
:100644 100644 704809d8... be903be0... M	man/folder.man1
:100644 100644 8091c423... 220a7f02... M	man/forw.man1
:100644 100644 73c0346c... 817c1bd8... M	man/inc.man1
:100644 100644 dacf4ce2... ba19506a... M	man/mark.man1
:100644 100644 e05358a1... 610117b9... M	man/mh-alias.man5
:100644 100644 b721aa6a... a7794885... M	man/mh-draft.man7
:100644 100644 e86e9ce6... 014a4174... M	man/mh-format.man5
:100644 100644 9b3334da... 9d06dfcd... M	man/mh-mail.man5
:100644 100644 dd051b78... cd8e2401... M	man/mh-profile.man5
:100644 100644 4e4b4438... 0ad2c4a4... M	man/mh-sequence.man7
:100644 100644 37577f8c... 3a740dfd... M	man/mhl.man1
:100644 100644 80bdccad... 90f46cc8... M	man/mhlist.man1
:100644 100644 acecbbc8... 423ddd64... M	man/mhmail.man1
:100644 100644 11a1346f... 9cd39fbb... M	man/mhparam.man1
:100644 100644 d5d3327d... 17295650... M	man/mhpath.man1
:100644 100644 e4fdfdce... 281037a5... M	man/mhstore.man1
:100644 100644 c07204a5... 337c9a90... M	man/packf.man1
:100644 100644 42971fec... 6f5a0ce1... M	man/pick.man1
:100644 100644 c9c64b99... 5cae3e39... M	man/rcvstore.man1
:100644 100644 47f825be... a82d1da9... M	man/refile.man1
:100644 100644 698d9c82... fcbeee44... M	man/repl.man1
:100644 100644 7dccb69f... d2f50f76... M	man/rmf.man1
:100644 100644 997ade20... 2a25d18c... M	man/scan.man1
:100644 100644 d4f90d16... 5c472109... M	man/show.man1
:100644 100644 f6c78d45... 8779c0c0... M	man/slocal.man1
:100644 100644 e13fbfd3... d0fea84e... M	man/whatnow.man1

commit 8c6b463904e23df6025727207d5ffd012c8dd0cb
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Dec 13 17:20:33 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Dec 13 17:20:33 2015 +0100

    Use boolean instand of bool

:100644 100644 18ad8128... 45172aa2... M	sbr/m_getfld2.c

commit cdb32d069bdcb6fa04ca7e3d87240442665611b0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Dec 13 17:14:38 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Dec 13 17:14:38 2015 +0100

    Revert "add free_field as standard for struct field"
    
    This is not necesary, because the compieler have to take care
    about NULL != (void*)0
    
    This reverts commit a87df3543d3bc128ba4079d1f95638476ba5ca50.

:100644 100644 481f2f1c... 8f6fad1d... M	h/mh.h
:100644 100644 74d25e4e... 18ad8128... M	sbr/m_getfld2.c
:100644 100644 645a9efe... ccdf867c... M	sbr/readconfig.c
:100644 100644 68351acb... 1929b263... M	sbr/seq_read.c
:100644 100644 21b42a5c... 9c20fdad... M	uip/distsbr.c
:100644 100644 c4b1c607... ec5623a6... M	uip/mhbuild.c
:100644 100644 20f5d31f... 8becba9b... M	uip/mhl.c
:100644 100644 04333f49... 257bc66e... M	uip/mhparse.c
:100644 100644 60bb8063... a2be29bf... M	uip/new.c
:100644 100644 03af15aa... 993527b4... M	uip/pick.c
:100644 100644 c715cb71... c7eb9578... M	uip/prompter.c
:100644 100644 b54bc399... 8292a20b... M	uip/rcvdist.c
:100644 100644 bbc3cfe8... d71f27b3... M	uip/repl.c
:100644 100644 8281c7bc... 50b250e5... M	uip/scansbr.c
:100644 100644 3b5007db... c3b45e87... M	uip/slocal.c
:100644 100644 6d45d35d... 61953e17... M	uip/sortm.c
:100644 100644 b8ae5629... 04479a1f... M	uip/spost.c
:100644 100644 c4e7e8f8... a72c84f0... M	uip/whom.c

commit 02ad941fcb6ccc24fab97dff24a8f5253ab7e538
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 27 11:59:03 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 27 11:59:03 2015 +0100

    fix lengthcheck in m_getfld2()
    
    The lenght check akcepted to big field names

:100644 100644 6545d0f7... 74d25e4e... M	sbr/m_getfld2.c

commit fc1b00d424f47972a8311b3706304258e111d8d4
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 27 11:54:24 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 27 11:54:24 2015 +0100

    fix segfault in prompter
    
    This was necesary because m_getfld2() clears now f.value
    if FILEEOF2 is reached

:100644 100644 21ec5ced... c715cb71... M	uip/prompter.c

commit a87df3543d3bc128ba4079d1f95638476ba5ca50
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Nov 26 23:24:18 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 27 02:01:17 2015 +0100

    add free_field as standard for struct field
    
    this is a easy way to initializ a struct field. ``{{0}}''
    can lead to bugs, because NULL is not necesary ``((void *)0)''

:100644 100644 8f6fad1d... 481f2f1c... M	h/mh.h
:100644 100644 cd1c6bea... 6545d0f7... M	sbr/m_getfld2.c
:100644 100644 ccdf867c... 645a9efe... M	sbr/readconfig.c
:100644 100644 1929b263... 68351acb... M	sbr/seq_read.c
:100644 100644 9c20fdad... 21b42a5c... M	uip/distsbr.c
:100644 100644 ec5623a6... c4b1c607... M	uip/mhbuild.c
:100644 100644 8becba9b... 20f5d31f... M	uip/mhl.c
:100644 100644 257bc66e... 04333f49... M	uip/mhparse.c
:100644 100644 a2be29bf... 60bb8063... M	uip/new.c
:100644 100644 993527b4... 03af15aa... M	uip/pick.c
:100644 100644 24f2d9f0... 21ec5ced... M	uip/prompter.c
:100644 100644 8292a20b... b54bc399... M	uip/rcvdist.c
:100644 100644 d71f27b3... bbc3cfe8... M	uip/repl.c
:100644 100644 50b250e5... 8281c7bc... M	uip/scansbr.c
:100644 100644 c3b45e87... 3b5007db... M	uip/slocal.c
:100644 100644 61953e17... 6d45d35d... M	uip/sortm.c
:100644 100644 04479a1f... b8ae5629... M	uip/spost.c
:100644 100644 a72c84f0... c4e7e8f8... M	uip/whom.c

commit bf1c715de0935bc1a472925fcf80be70b30d2724
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Nov 26 23:07:12 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 27 02:01:17 2015 +0100

    m_getfld2 is more tranceparent on error
    
    now all read content of the file is given to the caller,
    so he can possible fix this error.

:100644 100644 a2b8ae9a... cd1c6bea... M	sbr/m_getfld2.c

commit d0d56900365f8088ac1fcfea53183ba2f34c705f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Nov 21 12:20:36 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 27 02:01:14 2015 +0100

    make m_getfld2() aware of CRLF lineendings

:100644 100644 970a3f03... a2b8ae9a... M	sbr/m_getfld2.c

commit 2c31657cf61e7fe818571f3c60f168d3210988ab
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Nov 21 12:16:01 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Nov 21 12:53:47 2015 +0100

    make m_getfld2() called with an error state a noop
    
    This probduce some code dublication, but the will be
    reduced, if we make m_getfld2() more transparent on errors.

:100644 100644 de38435c... 970a3f03... M	sbr/m_getfld2.c

commit e3589a920c43d8f4c7967a4884238658076114a1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 21:48:32 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:43:04 2015 +0100

    Finally we get rid of the unmaintainable m_getfld()!
    
    m_getfld() was about 700 lines, 300 of them being comments -- that's 42%!
    m_getfld2() is 240 lines, 30 of them being comments. That's only half as
    much code. Most important, however, is that this code is understandable
    and thus maintainable. We escaped the dead end of the heavily optimized
    m_getfld() be re-writing it from scratch. (Thanks to Philipp Tacaks!)
    
    m_getfld2() is line-based and not character-based like m_getfld(). This
    change spared us to keep digging into stdio internals or implementing
    our own I/O buffering. We are now portable to any standard-conforming
    stdio implementation.

:100644 100644 8107a3e3... 8f6fad1d... M	h/mh.h
:100644 100644 b48946b6... 32ec0b5b... M	h/prototypes.h
:100644 100644 981945e9... 4064d4e3... M	sbr/Makefile.in
:100644 000000 826cfb3f... 00000000... D	sbr/m_getfld.c

commit e200d3000e399ba55437e3b85c73df5ba2df27f4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 20:58:03 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:42:51 2015 +0100

    Adjust tests to m_getfld2() and write some more
    
    m_getfld2() is more strict than m_getfld() and does less guessing.

:100644 100644 cb9202f3... e152e0e7... M	test/tests/bad-input/test-header

commit bebbba12196b01deca4e33631937fdfdf605b75c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 20:12:02 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:42:39 2015 +0100

    Only lines consisting of nothing but dashes are body separators
    
    This is how the documentation specifies it, see mh-mail(5). The old
    m_getfld(), however, was more relaxed and treated any header line that
    starts with a dash as the body separator. We are more strict here,
    because ``-foo: bar'' is a valid header line (according to RFC 2822),
    that should thus not be treated as the body separator, whereas a line
    ``------'' in the header could only be a format error if we don't
    take it as the body separator.

:100644 100644 6d96bdd4... de38435c... M	sbr/m_getfld2.c

commit 28ce2e7139731b7c8c0bdb67b181f34011e74ed7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 17:52:22 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:42:29 2015 +0100

    Convert inc and scan from m_getfld() to m_getfld2()
    
    The main conversion was done in uip/scansbr.c.
    
    Mbox handling is now completely outside of m_getfld2(), which does not
    even know about From_ lines.
    
    No more need to call thisisanmbox() (formerly m_unknown(), ``the magic
    invocation'') before calling scan().
    
    The newly introduced gotos should be eliminated ...

:100644 100644 f08fb4f3... 5f08df45... M	uip/inc.c
:100644 100644 d6a43729... 3a834208... M	uip/scan.c
:100644 100644 d985a5ca... 50b250e5... M	uip/scansbr.c

commit bf016a819708d2f84387843e73af51df7e19c621
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 17:05:53 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:42:18 2015 +0100

    Convert rcvdist and repl from m_getfld() to m_getfld2()

:100644 100644 53cc0f0c... 8292a20b... M	uip/rcvdist.c
:100644 100644 f5df9ecb... d71f27b3... M	uip/repl.c

commit c4de1023b3141b9a89038012b246fa74205752cd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 17:03:36 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:42:03 2015 +0100

    m_getfld2: Return line for LENERR2, plus some documentation

:100644 100644 59204252... 6d96bdd4... M	sbr/m_getfld2.c

commit a3d849510ecad775e265ab7b6090e85576f48ef7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 08:23:04 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:41:55 2015 +0100

    m_getfld2: ERR2 means a read error, thus name it IOERR2

:100644 100644 a93d9a94... 8107a3e3... M	h/mh.h
:100644 100644 a17eb03a... 59204252... M	sbr/m_getfld2.c
:100644 100644 494c2986... 9c20fdad... M	uip/distsbr.c
:100644 100644 b8e9f93a... ec5623a6... M	uip/mhbuild.c
:100644 100644 fcdb77f7... 8becba9b... M	uip/mhl.c
:100644 100644 1cbefed0... 257bc66e... M	uip/mhparse.c
:100644 100644 a5e658d1... 993527b4... M	uip/pick.c
:100644 100644 5760a83d... c3b45e87... M	uip/slocal.c
:100644 100644 43dc7dc0... 61953e17... M	uip/sortm.c
:100644 100644 6282e751... 04479a1f... M	uip/spost.c
:100644 100644 e1aab77f... a72c84f0... M	uip/whom.c

commit d6321964322004b6fc7efbccbc97f92cee905ae7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 12 08:14:59 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:41:46 2015 +0100

    m_getfld2: Whitespace in component name is forbidden
    
    Also on style: No function calls should be used to initialize
    variables in definition statements. Use separate assignments in
    this case.

:100644 100644 91164f3c... a17eb03a... M	sbr/m_getfld2.c

commit 43ae44731bc0732c894ba6dc7de2d2881c5888e0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Nov 11 07:31:00 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 12 22:32:22 2015 +0100

    Use continue instead of one long if for the whole loop body
    
    Plus remove unnecessary comments. This improves the signal-noise ratio.
    The identifiers are already telling us enough.

:100644 100644 368bce3f... f08fb4f3... M	uip/inc.c
:100644 100644 0f755ca2... d6a43729... M	uip/scan.c

commit f5df6f250dc5862488efb0198823c68f5b573ccc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 10 20:58:31 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 10 21:06:12 2015 +0100

    Return invalid line for FMTERR in m_getfld2()
    
    This is necessary for mbox handling outside of m_getfld2().

:100644 100644 6eb0ef8c... 91164f3c... M	sbr/m_getfld2.c

commit 6e7d34c614291079de750ceda1d4f5ec537beb81
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 10 06:53:44 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 10 21:06:12 2015 +0100

    No error-checking for error-checking alloc functions
    
    The mh_x(m|c|re)alloc function always return successful
    ... or terminate the program on their own, otherwise.

:100644 100644 8156517b... e2d43dab... M	uip/ap.c
:100644 100644 591d7f4b... 04e5450a... M	uip/burst.c
:100644 100644 4f764f46... b8e9f93a... M	uip/mhbuild.c
:100644 100644 5caa717c... fcdb77f7... M	uip/mhl.c
:100644 100644 9022ecfa... 6d7b8e7a... M	uip/mhlist.c
:100644 100644 b144c375... 1cbefed0... M	uip/mhparse.c
:100644 100644 f48fa993... bb03939c... M	uip/mhshow.c
:100644 100644 1202fcba... fae054fa... M	uip/mhstore.c
:100644 100644 43fde0e2... dd456263... M	uip/mhtest.c
:100644 100644 a1b5effd... a5e658d1... M	uip/pick.c
:100644 100644 1337c893... 53cc0f0c... M	uip/rcvdist.c
:100644 100644 c0b290de... f5df9ecb... M	uip/repl.c
:100644 100644 ade3a28f... d985a5ca... M	uip/scansbr.c
:100644 100644 75aa2e35... 43dc7dc0... M	uip/sortm.c

commit 056af7546464661f792d85308f119bf6c1554316
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 6 11:30:51 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 10 21:05:15 2015 +0100

    check for (un)selection befor (un)set
    
    If you select or unselect the same msgnum
    numsel won't be increased/decreased twice.

:100644 100644 0a475681... d187a341... M	sbr/m_convert.c
:100644 100644 6b89d705... 50ae7c68... M	sbr/seq_msgstats.c

commit d3425f7ef7287db6f843f27df8b9fa27da695562
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Nov 5 22:48:34 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 10 21:05:15 2015 +0100

    handle hghsel lowsel and numsel in (un)set_selected
    
    Now you can use this funkitions without taking care
    of this values.
    
    Thanks c_14 for reporting this bug.

:100644 100644 4cc8d6c6... e14c7099... M	sbr/folder_addmsg.c
:100644 100644 8e5fd0a2... 31658838... M	sbr/folder_delmsgs.c
:100644 100644 f113366c... 0a475681... M	sbr/m_convert.c
:100644 100644 eb483b7b... 6b89d705... M	sbr/seq_msgstats.c
:100644 100644 3ac9e110... a1b5effd... M	uip/pick.c

commit 7a13a5266a14f1c6a13752db9292cd40c1211fba
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 10 06:53:44 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 10 07:04:48 2015 +0100

    No error-checking for error-checking alloc functions
    
    The mh_x(m|c|re)alloc function always return successful
    ... or terminate the program on their own, otherwise.

:100644 100644 8156517b... e2d43dab... M	uip/ap.c
:100644 100644 591d7f4b... 04e5450a... M	uip/burst.c
:100644 100644 01acdb77... 76826c32... M	uip/mhbuild.c
:100644 100644 f3f74775... 6989c705... M	uip/mhl.c
:100644 100644 9022ecfa... 6d7b8e7a... M	uip/mhlist.c
:100644 100644 48855728... b7b86940... M	uip/mhparse.c
:100644 100644 f48fa993... bb03939c... M	uip/mhshow.c
:100644 100644 1202fcba... fae054fa... M	uip/mhstore.c
:100644 100644 43fde0e2... dd456263... M	uip/mhtest.c
:100644 100644 2d2bd650... 320db198... M	uip/pick.c
:100644 100644 1337c893... 53cc0f0c... M	uip/rcvdist.c
:100644 100644 c0b290de... f5df9ecb... M	uip/repl.c
:100644 100644 ade3a28f... d985a5ca... M	uip/scansbr.c
:100644 100644 4ca0c724... 5d15ed68... M	uip/sortm.c

commit 6e27d395a60fe59a274edc47989b9b8127359f36
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 9 19:17:09 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 9 22:12:05 2015 +0100

    Fix minor typo in man page

:100644 100644 415ebcbb... 73c0346c... M	man/inc.man1

commit 5ed626079bc1aaba6d0daea2b32c43cb463244bb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 9 22:08:51 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 9 22:08:51 2015 +0100

    Adjust the tests to less tolerant m_getfld2()
    
    We require the header and body to be separated by an empty line.
    We require header lines to end with a newline. m_getfld2() does
    not try to guess as much as the old m_getfld() did.

:100644 100644 6b826a00... cb9202f3... M	test/tests/bad-input/test-header
:100755 100755 c2fc5dec... 7f21be3a... M	test/tests/mhparam/test-mhparam

commit 1e99819ed105950cd584c71fa4b2e36b038be102
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 9 22:07:54 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 9 22:07:54 2015 +0100

    Convert most of the tools from m_getfld() to m_getfld2()

:100644 100644 bc9329f4... ccdf867c... M	sbr/readconfig.c
:100644 100644 b932cadc... 1929b263... M	sbr/seq_read.c
:100644 100644 d1b94749... 494c2986... M	uip/distsbr.c
:100644 100644 01acdb77... 4f764f46... M	uip/mhbuild.c
:100644 100644 f3f74775... 5caa717c... M	uip/mhl.c
:100644 100644 48855728... b144c375... M	uip/mhparse.c
:100644 100644 cb16dea2... a2be29bf... M	uip/new.c
:100644 100644 984d80bd... 3ac9e110... M	uip/pick.c
:100644 100644 2adbd480... 24f2d9f0... M	uip/prompter.c
:100644 100644 ca267fa5... 5760a83d... M	uip/slocal.c
:100644 100644 4ca0c724... 75aa2e35... M	uip/sortm.c
:100644 100644 7729e9bb... 6282e751... M	uip/spost.c
:100644 100644 d313f056... e1aab77f... M	uip/whom.c

commit 4e6362c1749f16f1b09fb04d5951a03c1d9aa9cd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 9 22:03:40 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 9 22:03:40 2015 +0100

    Add new implementation m_getfld2()
    
    This is mainly Philipp Takacs work.

:100644 100644 33b38eef... a93d9a94... M	h/mh.h
:100644 100644 8575b226... b48946b6... M	h/prototypes.h
:100644 100644 51049c70... 981945e9... M	sbr/Makefile.in
:000000 100644 00000000... 6eb0ef8c... A	sbr/m_getfld2.c

commit 3d42b0a33233e6973fe841066c90d839cf732178
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 9 19:17:09 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 9 19:17:09 2015 +0100

    Fix minor typo in man page

:100644 100644 415ebcbb... 73c0346c... M	man/inc.man1

commit 860ebc0e4bd25ef45ca0257e90daa6a61b7f477a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Nov 6 11:30:51 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Nov 6 11:35:03 2015 +0100

    check for (un)selection befor (un)set
    
    If you select or unselect the same msgnum
    numsel won't be increased/decreased twice.

:100644 100644 0a475681... d187a341... M	sbr/m_convert.c
:100644 100644 6b89d705... 50ae7c68... M	sbr/seq_msgstats.c

commit 1492dd50aa1043da58809ca0fec18cb6ab9937bc
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Nov 5 22:48:34 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Nov 5 23:26:41 2015 +0100

    handle hghsel lowsel and numsel in (un)set_selected
    
    Now you can use this funkitions without taking care
    of this values.
    
    Thanks c_14 for reporting this bug.

:100644 100644 4cc8d6c6... e14c7099... M	sbr/folder_addmsg.c
:100644 100644 8e5fd0a2... 31658838... M	sbr/folder_delmsgs.c
:100644 100644 f113366c... 0a475681... M	sbr/m_convert.c
:100644 100644 eb483b7b... 6b89d705... M	sbr/seq_msgstats.c
:100644 100644 984d80bd... 2d2bd650... M	uip/pick.c

commit 0b601e31ba8c6fddef8e825cdc4409d75b7afd90
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Nov 4 17:31:50 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Nov 4 18:37:58 2015 +0100

    Better description of the Sender header in man page
    
    Plus wording improvements and other minor stuff.

:100644 100644 fd4adbff... dd051b78... M	man/mh-profile.man5
:100644 100644 c4558bec... 4a704f84... M	man/spost.man8

commit e48142e43bfeef1a44fb2f7131918b7172cd427e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 3 08:47:26 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Nov 4 18:37:58 2015 +0100

    Re-add --with-lockdir=DIR configure option
    
    At the same time eliminate acconfig.h (and thus the autoreconf
    warning).
    
    Include the lock dir string only if we use dot locking.

:100644 100644 8e6c177c... 39443435... M	INSTALL
:100644 100644 abe21a77... 7ec76736... M	Makefile.in
:100644 000000 73522406... 00000000... D	acconfig.h
:100644 100644 d32c30b6... 653acf0a... M	configure.ac
:100644 100644 b62604a6... 7309c868... M	sbr/lock_file.c

commit a1a744d898ec8842871dca302e6ae54d9233413f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 3 08:37:57 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Nov 4 18:37:58 2015 +0100

    More sensible check for 7bit ASCII
    
    Always true condition reported by -Wextra -pendatic.

:100644 100644 bab16997... df813401... M	uip/send.c

commit 2f2a1446c8ed6b3e466425561c0a09f9bf417b05
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 3 08:36:45 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Nov 4 18:37:58 2015 +0100

    Remove unused parameter
    
    Reported by -Wextra -pedantic.

:100644 100644 7e54929f... 4b45a0c4... M	uip/whatnow.c

commit 4dc39c08f07428ff5f39acd7b0ddee30e0a004f6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 3 10:57:07 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 3 10:57:07 2015 +0100

    Remove dead code: FLDEOF and BODYEOF are never set

:100644 100644 f9ed6455... 33b38eef... M	h/mh.h
:100644 100644 3539ed4f... 826cfb3f... M	sbr/m_getfld.c
:100644 100644 cbeb4811... bc9329f4... M	sbr/readconfig.c
:100644 100644 ff01c427... b932cadc... M	sbr/seq_read.c
:100644 100644 a856dc73... d1b94749... M	uip/distsbr.c
:100644 100644 1fdedb66... 01acdb77... M	uip/mhbuild.c
:100644 100644 2afb03a2... 48855728... M	uip/mhparse.c
:100644 100644 90e2da71... cb16dea2... M	uip/new.c
:100644 100644 8ae58a46... 984d80bd... M	uip/pick.c
:100644 100644 ae0c0c63... 2adbd480... M	uip/prompter.c
:100644 100644 eac77e49... ca267fa5... M	uip/slocal.c
:100644 100644 ae4038db... 4ca0c724... M	uip/sortm.c

commit 5deca188ac8e6f5b0a060712b8a71bb4e58573df
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 17:51:32 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 17:51:32 2015 +0100

    Bump version number

:100644 100644 3b04cfb6... a4a8ba98... M	VERSION

commit 5bf0e3c0e41afcea29bd240aaa74c9418021b30b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 17:38:44 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 17:38:44 2015 +0100

    This is mmh-0.2

:100644 100644 44242e74... 76cec130... M	DATE
:100644 100644 20958024... 3b04cfb6... M	VERSION

commit cc274fe6a74f58cfa17dc263d12d9d940e91b934
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 17:37:13 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 17:37:13 2015 +0100

    Decode address headers in replcomps

:100644 100644 8a766798... 87532bac... M	etc/replcomps
:100644 100644 f6af3a98... ae55a7b8... M	etc/replgroupcomps

commit c84cfab8f077f7e1929de69ba82587d999f769d9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 17:17:40 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 17:17:40 2015 +0100

    Update README and release howto to new NEWS file
    
    Also reorder the release steps to first check the tarball and
    then tag it as final.

:100644 100644 fe62a4af... 63037c28... M	README
:100644 100644 c526fb3f... fbc9877e... M	docs/README.releasing

commit b11a6cdd6f0f7f6716744be10943c4676d6c1eb6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 17:06:32 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 17:06:32 2015 +0100

    Add NEWS file, which summarizes changes per release

:000000 100644 00000000... 5a903442... A	NEWS
:100644 100644 8063b83f... 08993ce0... M	docs/DIFFERENCES_mmh_nmh

commit aac675d09723c457707ef877ce4bb45055096d7b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 2 08:16:10 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 2 08:16:10 2015 +0100

    Include a static copy of the CVS log in the dist tarball

:100644 100644 d7aa3f5b... 7b8b03ef... M	.gitignore
:100644 100644 bd6d9a4f... abe21a77... M	Makefile.in

commit 66aa5fa11f02d91364b6954bda61cba1674770fe
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Nov 1 22:35:29 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 1 22:35:29 2015 +0100

    Teach spost to handle address groups
    
    Plus more tests for address groups.

:100644 100644 13c3bf14... c65e58c1... M	test/tests/spost/test-group
:100644 100644 780b5f44... 7729e9bb... M	uip/spost.c

commit 319a70dc20f208d465037b108f5d7453d9be2691
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Oct 30 21:41:31 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Nov 1 00:08:20 2015 +0100

    test Group Addresses in spost

:000000 100644 00000000... 13c3bf14... A	test/tests/spost/test-group

commit 054c8779d6660afe45f38fa04510c2061aa6a605
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Oct 31 16:40:20 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 31 23:56:13 2015 +0100

    catch unparsable addresses
    
    Now spost don't coredump if an address can't be parsed

:100644 100644 93b1735e... 639333ea... M	h/addrsbr.h
:100644 100644 201e8165... 96fa72f0... M	sbr/addrsbr.c
:100644 100644 d682318b... 780b5f44... M	uip/spost.c

commit 1d8a8014d875169c468341a66a5a7773c845577e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Oct 31 16:39:40 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 31 23:56:01 2015 +0100

    test if spost catch bad addresses

:000000 100644 00000000... ff39d1b5... A	test/tests/spost/test-bad-address

commit 6ce9606eeec3c7050ad8fe6182d64bd1694bb422
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Oct 31 15:52:31 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 31 17:27:56 2015 +0100

    test if aliasing work in spost

:000000 100644 00000000... 7705c6fc... A	test/tests/spost/test-alias

commit eb0c1c4bfb574bf724379a3714359c69c83826e3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 23:43:02 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 23:43:02 2015 +0100

    Fix configure.ac warning

:100644 100644 05432d49... d32c30b6... M	configure.ac

commit bdd879c997e50e6b6e14dffb746d9fe9b6a1cf6c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 23:39:50 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 23:39:50 2015 +0100

    Remove check for not used networking libraries in configure.ac
    
    Mmh does no more contain networking code, hence we don't need this.
    This way, we can also get rid of aclocal.m4.

:100644 100644 21ffdb23... bd6d9a4f... M	Makefile.in
:100644 000000 872f5f9e... 00000000... D	aclocal.m4
:100644 100644 9e32e217... 05432d49... M	configure.ac

commit d5d94ce76327869346e2b02b7b02a3620ddd38eb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 23:19:14 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 23:19:14 2015 +0100

    Build the release tarball from git, not manually
    
    Previously the Makefiles contained lists of files to distribute.
    They built the release tarball manually. It's much easier to just
    use git, which knows which files are the relevant files, because
    it's the ones that are under version control. We just need to
    add some additional, pre-generated files for convenience, so that
    the user does not need to have auto* and lex installed.
    
    The release tarball is now fully assembled in the top-level
    Makefile. (The only tricky part is sbr/dtimep.c, because that
    needs to be generated in the subdirectory.)

:100644 100644 83af4c24... 21ffdb23... M	Makefile.in
:100644 100644 4bdad8e5... 47f9125b... M	config/Makefile.in
:100644 100644 8b8a1c36... da3bb51a... M	etc/Makefile.in
:100644 100644 31237d0e... baef0e0a... M	h/Makefile.in
:100644 100644 44d0b75f... ffa12037... M	man/Makefile.in
:100644 100644 6b4acf15... 51049c70... M	sbr/Makefile.in
:100644 100644 84f8535a... be02b670... M	uip/Makefile.in

commit 5faf465b84082afa8bb85ce6fe87ce6675749675
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 17:50:24 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 17:50:24 2015 +0100

    Include `test' dir in release tarball
    
    The subdirectories `docs' and `test' are managed by the top-level
    Makefile now, because there's nothing to do in them but to copy
    them for the distribution tarball. (This way, we also don't have
    to include each new file in these directories to the file list in
    Makefile.in.)

:100644 100644 058e7d8b... 83af4c24... M	Makefile.in
:100644 100644 2cda6e08... 9e32e217... M	configure.ac
:100644 000000 a30292b6... 00000000... D	docs/Makefile.in

commit 04083c773195287a6a0774d27f96897f3d57d69d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 17:15:42 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 17:15:42 2015 +0100

    Update lists of files to distribute
    
    Also partly reordered the lists.

:100644 100644 4d6c6967... a30292b6... M	docs/Makefile.in
:100644 100644 8277cc8b... 8b8a1c36... M	etc/Makefile.in
:100644 100644 31987b59... 31237d0e... M	h/Makefile.in

commit 6ee8839fd9f57c6c97fa7e6e0d142d06c5ba09c3
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Oct 28 12:19:05 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Oct 28 12:26:53 2015 +0100

    initialize mp in ismymbox

:100644 100644 89157982... 201e8165... M	sbr/addrsbr.c

commit 57abb238e16c26d285904e51b7568be3c45d8614
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 07:55:10 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 07:55:10 2015 +0100

    Drop the SYNOPSIS section from some man pages
    
    For some man pages this section makes few sense.
    
    Plus some minor formating stuff on the way ...

:100644 100644 7d681c34... e05358a1... M	man/mh-alias.man5
:100644 100644 04c84465... b721aa6a... M	man/mh-draft.man7
:100644 100644 a6e66775... 9b3334da... M	man/mh-mail.man5
:100644 100644 9b052c9a... fd4adbff... M	man/mh-profile.man5
:100644 100644 516b8afd... 4e4b4438... M	man/mh-sequence.man7

commit c47d5a37f1677dd296a8b7d9bca6ed53f1a95af6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 07:47:15 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 07:47:15 2015 +0100

    Minor clarification in mh-alias(5)

:100644 100644 990ea42b... 7d681c34... M	man/mh-alias.man5

commit bc21b73b2fd41f156e14feee7a77fcc292effaef
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 28 06:59:03 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 28 06:59:03 2015 +0100

    Silence the output of `cd -' in the tests

:100644 100644 cafddaf6... 750d525a... M	test/tests/spost/test-bcc-dcc
:100644 100644 a0776bbf... 3bbff3c1... M	test/tests/spost/test-sender-header

commit f5603521ed2325c69c5b475dc2693175ba9e3b27
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 23:11:51 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 23:11:51 2015 +0100

    Use cksum(1) instead of md5sum(1) in the tests
    
    cksum(1) is part of POSIX; md5sum(1) is not.

:000000 100644 00000000... a8667a7d... A	test/tests/inc/cksums
:100644 000000 7f68baa3... 00000000... D	test/tests/inc/md5sums
:100644 100644 36cd1c24... 8ca63954... M	test/tests/inc/test-deb359167
:100644 100644 622774b8... 2b6afb48... M	test/tests/inc/test-eom-align

commit d1ddea31fec698bedc7f1c67e040f8568d843ee9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 22:30:30 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 22:30:30 2015 +0100

    Run the tests in defined (i.e. sorted) order

:100755 100755 a4a72692... c06481ef... M	test/runalltests

commit fa191d6436c1fc25e645b8d88964e0fe648451d4
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 20:57:23 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Oct 27 17:50:13 2015 +0100

    consider Default-From as own address

:100644 100644 09ea1311... 89157982... M	sbr/addrsbr.c
:100644 100644 ff8399fd... a0776bbf... M	test/tests/spost/test-sender-header

commit 1f8deea066cec81699c76bc4f8021fab658aae73
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:50:33 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:50:33 2015 +0100

    Remove outcommented code (C99 comment)
    
    Our code should be clean C89 (ANSI C). There's no reason to
    keep this C99 comment.

:100644 100644 52d41794... 4bb03d34... M	uip/forw.c

commit 063706a481ecba111064eedce97856e5eac9dca6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:43:58 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:43:58 2015 +0100

    Ensure $SHELL is set for the tests
    
    Non-interactive shells might not set it (this is true for dash
    and mksh, at least). Currently we use $SHELL in whatnow(1).
    Although we likely remove this use, it's rather worthwhile to
    have $SHELL available in the test scripts.

:100755 100755 498db05d... 9f35adea... M	test/runtest

commit e8843fe6800f7cf727240b3a0b5514aab3d11c93
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:30:14 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:30:14 2015 +0100

    Update mmh-intro(7) man page

:100644 100644 e9d0f136... 3ee998e3... M	man/mmh-intro.man7

commit 677b7649d52d77072f3ee0fccceb36290a97e882
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:29:34 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:29:34 2015 +0100

    Remove mh-tailor(5) man page

:100644 100644 2246c175... 44d0b75f... M	man/Makefile.in
:100644 000000 097242b2... 00000000... D	man/mh-tailor.man5

commit 029dc004802d489487964524d1e2cc61b96ee0f0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:17:09 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:17:09 2015 +0100

    Split the releasing instructions into own document
    
    This makes them better visible.

:100644 100644 a4505980... dcec2a73... M	docs/README.developers
:000000 100644 00000000... c526fb3f... A	docs/README.releasing

commit 41a9c66fe834e7c3b39cc8bda5b429802d926a2b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 27 07:16:00 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 27 07:16:00 2015 +0100

    Updates README, INSTALL, and docs/MACHINES

:100644 100644 fa2713c7... 8e6c177c... M	INSTALL
:100644 100644 81705d8e... fe62a4af... M	README
:100644 100644 96014314... e808cac8... M	docs/MACHINES

commit 768aa0b03f49e661e908c0e886ebb05683b723cb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Oct 26 08:04:55 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Oct 26 08:04:55 2015 +0100

    Update TODO list
    
    Some comments on the removed items:
    - Mmh's show does already invoke a pager
    - The reverse action of `rmm' is: refile -src +trash l @
    - Disjunct contexts are already possible (just set MMHC accordingly)
    - We already generate the mh-chart man page
    - Prompter can already be used to input the recipients. Use:
            Editor: prompter
            prompter: -nobody
            prompter-next: vi
    - Comp: -nowhatnowproc is obsolete; use `-whatnowproc true' instead.
      (It puts an empty draft into the drafts folder.)
    - Forw: Since we use MIME to forward messages, these todos are obsolete
    - Mhmail is not considered to be a full-featured interface to MH
    - We now do have RFC 2047 encoding of headers

:100644 100644 b47855e8... a439680d... M	docs/TODO

commit 5318ec4a25b8ba8f5ac9c0e440d50969038fa8d7
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 15:10:11 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 23:06:42 2015 +0100

    add the mmh mailing list to the doc

:100644 100644 ca6c7c35... 2840b19e... M	docs/MAILING-LISTS

commit f1135dbc3c847ae387f3b763f536ba05b8adb4d0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 14:37:51 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 23:06:42 2015 +0100

    remove docs/README.SASL
    
    we don't need it, because smtp support is gone.

:100644 000000 c06568be... 00000000... D	docs/README.SASL

commit 4033b947e4817fbaef2667658909a6f44d03c665
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 14:36:51 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 23:06:42 2015 +0100

    add mailsync description

:100644 100644 4786c025... 8a1805c5... M	docs/FAQ

commit afc7db57cfebd6be9573e930a3e7db006a70e38e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 14:21:55 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 23:06:42 2015 +0100

    remove TODOs for not supportet programms

:100644 100644 8ea5ab51... b47855e8... M	docs/TODO

commit 5b389106e9bfb05edbbcbdc847e09437f2390da0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 25 21:34:20 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 25 21:34:20 2015 +0100

    send: MIMEify with non-ascii header and ascii body!
    
    This code is not perfect, as it scans body lines twice. We might
    want to rework it someday. But, ignoring the minor performance
    issue, it ensures, that we MIMEify in the case when some headers
    contain non-ASCII text but the body does not.

:100644 100644 ec9b76db... bab16997... M	uip/send.c

commit 7d95e0861814febe23512e306b7b1e805c17bd81
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 21:27:58 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 21:27:58 2015 +0100

    remove variable mp2 from spost in putadr
    
    This variable is set but not used. Thanks gcc for the warning.

:100644 100644 f755a162... d682318b... M	uip/spost.c

commit ca2931beaec23f8e1d2f98d15d7e9974009278b0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 25 20:42:52 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 25 20:42:52 2015 +0100

    Add DCC support into whom
    
    Plus a test for it.

:100644 100644 b40787b8... d52dbca9... M	man/whom.man1
:000000 100644 00000000... 5936bbd2... A	test/tests/whom/test-dcc-bcc
:100644 100644 4b15fbdc... d313f056... M	uip/whom.c

commit 15378d1b682670191b2a186391398b1e1a285983
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 25 20:00:50 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 25 20:00:50 2015 +0100

    DCC contains invisible (not visible) recipients
    
    Added new test for BCC and DCC headers, which discovered the bug.

:000000 100644 00000000... cafddaf6... A	test/tests/spost/test-bcc-dcc
:100644 100644 ff8399fd... ff8399fd... R100	test/tests/spost/test-spost	test/tests/spost/test-sender-header
:100644 100644 96ca14d1... f755a162... M	uip/spost.c

commit fd828e57682371471c6dacd11ac389bd745de14b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 13:45:42 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 19:53:56 2015 +0100

    add config.o and version.o to libmh.a
    
    Now you can easy link against libmh.a with -lmh

:100644 100644 304b50b0... 6b4acf15... M	sbr/Makefile.in
:100644 100644 8fe7197f... 84f8535a... M	uip/Makefile.in

commit 1794d729c1c4b0de8f2e72b5096539c52ee6b74f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 25 19:38:33 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 25 19:38:33 2015 +0100

    Add test for sender header in spost
    
    (Fails currently, because default-from is not part of alternate-mailboxes.)

:000000 100644 00000000... ff8399fd... A	test/tests/spost/test-spost

commit d29d0d9cef0620e6a7ed0a18462d33c99ecd9da5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 25 18:54:23 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 25 18:54:23 2015 +0100

    Adjust coding style from nmh to mmh

:100644 100644 b0e8274f... fa4cfdb2... M	sbr/utils.c

commit 4ad908a6b1e4601b8881f514061e494b0dd00e57
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 25 17:25:16 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 25 17:44:18 2015 +0100

    fix the prompter test

:100755 100755 229ee561... caa74cbe... M	test/tests/prompter/test-prompter

commit 8268f67015f9659a2f63dc26702a5a49d3fa6c2a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Oct 24 12:16:58 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 24 12:16:58 2015 +0200

    set psigint befor the setjmp in prompter
    
    this mutes a Compielerwarning.

:100644 100644 0ca1e83a... ae0c0c63... M	uip/prompter.c

commit 82325c1114254a76b8285bb710b2f651674331c7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 23 15:30:10 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 23 15:30:10 2015 +0200

    Rework in the test framework; updated and new tests
    
    Many tests were ported from nmh.
    
    Two tests fail at the moment:
    - tests/ali/test-ali:  needs porting the bugfix from nmh
    - tests/prompter/test-prompter:  needs further investigation

:100644 100644 0fd3afb9... d195a7cf... M	test/common.sh
:100755 100755 279ced53... a4a72692... M	test/runalltests
:100755 100755 88676618... 498db05d... M	test/runtest
:000000 100755 00000000... f37a1acc... A	test/tests/ali/test-ali
:000000 100755 00000000... fed865e5... A	test/tests/anno/test-anno
:100644 100644 8a3251ef... 6b826a00... M	test/tests/bad-input/test-header
:000000 100755 00000000... af8e3f4b... A	test/tests/burst/test-burst
:000000 100755 00000000... 19ddaaa1... A	test/tests/burst/test-burst-mime
:100644 100644 5b74b237... 1321a780... M	test/tests/folder/test-create
:000000 100755 00000000... abd2b2f5... A	test/tests/folder/test-recurse
:000000 100755 00000000... 6ba36a71... A	test/tests/folder/test-sortm
:100644 100644 72d559e2... 7eb9c7b3... M	test/tests/folder/test-total
:000000 100755 00000000... ca3d3935... A	test/tests/folder/x-test-packf
:100644 100644 3b6c6779... 622774b8... M	test/tests/inc/test-eom-align
:100644 100644 759c8ed0... ae613d96... M	test/tests/mhbuild/test-forw
:100644 100644 422f9707... 047f7dc1... M	test/tests/mhbuild/test-header-encode
:000000 100644 00000000... 7b58f759... A	test/tests/mhbuild/test-linebreak
:000000 100755 00000000... 7220e6cb... A	test/tests/mhl/test-mhl-flags
:000000 100755 00000000... 7f3fec0e... A	test/tests/mhlist/test-ext-params
:000000 100755 00000000... 57f0cd5c... A	test/tests/mhlist/test-mhlist
:000000 100755 00000000... c2fc5dec... A	test/tests/mhparam/test-mhparam
:000000 100755 00000000... 229ee561... A	test/tests/prompter/test-prompter
:000000 100755 00000000... 8d05bc88... A	test/tests/rcv/test-rcvdist
:000000 100755 00000000... 357eb017... A	test/tests/rcv/test-rcvpack
:000000 100755 00000000... fba32b96... A	test/tests/rcv/test-rcvstore
:100644 100644 88082eed... c006308f... M	test/tests/scan/test-scan
:000000 100644 00000000... ee3e434c... A	test/tests/scan/test-scan-multibyte
:000000 100644 00000000... 9847d7f0... A	test/tests/show/test-multibytes

commit b4987f510fb3494bfc5b11fc92d2047cdb51642b
Author:     Eric Schnoebelen <eric@cirr.com>
AuthorDate: Fri Aug 31 09:49:37 2012 -0400
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 23 10:16:15 2015 +0200

    Move chdir() call so -recurse option works again
    
    This commit is ported from nmh.

:100644 100644 3ca0e7db... 4ffb9f5b... M	uip/folder.c

commit 1cbc163b11d6dbabfe7206fb2f9ddf650337dad6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 23 09:52:55 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 23 09:52:55 2015 +0200

    Fix off-by-one error (CPERLIN)
    
    CPERLIN is the chars per line without the line break chars (\r\n),
    at least would that match the description in RFC 2822. Actually,
    however, the max SHOULD line length (excluding line break chars)
    is 78 according to the RFC. Therefore it seems as if we should
    set CPERLIN to 78. (This is open to decide and to do.)

:100644 100644 ba883196... 87e7943c... M	uip/mhoutsbr.c

commit 5d690daafbcd4ed26d19610fcc017999ee5af892
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 21 17:35:14 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 21 17:35:14 2015 +0200

    Coding style adjustments for nmh-imported code
    
    - No documentation in h/prototypes.h, but rather in the sbr/*.c files
    
    - Convert coding style from nmh to mmh:
      + indent with tabs only not with a tab-spaces-mixture
      + no space between function name and opening parenthesis
      + no space on the inner side of parens
      + no trailing space
      + different comment style
    
    - Variable definition at the beginning of the block only (ANSI C)
    
    - Choose meaningful identifier name rather than add a comment to a
      meaningless name

:100644 100644 e6e7dc14... 8575b226... M	h/prototypes.h
:100644 100644 b4027d8b... 852c2613... M	sbr/encode_rfc2047.c
:100644 100644 f9fa9112... aa40a0cc... M	sbr/unquote.c
:100644 100644 d636cf7c... 1fdedb66... M	uip/mhbuild.c
:100644 100644 8448d968... 8ae58a46... M	uip/pick.c

commit 55ca5bf643035fd37cf0568e5ea73c1a8636b9a6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 21 17:13:35 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 21 17:13:35 2015 +0200

    Don't remove the draft on SIGQUIT to allow debugging

:100755 100755 66fc7ec4... 5e4cd67f... M	uip/sendfiles.sh

commit 96c6767c747252fa6b050e2fdd2e67268fcc344b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Oct 18 13:25:33 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 18 13:25:33 2015 +0200

    export MM_CHARSET in mhbuild test
    
    The test has some UTF-8 charracter to test the encoding.

:100644 100644 9049f6fa... 422f9707... M	test/tests/mhbuild/test-header-encode

commit 9aa034524acfaaa1a9881ef7b6cadd788b551ebe
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Wed Sep 23 13:15:31 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Oct 11 16:37:47 2015 +0200

    use anno and mhparam in sendfiles

:100755 100755 40d8f72e... 66fc7ec4... M	uip/sendfiles.sh

commit e2c50b4a7530bceb52dec5e65fcccbc929fc7bc2
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Oct 10 14:19:07 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 10 14:38:53 2015 +0200

    decode recipient-fields by default

:100644 100644 9636dbbf... 60904de5... M	etc/mhl.format
:100644 100644 1a01a7f9... a3988379... M	etc/mhl.headers

commit 3cbdaea22c94d1c1d13e11b1ea6e55d3d9408771
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Sep 25 12:50:56 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 10 14:35:58 2015 +0200

    add a test for mhbuild rfc2047-support
    
    This is only the first test, more come later.

:000000 100644 00000000... 9049f6fa... A	test/tests/mhbuild/test-header-encode

commit 0595979e1f0514b3da28762f336b3b9ac9eec5c5
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Sep 19 23:25:57 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Oct 10 14:12:56 2015 +0200

    porte encode_rfc2047 from nmh
    
    Now a user can add any nonascii in header-fields.
    mhbuild now encode this acourding to rfc2047.
    
    Thanks Ken Hornstein <kenh@pobox.com>

:100644 100644 42767f57... e6e7dc14... M	h/prototypes.h
:100644 100644 62d01be5... 98fb39da... M	man/mhbuild.man1
:100644 100644 4d2b91b7... 304b50b0... M	sbr/Makefile.in
:000000 100644 00000000... b4027d8b... A	sbr/encode_rfc2047.c
:100644 100644 140cfdb3... d636cf7c... M	uip/mhbuild.c

commit 92e279e1255b12b02a2faede6e1d66b46f731807
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 2 19:49:38 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 2 19:49:38 2015 +0200

    mhbuild: Avoid a dot on a line on its own
    
    mhbuild's quoted-printable encoder breaks lines to have at most
    CPERLIN chars. If the it happens that the last character on the
    line is a dot (`.') and the line is broken just before it, then
    the following line contains nothing but one single dot. This
    currently leads to problems in mmh ... but it may cause problems
    to other mail software as well. Hence we avoid it by encoding
    any dot at the beginning of a line, just to be sure.

:100644 100644 21c2e263... ba883196... M	uip/mhoutsbr.c

commit c6cf5c38fb74a2399cc656357be571f1669a36d1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 2 19:24:28 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 2 19:24:28 2015 +0200

    Sleep only 1 sec before retry to lock the file
    
    The previous 5 seconds might have been appropriate on old, heavy
    loaded systems, but they will hardly be necessary on modern ones.

:100644 100644 bdce7bbb... b62604a6... M	sbr/lock_file.c
:100644 100644 0ce5425b... 45451f8b... M	uip/dropsbr.c

commit 770d341357b1a6890c7eea72070d0a9e3e270bf9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 2 19:18:32 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 2 19:18:32 2015 +0200

    Show the date hdr in local time in the default scan listing

:100644 100644 53f7bb9f... c809e3b2... M	etc/scan.meillo

commit ce0de2d6a9d308834a10b058ef850473e78976aa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 2 08:22:53 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 2 08:37:03 2015 +0200

    Improve wording and more description in man page spost(8)

:100644 100644 6a3d7578... c4558bec... M	man/spost.man8

commit 4c30d368bca8b3f108a7e86a5b890e33470cdebf
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Thu Nov 14 11:43:33 2013 -0500
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Sep 19 22:37:19 2015 +0200

    Break out the unquote functionality to a separate function.

:100644 100644 848115fd... 42767f57... M	h/prototypes.h
:100644 100644 61fc96c0... 4d2b91b7... M	sbr/Makefile.in
:100644 100644 a8e773a9... 6cfc1765... M	sbr/fmt_scan.c
:000000 100644 00000000... f9fa9112... A	sbr/unquote.c

commit f16ae6eedeacce086d513e10461938c1650e265e
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sun Nov 25 09:06:20 2012 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Sep 16 14:12:01 2015 +0200

    pick(1) decode rfc2047-fields
    
    Attempt to decode each header field as if it were
    MIME encoded.

:000000 100644 00000000... b89a71ab... A	test/tests/pick/test-rfc2047
:100644 100644 819d81a2... 8448d968... M	uip/pick.c

commit 850059f6637354d31129f303151f9f7d30514c9e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Sep 6 23:29:21 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 6 23:29:21 2015 +0200

    include h/utils.h
    
    I forgot uip/ap.c and uip/burst.c, too

:100644 100644 46c3ff55... 8156517b... M	uip/ap.c
:100644 100644 28e0e851... 591d7f4b... M	uip/burst.c

commit 56f27eb41e0171f34585b8ae2e232ae13fe08dc0
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Sep 6 23:11:15 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 6 23:18:16 2015 +0200

    include h/utils.h
    
    I forgot to add it in sbr/addrsbr.c sbr/fmt_compile.c

:100644 100644 e5fc19d6... 09ea1311... M	sbr/addrsbr.c
:100644 100644 28a96e69... 096f7dd6... M	sbr/fmt_compile.c

commit e16d5bfc58d8b0dfe61701cd4d6b1732e837d60a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Sep 6 01:09:15 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 6 13:05:53 2015 +0200

    replaced calloc with mh_xcalloc
    
    This finished the work of David Levine,
    which was portet in the last commit.

:100644 100644 de2cf459... 140cfdb3... M	uip/mhbuild.c
:100644 100644 c201a951... f3f74775... M	uip/mhl.c
:100644 100644 2a0ddf9e... 1202fcba... M	uip/mhstore.c
:100644 100644 5b47f22c... 43fde0e2... M	uip/mhtest.c
:100644 100644 b3bac286... 819d81a2... M	uip/pick.c
:100644 100644 89bb1dc5... 1337c893... M	uip/rcvdist.c
:100644 100644 33d4bf55... c0b290de... M	uip/repl.c

commit 72795bfcbe9f7fee8927b1a4942c0230b0f857a8
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sat Oct 11 09:22:52 2014 -0500
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Sep 6 13:05:53 2015 +0200

    Added mh_xcalloc().

:100644 100644 a8059ea2... 6f74c325... M	h/utils.h
:100644 100644 ea017f4d... e5fc19d6... M	sbr/addrsbr.c
:100644 100644 9e08ab46... 28a96e69... M	sbr/fmt_compile.c
:100644 100644 1cc041b5... 3539ed4f... M	sbr/m_getfld.c
:100644 100644 515c9a08... b0e8274f... M	sbr/utils.c
:100644 100644 acf3cace... 46c3ff55... M	uip/ap.c
:100644 100644 37dc9b17... 28e0e851... M	uip/burst.c
:100644 100644 c4682b4a... 9022ecfa... M	uip/mhlist.c
:100644 100644 f520e03d... 2afb03a2... M	uip/mhparse.c
:100644 100644 9ae5bf0f... f48fa993... M	uip/mhshow.c
:100644 100644 4234d25f... 2a0ddf9e... M	uip/mhstore.c
:100644 100644 9c74f04f... ade3a28f... M	uip/scansbr.c
:100644 100644 0d02af9f... ae4038db... M	uip/sortm.c

commit 5086954856e7b078981418d4aac233d37deb72bd
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Aug 29 11:56:34 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Sep 5 20:21:52 2015 +0200

    fix open up to 4 times on mbox_open()
    
    Befor this lkopen was only called ones.

:100644 100644 5fbbb617... 0ce5425b... M	uip/dropsbr.c

commit ec019f1e02bfc457c156a81bd6cc879e89644c21
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Aug 27 21:59:11 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Sep 5 19:21:03 2015 +0200

    reimplement Dcc-field
    
    Dcc is like Bcc but don't send an extra message
    with the orginal message attched. See FAQ for
    more details.

:100644 100644 76d10a8f... 6a3d7578... M	man/spost.man8
:100644 100644 3a70f363... 96ca14d1... M	uip/spost.c

commit 00b5842e0c5feef345a8e69cdb501f8a4c5c8c0f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Mon Jun 29 00:42:31 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Sep 5 19:18:58 2015 +0200

    find recipients for sendmail
    
    Recipients are given as comandline arguments to sendmail.
    Also do aliasing on every header which contain an address.

:100644 100644 a86a90df... 93b1735e... M	h/addrsbr.h
:100644 100644 db783ef6... 76d10a8f... M	man/spost.man8
:100644 100644 53e9be43... ea017f4d... M	sbr/addrsbr.c
:100644 100644 4d0b48a0... 3a70f363... M	uip/spost.c

commit 219ca2478b42be77eee20866a8a6cf8b87f3a59c
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Sep 5 13:10:33 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Sep 5 13:10:33 2015 +0200

    Revert "Remove stdio internals manipulation in sbr/m_getfld.c"
    
    This only temporaly, to ensure mmh is working correct.
    
    This reverts commit 976303d04d3bc2cad0afd5e3d364264783da56c2.

:100644 100644 108af138... 1cc041b5... M	sbr/m_getfld.c

commit 976303d04d3bc2cad0afd5e3d364264783da56c2
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Dec 25 11:57:31 2012 -0600
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Aug 29 18:32:03 2015 +0200

    Remove stdio internals manipulation in sbr/m_getfld.c
    
    Replaced all the stdio buffer access in sbr/m_getfld.c with a single call
    to fread() and then some almost straightforward buffer manipulations.
    
    This commit is ported to mmh.

:100644 100644 1cc041b5... 108af138... M	sbr/m_getfld.c

commit 5901f87be7eaf0475af7c6c1e139ed844468643c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Aug 29 16:39:59 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Aug 29 16:39:59 2015 +0200

    Make msg_delim file static to sbr/m_getfld.c
    
    Thanks to David Levine <levinedl@acm.org> for nmh commit
    e69044f7624abe5cb2cb796d528c0cc5f29515f7

:100644 100644 e7663cd5... 1cc041b5... M	sbr/m_getfld.c

commit aa2ba01b2dc678047d13572942628a39c7cf40dd
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Aug 28 11:53:03 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Aug 28 11:53:03 2015 +0200

    Bring back the LINUX-IO check from the last commit
    
    We need them for m_getfld(), too.
    
    This reverts parts of the commit 33516e5b74bb4bb5c626d4ee42bd3a7a9faaabef.

:100644 100644 372f0e07... 2cda6e08... M	configure.ac

commit 5ba9c2f13fedf1d8d6ed907ef1f505616290efaa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 29 07:09:43 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Aug 27 07:36:38 2015 +0200

    Drop register storage class

:100644 100644 d7894c54... 53e9be43... M	sbr/addrsbr.c
:100644 100644 6eebd7e0... 7d068b5c... M	sbr/context_del.c
:100644 100644 5886c5ee... 5b7c7775... M	sbr/context_read.c
:100644 100644 4d813563... dd6e6314... M	sbr/context_replace.c
:100644 100644 10d4d427... 0f7061a5... M	sbr/context_save.c
:100644 100644 090cd717... 5e5ef87f... M	sbr/cpydgst.c
:100644 100644 b59a8e7e... 47327edd... M	sbr/crawl_folders.c
:100644 100644 42b35723... db2b1939... M	sbr/dtimep.lex
:100644 100644 d6218b56... c7379b10... M	sbr/fmt_addr.c
:100644 100644 ce35de91... 9e08ab46... M	sbr/fmt_compile.c
:100644 100644 8ddd3c16... 9a7988eb... M	sbr/fmt_new.c
:100644 100644 c62eb772... 1f9e497f... M	sbr/gans.c
:100644 100644 7f2a7a8e... f113366c... M	sbr/m_convert.c
:100644 100644 b3659f98... 549e89b6... M	sbr/m_draft.c
:100644 100644 12d05b98... e7663cd5... M	sbr/m_getfld.c
:100644 100644 c4870dd7... e87ae574... M	sbr/makedir.c
:100644 100644 17809976... 633522b8... M	sbr/mf.c
:100644 100644 3a70c545... 02d00bc0... M	sbr/print_sw.c
:100644 100644 5c7279b0... a2ec7d3a... M	sbr/putenv.c
:100644 100644 171ecf8a... cbeb4811... M	sbr/readconfig.c
:100644 100644 ce7bf8ac... 376d4b05... M	sbr/snprintb.c
:100644 100644 f23e1d03... 515c9a08... M	sbr/utils.c
:100644 100644 c6b028cb... dc2a3414... M	uip/ali.c
:100644 100644 97f0c342... bda73261... M	uip/aliasbr.c
:100644 100644 af97e9ec... acf3cace... M	uip/ap.c
:100644 100644 cf668ad0... a856dc73... M	uip/distsbr.c
:100644 100644 1cbb7ed5... 3a019951... M	uip/dp.c
:100644 100644 091def78... 68acabb1... M	uip/flist.c
:100644 100644 c9b28cf7... 5266235a... M	uip/fmtdump.c
:100644 100644 77029dc1... 3ca0e7db... M	uip/folder.c
:100644 100644 c754b278... 52d41794... M	uip/forw.c
:100644 100644 6ac0a220... 76fe4279... M	uip/mhparam.c
:100644 100644 a487adcf... b3bac286... M	uip/pick.c
:100644 100644 4027ea2c... 89bb1dc5... M	uip/rcvdist.c
:100644 100644 01f205be... a67b1505... M	uip/refile.c
:100644 100644 0ff86b81... 33d4bf55... M	uip/repl.c
:100644 100644 f2460042... 230360b8... M	uip/rmf.c
:100644 100644 802e010a... 0d02af9f... M	uip/sortm.c
:100644 100644 1ccd2096... 765ed8ac... M	uip/whatnowproc.c

commit 33516e5b74bb4bb5c626d4ee42bd3a7a9faaabef
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Dec 25 19:25:43 2012 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Aug 26 23:46:44 2015 +0200

    Remove discard() total
    
    discard() isn't needed in mmh anymore.

:100644 100644 2cda6e08... 372f0e07... M	configure.ac
:100644 100644 3512ef7f... 848115fd... M	h/prototypes.h
:100644 100644 e5d8ffd9... 61fc96c0... M	sbr/Makefile.in
:100644 000000 d3eabd0e... 00000000... D	sbr/discard.c

commit e2c8b0c495161c21c7bece0b4fc844542e0da212
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Aug 26 21:36:54 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Aug 26 21:36:54 2015 +0200

    Fix autoconf check for mailspool world write permission
    
    This is a bugfix and improvement for commit b15b7cc (``Use
    realpath to find the mailspool'').
    
    We can even do this check much simpler, if we focus on the
    problem that
    
            $lspath -dlL $mailspool
    
    does not check the target of a symlink, although -L is given.
    The contradicting -d seems to overrule it.
    
    We can fix this more easily by appending a slash to the path:
    
            $ ls -ld /var/mail/
            drwxrwxr-t 2 root root 4096 Apr 29 06:36 /var/mail//
    
    Without the slash it was:
    
            $ ls -ld /var/mail
            lrwxrwxrwx 1 root root 10 Nov 22  2011 /var/mail -> spool/mail/
    
    This small change does it for one level of indirection.
    This should be sufficient.

:100644 100644 b8f41f22... 2cda6e08... M	configure.ac

commit 1e9a7f8082f2ea4b496827be6b9ebbc4ac145839
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Aug 7 15:22:23 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Aug 10 10:33:59 2015 +0200

    Ignore empty MIME parameter
    
    If a message contains an empty parameter, we only produce a warning.

:100644 100644 7a15b75b... f520e03d... M	uip/mhparse.c

commit 0b4cb45a0dd18d07f6af9d77283ee369bd17b14e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Tue Aug 4 21:26:14 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Mon Aug 10 10:18:30 2015 +0200

    Ignore wrong encoding in multipart/*
    
    If a multipart message has an encoding other then
    7bit or 8bit, 7bit encoding is assumed.

:100644 100644 fad75d7f... 7a15b75b... M	uip/mhparse.c

commit caa8041a6870b8ce1a92f4384d25599e247b0961
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 31 02:10:32 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jun 11 18:50:01 2015 +0200

    remove dublicated code in uip/spost
    
    To avoid bugs like in commit dc81afc84b4d53177a1c4

:100644 100644 163c1e6d... ee70385e... M	uip/spost.c

commit 8aeebaf757a1588ae2836965f5443ca7dc3a0257
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun May 31 00:53:11 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jun 11 16:49:18 2015 +0200

    fix bug if multible mbox in From-field
    
    Now the first address of the user is used, if multible addresses
    are in the From-field. If non of the addresses is an address
    of the user, the the behaviour has not changed.

:100644 100644 ac2843fd... 163c1e6d... M	uip/spost.c

commit dc81afc84b4d53177a1c4fb9fd6fea0ec2912825
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat May 2 14:36:50 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat May 2 14:46:35 2015 +0200

    bugfix for a memory-reuse bug spost and whom
    
    spost and whom use add to initialize a temporary char*.
    This pointer maybe points to internal data or already freed
    memory. Now getcpy is used.

:100644 100644 48f97978... ac2843fd... M	uip/spost.c
:100644 100644 e61dc623... 4b15fbdc... M	uip/whom.c

commit 43c31a90ba57b93a5504c39a28b9ef55a9b6e801
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 29 07:03:09 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 29 07:03:09 2015 +0200

    spost: Refactor braces, comments, etc.

:100644 100644 48f97978... b5fac127... M	uip/spost.c

commit 19b66d5b25c2c07b7bcceaa7c128ab60f9b34793
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 29 06:47:13 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 29 06:47:13 2015 +0200

    gitignore: More specific ignore patterns
    
    I frequently make temporary backups this way:
            cp uip/foo.c uip/foo.c.1
    These files were ignored, although this ignore filter was meant
    for the created man pages in section 1 only.

:100644 100644 b9250e08... d7aa3f5b... M	.gitignore

commit eda302e1f049eae6b429a12c5526600eea6a02e1
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Apr 19 00:53:14 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 19 19:29:06 2015 +0200

    Add "Default-From" config option
    
    The "Default-From" config option is used, if the Draft
    don't contain a From header. If the draft contains a From
    header and it's not from the user it's used as the Sender
    header.
    
    Bug: If the From-header contains more then one addresse
    and one is from the user, no Sender-header is attached.

:100644 100644 5e02d9f0... 9b052c9a... M	man/mh-profile.man5
:100644 100644 c66ba10a... db783ef6... M	man/spost.man8
:100644 100644 476227ba... 48f97978... M	uip/spost.c

commit 37388292edf9ca9e8236297ed5f777ab4b15b7cc
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Dec 6 15:20:12 2014 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 19 17:05:20 2015 +0200

    Use realpath to find the mailspool
    
    inc is istalled with setgid-flag if the mailspool
    isn't world writeable and dot-locking is used. This
    work now if the mailspool is a sysmlink.

:100644 100644 fda0e5a4... b8f41f22... M	configure.ac

commit cf1205b5cbea2f0cd6ea710ec16c637df85b647c
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Tue Apr 14 15:29:56 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Apr 19 14:15:21 2015 +0200

    Use sysexits.h for better exit-codes
    
    The sysexits header describe some standard exit-codes, which should
    be used. adios has now a status argument so sysexits.h can be used.

:100644 100644 cfc0dc50... 8ea5ab51... M	docs/TODO
:100644 100644 f162ef51... 3512ef7f... M	h/prototypes.h
:100644 100644 e7590887... d7894c54... M	sbr/addrsbr.c
:100644 100644 32dd37f7... 205c8c9e... M	sbr/brkstring.c
:100644 100644 166fe592... 5886c5ee... M	sbr/context_read.c
:100644 100644 ac0dbfdf... 10d4d427... M	sbr/context_save.c
:100644 100644 6fa21f7e... 9cd8d38b... M	sbr/cpydata.c
:100644 100644 a9e5bc6e... 090cd717... M	sbr/cpydgst.c
:100644 100644 28f3255a... 1841ce40... M	sbr/error.c
:100644 100644 28ef8105... c10421d2... M	sbr/execprog.c
:100644 100644 d299efc4... ce35de91... M	sbr/fmt_compile.c
:100644 100644 e71b8d02... 8ddd3c16... M	sbr/fmt_new.c
:100644 100644 0616d17d... a8e773a9... M	sbr/fmt_scan.c
:100644 100644 0ecf382b... 8e5fd0a2... M	sbr/folder_delmsgs.c
:100644 100644 8b0d67d2... 47b9281e... M	sbr/folder_realloc.c
:100644 100644 e97dd1e8... b3659f98... M	sbr/m_draft.c
:100644 100644 a3852feb... 12d05b98... M	sbr/m_getfld.c
:100644 100644 90d3a273... f95a758f... M	sbr/path.c
:100644 100644 d93d04bd... 171ecf8a... M	sbr/readconfig.c
:100644 100644 40b84746... eb483b7b... M	sbr/seq_msgstats.c
:100644 100644 bfecaf01... ff01c427... M	sbr/seq_read.c
:100644 100644 1a9093d8... f23e1d03... M	sbr/utils.c
:100644 100644 bd01a2c7... 3e71ad0b... M	sbr/vfgets.c
:100644 100644 e7bc90f6... c6b028cb... M	uip/ali.c
:100644 100644 7a65a7fc... 1c971791... M	uip/anno.c
:100644 100644 a74eb961... af97e9ec... M	uip/ap.c
:100644 100644 21b218ba... 37dc9b17... M	uip/burst.c
:100644 100644 62e4cd22... 159d7e76... M	uip/comp.c
:100644 100644 21c67028... 07107127... M	uip/dist.c
:100644 100644 b6efbe84... 1cbb7ed5... M	uip/dp.c
:100644 100644 c0a056c8... 091def78... M	uip/flist.c
:100644 100644 884aa4fe... c9b28cf7... M	uip/fmtdump.c
:100644 100644 84b43650... 77029dc1... M	uip/folder.c
:100644 100644 91ce04a8... c754b278... M	uip/forw.c
:100644 100644 1cac19fd... 368bce3f... M	uip/inc.c
:100644 100644 57a65530... a6ac480e... M	uip/mark.c
:100644 100644 c862bc34... de2cf459... M	uip/mhbuild.c
:100644 100644 386cf95c... c201a951... M	uip/mhl.c
:100644 100644 ceb9336c... c4682b4a... M	uip/mhlist.c
:100644 100644 a59e0e88... 2a4f5041... M	uip/mhlistsbr.c
:100644 100644 eea92b72... 1515858b... M	uip/mhmail.c
:100644 100644 1d953772... 6ac0a220... M	uip/mhparam.c
:100644 100644 a3259264... fad75d7f... M	uip/mhparse.c
:100644 100644 47146f4f... c400fa6d... M	uip/mhpath.c
:100644 100644 3713495e... 9ae5bf0f... M	uip/mhshow.c
:100644 100644 f6d86cda... aeaf0e8e... M	uip/mhshowsbr.c
:100644 100644 74442ad5... 4234d25f... M	uip/mhstore.c
:100644 100644 c31a2dcc... 5b47f22c... M	uip/mhtest.c
:100644 100644 e95ee6ab... 90e2da71... M	uip/new.c
:100644 100644 78f64c04... c81db88d... M	uip/packf.c
:100644 100644 07dca9a9... a487adcf... M	uip/pick.c
:100644 100644 2bcd92a2... 0ca1e83a... M	uip/prompter.c
:100644 100644 4e052ccd... 4027ea2c... M	uip/rcvdist.c
:100644 100644 4c271dff... bd6bacbf... M	uip/rcvpack.c
:100644 100644 61a91b24... 9c842701... M	uip/rcvstore.c
:100644 100644 17e6d614... 01f205be... M	uip/refile.c
:100644 100644 a5864c11... 0ff86b81... M	uip/repl.c
:100644 100644 615369ca... f2460042... M	uip/rmf.c
:100644 100644 520ce036... f99dcbc7... M	uip/rmm.c
:100644 100644 f53cf1dd... 0f755ca2... M	uip/scan.c
:100644 100644 4fa5a0d9... 9c74f04f... M	uip/scansbr.c
:100644 100644 41ef92a5... ec9b76db... M	uip/send.c
:100644 100644 41f986dc... eac77e49... M	uip/slocal.c
:100644 100644 734b63b9... 802e010a... M	uip/sortm.c
:100644 100644 449d1a71... 476227ba... M	uip/spost.c
:100644 100644 cd72e446... 7e54929f... M	uip/whatnow.c
:100644 100644 3d3eb846... e61dc623... M	uip/whom.c

commit d254c5e2ad008f26d5fda43c3f24f0a711c7e851
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Tue Apr 14 14:33:36 2015 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Tue Apr 14 14:33:36 2015 +0200

    reinclude some headers
    
    These includes are necessary to compile on FreeBSD.

:100644 100644 8e8c11ac... f9ed6455... M	h/mh.h
:100644 100644 f97f65be... 47ae79e0... M	sbr/dtime.c
:100644 100644 60a8d82c... 42b35723... M	sbr/dtimep.lex
:100644 100644 cb0cb1c4... cab45f54... M	sbr/pidstatus.c

commit 2abb9a7cfb0930e27062088734d306e7d78e4cc2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Apr 10 12:30:56 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Apr 10 12:30:56 2015 +0200

    Move #include from h/mh.h to source files
    
    Included files should not include further files. Now, only the
    necessary files are included and not all of them in every file.
    
    A large bunch of this work is done, but there are some more
    nested include files.

:100644 100644 17d5c2f8... 8e8c11ac... M	h/mh.h
:100644 100644 5c519e9f... 4a57656f... M	sbr/concat.c
:100644 100644 abf666c6... 166fe592... M	sbr/context_read.c
:100644 100644 048579eb... 6fa21f7e... M	sbr/cpydata.c
:100644 100644 b788fefb... a9e5bc6e... M	sbr/cpydgst.c
:100644 100644 59ec9520... b59a8e7e... M	sbr/crawl_folders.c
:100644 100644 599b91d0... 28f3255a... M	sbr/error.c
:100644 100644 f1f03bcd... 28ef8105... M	sbr/execprog.c
:100644 100644 1fc5f36d... d299efc4... M	sbr/fmt_compile.c
:100644 100644 9fd34c8e... e71b8d02... M	sbr/fmt_new.c
:100644 100644 1f55a651... 0616d17d... M	sbr/fmt_scan.c
:100644 100644 69083cc8... 4cc8d6c6... M	sbr/folder_addmsg.c
:100644 100644 17b99bef... 0ecf382b... M	sbr/folder_delmsgs.c
:100644 100644 159949a0... ec51d64e... M	sbr/folder_read.c
:100644 100644 c90bfefd... c62eb772... M	sbr/gans.c
:100644 100644 9bac0e52... 4de8a892... M	sbr/getanswer.c
:100644 100644 b1879b38... bdce7bbb... M	sbr/lock_file.c
:100644 100644 b903b7e8... 0dcbffe4... M	sbr/m_atoi.c
:100644 100644 85d4e587... 7f2a7a8e... M	sbr/m_convert.c
:100644 100644 059e0e37... a3852feb... M	sbr/m_getfld.c
:100644 100644 4c7703cd... ff5d00c7... M	sbr/m_mktemp.c
:100644 100644 ea393852... c4870dd7... M	sbr/makedir.c
:100644 100644 a65d9de0... b52740df... M	sbr/mts.c
:100644 100644 21796a7a... 90d3a273... M	sbr/path.c
:100644 100644 a61dd9c0... 54d63eed... M	sbr/seq_nameok.c
:100644 100644 745fa25b... f546cb89... M	sbr/seq_save.c
:100644 100644 608b4a58... d59c10c8... M	sbr/strcasecmp.c
:100644 100644 9f08d99d... 249faf9c... M	sbr/trim.c
:100644 100644 64dd8487... 0d7f58a8... M	sbr/trimcpy.c
:100644 100644 297ad45c... 1a9093d8... M	sbr/utils.c
:100644 100644 4d7617bf... e7bc90f6... M	uip/ali.c
:100644 100644 8b32826b... 97f0c342... M	uip/aliasbr.c
:100644 100644 0483dffc... 7a65a7fc... M	uip/anno.c
:100644 100644 41554d7e... a74eb961... M	uip/ap.c
:100644 100644 db2ddc68... 21b218ba... M	uip/burst.c
:100644 100644 f8675932... 62e4cd22... M	uip/comp.c
:100644 100644 47d7ed50... 21c67028... M	uip/dist.c
:100644 100644 42c3ce87... cf668ad0... M	uip/distsbr.c
:100644 100644 22e725c3... b6efbe84... M	uip/dp.c
:100644 100644 5b5cf0ee... 5fbbb617... M	uip/dropsbr.c
:100644 100644 c0c8b5f6... c0a056c8... M	uip/flist.c
:100644 100644 dd5dbcb1... 884aa4fe... M	uip/fmtdump.c
:100644 100644 e46519b5... 84b43650... M	uip/folder.c
:100644 100644 1ba80eed... 91ce04a8... M	uip/forw.c
:100644 100644 33672de6... 1cac19fd... M	uip/inc.c
:100644 100644 e58ec64d... 57a65530... M	uip/mark.c
:100644 100644 2ffd09ce... c862bc34... M	uip/mhbuild.c
:100644 100644 c9a04188... c8730669... M	uip/mhfree.c
:100644 100644 09fa3665... 386cf95c... M	uip/mhl.c
:100644 100644 cf55c4cf... ceb9336c... M	uip/mhlist.c
:100644 100644 08f35c73... a59e0e88... M	uip/mhlistsbr.c
:100644 100644 9936261f... eea92b72... M	uip/mhmail.c
:100644 100644 0c8e644a... 0f0a8d60... M	uip/mhmisc.c
:100644 100644 e83932c5... a3259264... M	uip/mhparse.c
:100644 100644 67408ed9... 47146f4f... M	uip/mhpath.c
:100644 100644 e56b6120... 3713495e... M	uip/mhshow.c
:100644 100644 fe40f9d8... f6d86cda... M	uip/mhshowsbr.c
:100644 100644 63fa5abc... 74442ad5... M	uip/mhstore.c
:100644 100644 aa7e411e... c31a2dcc... M	uip/mhtest.c
:100644 100644 04fb949b... e95ee6ab... M	uip/new.c
:100644 100644 f9d02e8f... 78f64c04... M	uip/packf.c
:100644 100644 d31f9b80... 07dca9a9... M	uip/pick.c
:100644 100644 e42e8df7... 2bcd92a2... M	uip/prompter.c
:100644 100644 c3650595... 4e052ccd... M	uip/rcvdist.c
:100644 100644 352f785b... 4c271dff... M	uip/rcvpack.c
:100644 100644 0b5ad85c... 61a91b24... M	uip/rcvstore.c
:100644 100644 96f355a6... 17e6d614... M	uip/refile.c
:100644 100644 42bcfdc5... a5864c11... M	uip/repl.c
:100644 100644 164ec77b... 615369ca... M	uip/rmf.c
:100644 100644 03d4568b... 520ce036... M	uip/rmm.c
:100644 100644 29aea656... f53cf1dd... M	uip/scan.c
:100644 100644 865f2f72... 4fa5a0d9... M	uip/scansbr.c
:100644 100644 234dfb29... 41ef92a5... M	uip/send.c
:100644 100644 17be186b... 41f986dc... M	uip/slocal.c
:100644 100644 0230495e... 734b63b9... M	uip/sortm.c
:100644 100644 bfa8f4be... 449d1a71... M	uip/spost.c
:100644 100644 29693973... cd72e446... M	uip/whatnow.c
:100644 100644 e20df682... 1ccd2096... M	uip/whatnowproc.c
:100644 100644 fb77ab37... 3d3eb846... M	uip/whom.c

commit fe6c01d9f21c739dc729288ea350db865c5dbf95
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Apr 10 11:21:12 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Apr 10 11:21:12 2015 +0200

    Remove h/nmh.h
    
    Move its contents to h/mh.h.
    
    Remove the NLENGTH macro on the way, be cause it is not used.

:100644 100644 2633228c... fda0e5a4... M	configure.ac
:100644 100644 78db70b2... 31987b59... M	h/Makefile.in
:100644 100644 75245e05... a39689d5... M	h/mf.h
:100644 100644 6b8f4a97... 17d5c2f8... M	h/mh.h
:100644 000000 3da6a140... 00000000... D	h/nmh.h
:100644 100644 2f8e5dc2... f97f65be... M	sbr/dtime.c
:100644 100644 83edbffe... 60a8d82c... M	sbr/dtimep.lex
:100644 100644 69afff8a... 17809976... M	sbr/mf.c
:100644 100644 95c0a3f9... a65d9de0... M	sbr/mts.c
:100644 100644 3c3e1052... 5b5cf0ee... M	uip/dropsbr.c

commit 3113d18bf20013be27c9aabc8aafcab9a6a8643e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Apr 10 10:59:30 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Apr 10 10:59:30 2015 +0200

    Minimize the include
    
    It's not necessary to include <h/signals.h>, <signal.h> is enough.

:100644 100644 0fbe33f7... e83932c5... M	uip/mhparse.c

commit 803fbeb16fac49e0b6b1bdf1e4c2874bcf901749
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 9 12:44:58 2015 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 9 12:44:58 2015 +0200

    Fix FTBFS bug introduced by 600379c
    
    One #include of h/signals.h is still necessary.

:100644 100644 fc5d5707... 0fbe33f7... M	uip/mhparse.c

commit 55eda7c77fdf33b0a7175968471df55e2600379c
Author:     David Levine <levinedl@acm.org>
AuthorDate: Fri Feb 13 21:31:48 2015 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Mar 12 00:04:18 2015 +0100

    Removed unnecessary #include of h/signals.h.

:100644 100644 ba0d9781... 2ffd09ce... M	uip/mhbuild.c
:100644 100644 dc85bcc6... 08f35c73... M	uip/mhlistsbr.c
:100644 100644 4d04b652... 21c2e263... M	uip/mhoutsbr.c
:100644 100644 f4c26cc8... fc5d5707... M	uip/mhparse.c

commit 4e4c5eeaffc0ff9e341c1562a02c1749a9a06dbe
Author:     Marcin Cieslak <saper@saper.info>
AuthorDate: Tue Feb 10 14:18:05 2015 +0000
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Mar 11 23:53:36 2015 +0100

    Fixed the error message in lockit() when it fails to create tmp file.

:100644 100644 d15c9395... b1879b38... M	sbr/lock_file.c

commit 24756fd85e33a76ac495073e90a7a56cb7f6103c
Author:     David Levine <levinedl@acm.org>
AuthorDate: Fri Feb 13 22:22:21 2015 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Mar 11 23:53:36 2015 +0100

    Removed m_chkids(), per suggestion of Marcin Cieslak.

:100644 100644 d1371d01... ac0dbfdf... M	sbr/context_save.c

commit bb2dc190d836a871640e68feee28b290e554390d
Author:     David Levine <levinedl@acm.org>
AuthorDate: Fri Feb 13 21:30:41 2015 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Mar 11 23:53:36 2015 +0100

    Removed #include of signal.h because it's in h/signals.h.

:100644 100644 eb85a4a2... 3da6a140... M	h/nmh.h
:100644 100644 480bf6d0... 1e1dde16... M	h/signals.h

commit 0a96784b09f85f33437936b5dcfa819a33fa5bac
Author:     Marcin Cieslak <saper@saper.info>
AuthorDate: Thu Feb 12 21:09:26 2015 -0600
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Wed Mar 11 23:53:33 2015 +0100

    Replaced setgid() calls with setegid() so that it works with dot
    locking on FreeBSD.  setegid() should be supported on modern POSIX
    systems.

:100644 100644 8a05c6a0... 33672de6... M	uip/inc.c

commit 77ce143a56ef8238d974fd7e1e893516ec58772f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Mar 7 01:41:12 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Mar 7 01:41:12 2015 +0100

    remove declaration of child_id in slocal:usr_pipe
    
    Now the global version is used, so the signal handler
    works correct.

:100644 100644 cf9a9b0f... 17be186b... M	uip/slocal.c

commit 92005d4291ac03dae4481c72d1549b2f75264cb9
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Feb 22 23:26:38 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 23:26:38 2015 +0100

    return -1 if fork(2) fails in execprog
    
    If fork in execprog fails and return 1 there is now
    way to different between a proces witch return 1.
    Thanks Marcin Cieslak <saper@saper.info> for reporting.

:100644 100644 ce383077... f1f03bcd... M	sbr/execprog.c

commit c72e2386fd126324e3b699d4b37f71a3c40f56bc
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 21 12:09:33 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 23:19:11 2015 +0100

    remove longjmp from signal handler in mhl
    
    To avoid undefined behavior set an interrupt flag
    in the signal handler.

:100644 100644 54036735... 09fa3665... M	uip/mhl.c

commit 62b0c6727235a0bc560179dbf6b13d252716c02c
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 21 11:38:18 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 23:15:51 2015 +0100

    remove longjmp in signalhandler of slocal
    
    To avoid undefined behavior kill the child process
    in the signal handler and set an interrupt flag.

:100644 100644 6a622846... 4a282fca... M	h/rcvmail.h
:100644 100644 ff8df8c8... cf9a9b0f... M	uip/slocal.c

commit 11f38fca55972832ee09a3b1ac8693050500545b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 21 11:05:43 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 23:12:15 2015 +0100

    remove longjmp in signalhandler of prompter
    
    to avoid undefined behavior use close(2) in the signal handler

:100644 100644 4d0ce860... e42e8df7... M	uip/prompter.c

commit 8edab16f7a56c8e822f94609b69c4f95ee2eec3b
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Feb 21 11:03:26 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 23:10:00 2015 +0100

    remove longjmp from signalhandler in getans
    
    To avoid undefined behavior use close in the signal handler.

:100644 100644 7254d6bd... f3cea273... M	sbr/getans.c

commit 1201af682c2a7e34d4d598e62718306b885a187e
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Feb 22 14:26:27 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Feb 22 22:54:32 2015 +0100

    nonstatic function for atexit, check if atexit fails
    
    atexit needs nonstatic functions to work correct. The
    error check is importent, because atexit can fail for
    some reasons and the cleanup woulden't work.

:100644 100644 213cc5dd... 8a05c6a0... M	uip/inc.c
:100644 100644 6e0861ea... ba0d9781... M	uip/mhbuild.c
:100644 100644 8c7e51d2... cf55c4cf... M	uip/mhlist.c
:100644 100644 9bc7ed32... e56b6120... M	uip/mhshow.c
:100644 100644 6a268f23... 63fa5abc... M	uip/mhstore.c
:100644 100644 a1718db7... aa7e411e... M	uip/mhtest.c
:100644 100644 6c59add7... d31f9b80... M	uip/pick.c
:100644 100644 d3e41001... c3650595... M	uip/rcvdist.c
:100644 100644 fbddda7f... 0b5ad85c... M	uip/rcvstore.c

commit f9ed40f2742263b3a1023bedee4139b4b18f0a86
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 14 17:29:22 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 14 17:29:22 2015 +0100

    Refactor: Use if for two-way branching; Compare against 0 explicitly
    
    I think that the use of switch for the two-way branches could have
    been a performance optimization. I think it's clearer to use if,
    especially in the fall-through case.
    
    As setjmp() is known to return with either 0 or something else, we
    should compare against 0 and not against some define (for which I
    again and again wonder if it stands for 0 or for 1).

:100644 100644 fedf78fa... 8c2e4af0... M	uip/mhl.c
:100644 100644 823760ef... ef33db96... M	uip/prompter.c
:100644 100644 ed6b08d8... 13ae7614... M	uip/send.c

commit 2f43405ca3cccdfc56faca7a8b6b0d6913cf45aa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 14 17:28:05 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 14 17:28:05 2015 +0100

    Fix minor coding style issues (whitespace)

:100644 100644 c66b7cfe... afa67cee... M	uip/mhlist.c
:100644 100644 e94c2593... 58c5969c... M	uip/pick.c

commit 822e01d48920e30e281c5144ae0977ac2bf27549
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 14 17:27:11 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 14 17:27:11 2015 +0100

    Remove unnecessary headers

:100644 100644 af460e6a... e187f59b... M	uip/mhparse.c
:100644 100644 71c16992... fe40f9d8... M	uip/mhshowsbr.c
:100644 100644 ae812ad3... f28d867d... M	uip/mhstore.c

commit a26d3f6e071fa5704406317fe50a1805659ed2f8
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Jan 30 02:25:17 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Feb 13 19:19:33 2015 +0100

    distout and ready_msg return NOTOK on error
    
    If distout or ready_msg fails, the cleanup of send is done.

:100644 100644 a9a52b10... 42c3ce87... M	uip/distsbr.c

commit 965fe13d3f17c03059f172d4b6df0e53d0240433
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 12 07:49:33 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 12 07:49:33 2015 +0100

    mhmail: use execprog()

:100644 100644 7e170a8b... e79d874b... M	uip/mhmail.c

commit 556440fbe435fee96348ca56e44c015149e5f7da
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 12 07:40:50 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 12 07:40:50 2015 +0100

    sbr/execprog.c: Fix the return value
    
    Use pidXwait(), which invokes pidstatus(), here for error reporting.
    This eases the use of execprog() because we don't have to call it
    there everytime. However, it might be unwanted to put the error
    printing stuff into execprog() because we might have an invokation
    of execprog() that want's to deal with errors itself in a different
    way. If this would be the case, then we likely should change
    pidXwait() to pidwait() and call pidstatus(execprog()).

:100644 100644 9cc88797... ce383077... M	sbr/execprog.c

commit 24493820bd28199ac23a81a5444cd2ebfb9c1f9c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 11 08:11:53 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 11 08:11:53 2015 +0100

    Minor clarifications in mhmail(1)

:100644 100644 b2381c17... acecbbc8... M	man/mhmail.man1

commit 1ba1ca6484d35f40b87d515302ea76e7b7b01f32
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 11 08:04:35 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 11 08:04:35 2015 +0100

    Update the man pages to the shortened reserved sequence names
    
    These reserved sequence names were shortened to one character
    long ago in the code. Now the docs are adjusted to that change.
    
    Thanks to Marcin for spotting it.

:100644 100644 d545f2de... 97720315... M	man/anno.man1
:100644 100644 b5babf60... a13e476b... M	man/burst.man1
:100644 100644 8e27f663... 773663bc... M	man/dist.man1
:100644 100644 ae4f6708... 8091c423... M	man/forw.man1
:100644 100644 6577f64d... dacf4ce2... M	man/mark.man1
:100644 100644 40ab6264... 04c84465... M	man/mh-draft.man7
:100644 100644 60568edc... 516b8afd... M	man/mh-sequence.man7
:100644 100644 e0724b27... 80bdccad... M	man/mhlist.man1
:100644 100644 1c35fcd1... d5d3327d... M	man/mhpath.man1
:100644 100644 8445a5f4... e4fdfdce... M	man/mhstore.man1
:100644 100644 7b1263fd... 42971fec... M	man/pick.man1
:100644 100644 3bc85f7b... 47f825be... M	man/refile.man1
:100644 100644 c0feecbd... 698d9c82... M	man/repl.man1
:100644 100644 07d6cc3e... 07af34f7... M	man/rmm.man1
:100644 100644 f7b30fd1... d4f90d16... M	man/show.man1

commit 4398a8488b5490571e6a82d4918c892828f88816
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Thu Jan 29 23:02:58 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Thu Jan 29 23:02:58 2015 +0100

    Initialize status in uip/send.c
    
    Thanks Marcin Cieslak <saper@saper.info> for reporting.

:100644 100644 07f25457... 492f027c... M	uip/send.c

commit fa591538beda05e6ce89323128705beabe4f543f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 17 23:46:30 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 18 00:49:51 2015 +0100

    remove done finaly
    
    removed the used of done in sbr and the dafinition
    in the header. Also the source file is removed.

:100644 100644 9d22c2b1... 6b8f4a97... M	h/mh.h
:100644 100644 9729346b... e5d8ffd9... M	sbr/Makefile.in
:100644 000000 3545d108... 00000000... D	sbr/done.c
:100644 100644 d8313cec... 599b91d0... M	sbr/error.c
:100644 100644 3659ff3d... e97dd1e8... M	sbr/m_draft.c

commit b284ee1b3c718e41bdcab6600532025b8743d477
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 17 23:43:28 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sun Jan 18 00:49:38 2015 +0100

    remove last rests of done in uip
    
    At some points done was used as callback funktion.

:100644 100644 92ee4962... e46519b5... M	uip/folder.c
:100644 100644 159e0108... 213cc5dd... M	uip/inc.c
:100644 100644 cdada9ba... 96f355a6... M	uip/refile.c

commit 96d10c193324201ef8acb622ed13e9a5ecb59827
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Jan 16 22:31:04 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 17 15:09:25 2015 +0100

    Remove done from mhl pick and send
    
    Second part of removing done, to make the code
    better to read. This tools needed some refactoring
    before done could removed. Next step is removing
    done from sbr.

:100644 100644 fedf78fa... 45113f3c... M	uip/mhl.c
:100644 100644 e94c2593... ae1fa03f... M	uip/pick.c
:100644 100644 ed6b08d8... 07f25457... M	uip/send.c

commit 2823e13f67239db7deb7274f3a47bfbff56c7c64
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 17 02:00:22 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 17 02:00:22 2015 +0100

    Initialize vecp in send anno()
    
    Access to an uninialized variable can cause
    a a buffer overflow or underrun.
    (Thanks to the compiler for reporting.)

:100644 100644 b85963de... ed6b08d8... M	uip/send.c

commit b03bb1d9c9cd73aeac2b4003115b5546905433cd
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sat Jan 17 01:01:57 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Jan 17 01:36:52 2015 +0100

    Add tests for pick
    
    Add two patches for pick. One to test the normale behavior,
    and one to test if a ``0'' is print to stdout when no message is
    find.

:000000 100644 00000000... bd1a2e70... A	test/tests/pick/test-normal-output
:000000 100644 00000000... 8d962240... A	test/tests/pick/test-output-on-error

commit a40e399a346d4aef26ad6ea583558cdf00751c1f
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri Jan 16 20:48:09 2015 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 16 20:48:09 2015 +0100

    Bugfix in pick.c
    
    Undo last last commit in uip/pick.c. pick shoud only print "0" if
    it exit with a non-zero exit.

:100644 100644 7c42b42a... e94c2593... M	uip/pick.c

commit fede6e42d81ce34fd5c1bbe7fb2757b281c2573a
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Sun Dec 14 14:45:35 2014 +0100
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Fri Jan 16 19:18:08 2015 +0100

    Replace done with exit at uip
    
    Replace done with exit in most sourcefiles of uip. This makes the
    code better to read. If the done was overwritten by an externel function
    atexit() is used instand.
    
    send.c and mhl.c are excluded, because need a bit rewrite first.

:100644 100644 2c80147e... 4d7617bf... M	uip/ali.c
:100644 100644 e8742385... 0483dffc... M	uip/anno.c
:100644 100644 c293a532... 41554d7e... M	uip/ap.c
:100644 100644 e657c33f... db2ddc68... M	uip/burst.c
:100644 100644 4768fc4a... f8675932... M	uip/comp.c
:100644 100644 c1f4f9d3... 47d7ed50... M	uip/dist.c
:100644 100644 1a91678f... 22e725c3... M	uip/dp.c
:100644 100644 057d5f4e... c0c8b5f6... M	uip/flist.c
:100644 100644 a0e6e140... dd5dbcb1... M	uip/fmtdump.c
:100644 100644 8638151e... 92ee4962... M	uip/folder.c
:100644 100644 57e508f0... 1ba80eed... M	uip/forw.c
:100644 100644 f737d698... 159e0108... M	uip/inc.c
:100644 100644 d4a3729e... e58ec64d... M	uip/mark.c
:100644 100644 fde4a1d7... 6e0861ea... M	uip/mhbuild.c
:100644 100644 bf3382c5... c9a04188... M	uip/mhfree.c
:100644 100644 c66b7cfe... 8c7e51d2... M	uip/mhlist.c
:100644 100644 7e170a8b... 46b16fd2... M	uip/mhmail.c
:100644 100644 dce2d753... 1d953772... M	uip/mhparam.c
:100644 100644 af460e6a... 205c41a0... M	uip/mhparse.c
:100644 100644 a8de5cb2... 67408ed9... M	uip/mhpath.c
:100644 100644 0b49b7e8... 9bc7ed32... M	uip/mhshow.c
:100644 100644 ae812ad3... 5b56b090... M	uip/mhstore.c
:100644 100644 1c1684f4... a1718db7... M	uip/mhtest.c
:100644 100644 a43a710f... 1ea90103... M	uip/new.c
:100644 100644 763b6e70... f9d02e8f... M	uip/packf.c
:100644 100644 e94c2593... 7c42b42a... M	uip/pick.c
:100644 100644 823760ef... 03038a6b... M	uip/prompter.c
:100644 100644 2ba60977... d3e41001... M	uip/rcvdist.c
:100644 100644 79c34504... 352f785b... M	uip/rcvpack.c
:100644 100644 bb14ed98... fbddda7f... M	uip/rcvstore.c
:100644 100644 b07c32d2... cdada9ba... M	uip/refile.c
:100644 100644 e5fbc0ff... 42bcfdc5... M	uip/repl.c
:100644 100644 a0c68a36... 164ec77b... M	uip/rmf.c
:100644 100644 f6026411... 9401d2be... M	uip/rmm.c
:100644 100644 ba90e401... 29aea656... M	uip/scan.c
:100644 100644 837f038d... ff8df8c8... M	uip/slocal.c
:100644 100644 ed091815... 0230495e... M	uip/sortm.c
:100644 100644 b65e4c42... bfa8f4be... M	uip/spost.c
:100644 100644 914e2989... fbc85822... M	uip/whatnow.c
:100644 100644 57fddc8e... fb77ab37... M	uip/whom.c

commit 379b1bf4d085439639e7c535aac08345809dd6aa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 21:40:53 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 21:43:15 2015 +0100

    new: Fix a pointer problem
    
    I should learn to get such stuff right without the need to draw
    the memory layout with boxes and lines on paper ...
    
    Thanks to the test suite for catching this one!

:100644 100644 a43a710f... 1ee95ffd... M	uip/new.c

commit 208338019e6adf22c0636baa07a6d0c61d8357fc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 21:27:09 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 21:27:09 2015 +0100

    send: Fix uninitialied variable

:100644 100644 b85963de... ed6b08d8... M	uip/send.c

commit e40f90484354303f9ff03878f3b15b3c72b215c2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 21:18:03 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 21:18:03 2015 +0100

    whatnow: Use execprog() ... one more time

:100644 100644 163a02ec... 4f8d9563... M	uip/whatnow.c

commit edfe67020b9039e59e318cfc7831e033bd3e2615
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 21:13:08 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 21:13:08 2015 +0100

    whatnow: No need to fork
    
    Plus refactoring.

:100644 100644 914e2989... 163a02ec... M	uip/whatnow.c

commit a546ac5c47c1053b3d03cc686d1c900f601ea237
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 20:50:50 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 20:50:50 2015 +0100

    sbr/ext_hook.c: Use execprog(); Refactoring

:100644 100644 771d5589... 0f3bd792... M	sbr/ext_hook.c

commit 25e91f307475ef5b7e60b882299e0208398389c2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 20:30:15 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 20:30:15 2015 +0100

    rmm: Use execprog() instead of own fork-exec

:100644 100644 f6026411... 33ae9dad... M	uip/rmm.c

commit c62aa648e80ae81ac4aa354ab15783c8fb172514
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 18:04:06 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 18:04:06 2015 +0100

    Remove unused variable

:100644 100644 7e80bc40... b85963de... M	uip/send.c

commit 43b38cc6c82b85aff3a5868289ecebeb20215b9c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 17:53:20 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 17:53:20 2015 +0100

    Convert pidXwait() from macro to function
    
    Plus some refactoring and syntactic sugar in pidstatus().

:100644 100644 f3fda880... 9d22c2b1... M	h/mh.h
:100644 100644 1333a84b... f162ef51... M	h/prototypes.h
:100644 100644 edd67490... cb0cb1c4... M	sbr/pidstatus.c

commit bcee4360d0113d2cbc71c9b0d13495327894e454
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 15 17:08:55 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 15 17:08:55 2015 +0100

    Don't save the context within execprog()
    
    This context_save() call was copied there accidently.

:100644 100644 6a4a912d... 9cc88797... M	sbr/execprog.c

commit e8ac33e207bd0ac7efa723d32687156a9924c3f8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 22:24:34 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 22:24:34 2015 +0100

    send: Convert system() to execprog() ... second half
    
    Now only uip/spost.c has one left.

:100644 100644 3c2db0ea... 7e80bc40... M	uip/send.c

commit 04e93dabf152cc30d0aeb043d65f911ef765a176
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 21:56:54 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 21:56:54 2015 +0100

    send: Convert system() to execprog() ... partly

:100644 100644 c2c9f178... 3c2db0ea... M	uip/send.c

commit 1e42112bb983f886f389b1fa3ef4d90a4dad4f91
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 21:22:02 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 21:22:02 2015 +0100

    forw: convert system() to execprog(); fix buffer check

:100644 100644 54b7c074... 57e508f0... M	uip/forw.c

commit db62cda50055368e5f4ac51df787053f70706c30
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 08:23:39 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 08:23:39 2015 +0100

    Cleanup of code layout only

:100644 100644 0185bd83... 59ec9520... M	sbr/crawl_folders.c
:100644 100644 738ffd59... 2f8e5dc2... M	sbr/dtime.c
:100644 100644 133a9ab1... 83edbffe... M	sbr/dtimep.lex
:100644 100644 173f12d4... 1fc5f36d... M	sbr/fmt_compile.c
:100644 100644 4e8231fc... faa3cc2c... M	sbr/fmt_rfc2047.c
:100644 100644 ec086a13... 1f55a651... M	sbr/fmt_scan.c
:100644 100644 4265763b... 159949a0... M	sbr/folder_read.c
:100644 100644 e69b833f... 8b0d67d2... M	sbr/folder_realloc.c
:100644 100644 ce33c2ea... 14c9a23d... M	sbr/getarguments.c
:100644 100644 5bd6bbba... 059e0e37... M	sbr/m_getfld.c
:100644 100644 6338a6ef... 69afff8a... M	sbr/mf.c
:100644 100644 c4e1e758... edd67490... M	sbr/pidstatus.c
:100644 100644 f051e38b... 148ecb90... M	sbr/seq_list.c

commit 6e5da31c92f5a3fa38e010052c5a7743bfe1cf11
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 08:08:07 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 08:08:07 2015 +0100

    Refactoring in the small
    
    Out-sorting failure cases instead of deep-nesting the success case.

:100644 100644 ff9d84ce... 914e2989... M	uip/whatnow.c

commit 3c2d2abb007c8d97c6a09d9be0e70367518afe30
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 07:53:31 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 07:53:31 2015 +0100

    Remove verbosity for -noverbose; cleanup in code layout and message texts
    
    We shouldn't print information messages if we run non-verbosely.
    In this case, the message appeared not to be helpful because it
    suggests to re-run the command with `-verbose' ... but sending the
    message again is usually not possible, not wanted or would produce
    different results.
    
    This is a cleanup of Philipp's patch.

:100644 100644 3ca67721... c2c9f178... M	uip/send.c

commit 8bf8e1e29df17658c3d77629e17f88bf9159e21b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 07:31:49 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 07:31:49 2015 +0100

    Use execprog() instead of system() ... partly transition
    
    There are several more places where system() should be replaced.
    
    As execprog() does not split strings into multiple arguments,
    `listproc' could no longer contain ``show -file''. We need to
    rework the concept of these `...proc' entries.
    
    This commit fixes tests/whatnow/test-attach-detach.

:100644 100644 52ef4364... 2bf7325b... M	config/config.c
:100644 100644 109d3c40... 5e02d9f0... M	man/mh-profile.man5
:100644 100644 a79845c0... a43a710f... M	uip/new.c
:100644 100644 9c9e5ce9... e5fbc0ff... M	uip/repl.c
:100644 100644 adb2039f... 3ca67721... M	uip/send.c
:100644 100644 7a59d591... b65e4c42... M	uip/spost.c
:100644 100644 c60a11c6... ff9d84ce... M	uip/whatnow.c

commit 0127c00f735b9e38608676b9f7bd3c6e38a7ffb4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 14 07:28:33 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 14 07:28:33 2015 +0100

    Added execprog() and execprogl(), which are safer alternatives to system(3)
    
    This is motivated by the currently failing test case
    tests/whatnow/test-attach-detach.

:100644 100644 26981f89... 1333a84b... M	h/prototypes.h
:100644 100644 64ecb9eb... 9729346b... M	sbr/Makefile.in
:000000 100644 00000000... 6a4a912d... A	sbr/execprog.c

commit 1ec0f1695f9f129210f7c3cdc0c85d329cc055df
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 13 23:13:59 2015 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 13 23:13:59 2015 +0100

    mhsign: use the strongest, newest not-expired secret key
    
    Is there no GnuPG option to exclude expired keys from the listing?

:100755 100755 66ab142d... 038052b3... M	uip/mhsign.sh

commit 7f39c7e200489197364011fe4a39539beabf9ac7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Dec 22 15:00:38 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Dec 22 15:00:38 2014 +0100

    Fix manpages (nroff code), as reported by tests/manpages/test-manpages

:100644 100644 90cb9bae... 990ea42b... M	man/mh-alias.man5
:100644 100644 39991522... 585dcfd2... M	man/mhsign.man1
:100644 100644 26fd0945... c0feecbd... M	man/repl.man1

commit c6462147c65c39cfe7eb9f7a2c57af426ac2b824
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Dec 22 13:07:02 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Dec 22 13:07:02 2014 +0100

    Partly fix tests/whatnow/test-attach-detach: changes in detach and alist
    
    Whatnow's detach and alist commands are different today:
    - detach does only take number arguments
    - alist prints full path names

:100644 100644 8932bc3f... 82b25c69... M	test/tests/whatnow/test-attach-detach

commit 91b4059b377fa0d9601cab6be32c54edf54ac4d6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Dec 22 13:03:50 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Dec 22 13:03:50 2014 +0100

    Fix tests/mhbuild/test-forw: rfc934 mode is no longer supported

:100644 100644 8e783744... 759c8ed0... M	test/tests/mhbuild/test-forw

commit a624645d3bd49686c77559cee52900ec6f175909
Author:     Philipp Takacs <philipp@bureaucracy.de>
AuthorDate: Fri May 2 23:21:35 2014 +0200
Commit:     Philipp Takacs <philipp@bureaucracy.de>
CommitDate: Sat Dec 13 13:50:29 2014 +0100

    Check with witch exit-code sendmail/spost exit and give an better error
    message. So the User sees better wat's wrong. At the moment only
    exit-code 75 is handlel extra.

:100644 100644 e1e75186... adb2039f... M	uip/send.c

commit 245f268ee4818198f9db76fd809942ece9fa0fc3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Dec 7 20:32:36 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Dec 7 20:32:36 2014 +0100

    Adjusted tests/new/test-basic to mmh.

:100644 100644 772b72f4... 96bb9e1c... M	test/tests/new/test-basic

commit 768131a744e94e1aeadf0608854f4ccb75f2c952
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Dec 7 20:27:53 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Dec 7 20:27:53 2014 +0100

    mhparam: Renamed some sequences
    We should fix these names once and for all!

:100644 100644 d29f73ad... dce2d753... M	uip/mhparam.c

commit 6e2f32e99cb31f65e86913e0706c92e257ab4169
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Nov 28 12:21:39 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Nov 28 12:21:39 2014 +0100

    tests: Adjusted most of the tests to mmh.

:100755 100755 edab1629... 88676618... M	test/runtest
:100644 100644 8d466ac8... 8a3251ef... M	test/tests/bad-input/test-header
:100644 100644 ff293108... 72d559e2... M	test/tests/folder/test-total
:100644 100644 7582a7d3... 7d6604b1... M	test/tests/repl/test-if-str
:100644 100644 780a69dc... 88082eed... M	test/tests/scan/test-scan
:100644 100644 53a772a5... 07609b56... R085	test/tests/mhshow/test-cte-binary	test/tests/show/test-cte-binary
:100644 100644 74d70eef... f702379f... R093	test/tests/mhshow/test-qp	test/tests/show/test-qp
:100644 100644 1a36d8d6... 8932bc3f... M	test/tests/whatnow/test-attach-detach
:100644 100644 3e0ddc43... 44fecb6c... M	test/tests/whatnow/test-cd
:100644 100644 e0dc9696... 15d0824a... M	test/tests/whatnow/test-ls

commit c3ed524435c792523deeb78f3a6936b7ded0393e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Nov 28 11:46:33 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Nov 28 11:46:33 2014 +0100

    tests: Supress progress meter if non-interactive.

:100644 100644 7f09867e... 0fd3afb9... M	test/common.sh

commit 2dfc2b7e8d543372cd1a66a3d7dc02f7f5e40b7d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Nov 28 11:05:17 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Nov 28 11:05:17 2014 +0100

    Added more include directories to fix building in another directory.
    I discovered these problems when I tried to build from a git clone
    (which has no config.h in the source directory).

:100644 100644 80eb4097... 4bdad8e5... M	config/Makefile.in
:100644 100644 9539c0fb... 64ecb9eb... M	sbr/Makefile.in
:100644 100644 bf235316... 8fe7197f... M	uip/Makefile.in

commit 92009746ef66e8a9a9dc6643845e839e0debaf18
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Nov 28 00:07:13 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Nov 28 00:07:13 2014 +0100

    Fixed the test framework by adjusting it to mmh.
    In the same go: Cleaned up its code a bit and added a summary to
    test/runalltests.
    
    Adjusting the individual tests to mmh still needs to be done. ... and
    afterwards we can ;dd a lot more of them. :-) (But before we write our
    own tests, we first incorporate all the ones they've added to nmh in
    the meanwhile. ;-) )

:100644 100644 94b5ab15... e37a4eec... M	test/README
:100644 100644 5d46c8c2... 7f09867e... M	test/common.sh
:100755 100755 0497c52b... 279ced53... M	test/runalltests
:100755 100755 0b186530... edab1629... M	test/runtest
:100755 100755 fab26a0e... ffd9e644... M	test/setup-test
:100755 100755 7e169e41... 8c930b17... M	test/teardown-test

commit 1b97b10a0b0455edff975e23e2783c0c0b4b60d4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 27 23:35:18 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 27 23:35:18 2014 +0100

    gitignore: ignore test dir name file

:100644 100644 768e5233... b9250e08... M	.gitignore

commit a1c4e3d343ae3cf290466a81f470d74dbd839d05
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 27 23:34:24 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 27 23:34:24 2014 +0100

    uip/mmh.sh: minor cleanup

:100755 100755 10fc070b... fe519c32... M	uip/mmh.sh

commit cc87eac5c0e4025fba81abe8433315df84489c56
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 27 22:48:46 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 27 22:48:46 2014 +0100

    Fixed building in different build directory, as described in INSTALL.

:100644 100644 cde8cc39... fa2713c7... M	INSTALL
:100644 100644 9e01e93a... 2246c175... M	man/Makefile.in
:100644 100644 6bda3700... 9539c0fb... M	sbr/Makefile.in

commit fe95918ce103e911f20bd14874907d8fd7e1abaa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 27 20:26:36 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 27 20:26:36 2014 +0100

    mhsign: Ignore expired, revoked, invalid, and similar public keys.

:100755 100755 9a060532... 66ab142d... M	uip/mhsign.sh

commit 3730bae9fe289aee86ce0ba57fdfd43857fcedc0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 27 18:30:31 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 27 18:30:31 2014 +0100

    mhparam: Added more items for direct query and -debug listing.
    Most new values are not included in the -all listing because they
    are not part of the profile or context but are mainly internal
    configuration values.
    
    The -debug listing has now section headings (pipe through
    `grep -v ^#' to remove them).
    
    The motivation for this change was querying the default inbox
    name. If `Inbox' wasn't set in the profile, `mhparam inbox' had
    failed. Now it prints `+inbox' (if the defaultfolder has not been
    changed on your installation).

:100644 100644 4e1fc210... d29f73ad... M	uip/mhparam.c

commit bc38ebb2e95e0a4d4a672b49366130f433e72aec
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 25 08:47:31 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 25 08:47:31 2014 +0100

    mhpgp: Bugfix for 2932d136debcf53a45c44891ee80e6d34e61f109
    (I should do better testing ...)

:100755 100755 f3a39ea0... 4929358e... M	uip/mhpgp.sh

commit 2932d136debcf53a45c44891ee80e6d34e61f109
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Tue Nov 25 08:21:12 2014 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Tue Nov 25 08:21:12 2014 +0100

    mhpgp: remove unused sed label
    OpenBSD complained about it.
    Reported by Dominik Lang <phil@phildom.de>. Thanks.

:100755 100755 c562c645... f3a39ea0... M	uip/mhpgp.sh

commit c8ffcfd9b2c3f8550a097f3cab5e88c5d95aa535
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 25 07:43:56 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 25 07:43:56 2014 +0100

    pick: Clarified the man page with respect to -ddd.
    -ddd is an argument to e.g. -after, not a separate switch.

:100644 100644 2f06a22f... 7b1263fd... M	man/pick.man1

commit f36530fd658fd2ccfac328c5097f7b44712eceac
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 25 07:01:31 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 25 07:09:37 2014 +0100

    mhsign: Bugfix: Don't ignore MMHPGPKEY and the Pgpkey profile entry.
    Bugreport and patch by Philipp Takacs <philipp@bureaucracy.de>. Thanks.
    Additionally: use `test -z'.

:100755 100755 e6f54b39... 9a060532... M	uip/mhsign.sh

commit 98bb940e0e5a38128465e834e9ee99f2e6060d93
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Nov 21 11:55:22 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Nov 21 11:55:22 2014 +0100

    spost: If we add a From header, we add a qualified email address.
    Also clarified a comment and changed the description for blind
    distribution lists to the one that is most common today.

:100644 100644 9b2ffcbc... 7a59d591... M	uip/spost.c

commit ed234233579b906c3aeaec8fb809c79079ee69d5
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Thu Nov 20 11:38:28 2014 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Thu Nov 20 11:38:28 2014 +0100

    TODO: removed the double-dash TODO item, because it will not be done
    The GNU style double-dashes collide with MH's command line concepts.
    It makes no sense to simply allow a second dash, because all the
    rest is different. (Think of `pick --component'.) It's more important
    to keep the concepts clean than trying to imitate different concepts.

:100644 100644 a9de6ddf... cfc0dc50... M	docs/TODO

commit 0285fea2ad25319da1cbc6637e8e72e2f223b4c0
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Thu Nov 20 11:27:49 2014 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Thu Nov 20 11:27:49 2014 +0100

    rmm: Use `refile -src' instead of a folder changing hack.
    This is a cleanup for a ``hackish'' solution.
    Thanks to Philipp Takacs <philipp@bureaucracy.de> for discovering this
    improvement possibility and for preparing a patch.

:100644 100644 4b1d7d3b... f6026411... M	uip/rmm.c

commit a72c94d4e0c02b5095ca6798de2474768490ef94
Author:     markus schnalke <markus.schnalke@la-bw.de>
AuthorDate: Thu Nov 20 10:57:46 2014 +0100
Commit:     markus schnalke <markus.schnalke@la-bw.de>
CommitDate: Thu Nov 20 10:57:46 2014 +0100

    Fixed a possible uninitialized variable access.
    (Thanks to the compiler for reporting.)

:100644 100644 8ffe8b83... 57fddc8e... M	uip/whom.c

commit e8b419a01421de7b88997d9a0220522dd38cbe8b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Nov 20 07:06:31 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Nov 20 07:06:31 2014 +0100

    coding style: Added braces even for one-line blocks
    This commit changes only uip/rmm.c. It would be tedious to
    change it everywhere. We can do this bit by bit as we go ...

:100644 100644 51be03a9... 4b1d7d3b... M	uip/rmm.c

commit 0347722f5b69de06a867b73ddc23388d082ab219
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 3 07:33:54 2014 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 3 07:33:54 2014 +0100

    Converted msgstats macros & Co. to functions and added range checks
    This change is a reaction to bug, fixed in changeset 5b093c3. Although
    the bug was fixed on a higher level, it would have been detected much
    earlier if we would have had the range checks that we now have.
    
    This patch was prepared by Philipp Takacs <philipp@bureaucracy.de>.

:100644 100644 1331a14a... f3fda880... M	h/mh.h
:100644 100644 9b76d07a... 26981f89... M	h/prototypes.h
:100644 100644 dfd6c385... 6bda3700... M	sbr/Makefile.in
:000000 100644 00000000... 40b84746... A	sbr/seq_msgstats.c

commit 5b093c3d779ddbbd09a233c8cf7a20c0d0d15d1c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Sep 26 15:38:18 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Sep 26 15:38:18 2014 +0200

    send: Check the draft folder only if we send msgs, not when sneding files.
    Send can send files (specified by Unix path names) or messages (specified
    by MH message names/sequences. (NB: It cannot send msgs from other folders
    yet.) In case we've only specified files (this is done by whatnow, for
    instance) we don't need to care if there is a draft folder and if it
    contains any msgs.
    This commit probably fixes a problem discovered by <philipp@bureaucracy.de>.

:100644 100644 bf376004... e1e75186... M	uip/send.c

commit 5babc068babfeb0c02075f550c9c3b156f44ed15
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Sep 25 13:17:14 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Sep 25 13:17:14 2014 +0200

    stringdex(): Clarified what it does
    `stringdex' stands for `string index'. (See Changlog for why the `g'
    was added.) This function is different to strcasestr() ... in the
    order of the arguments and in the return value.

:100644 100644 2513b306... b3a2b74d... M	sbr/strindex.c

commit 786ff643f5933939b8c5173155aa0ae5a3a00eba
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Sep 25 13:04:24 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Sep 25 13:04:24 2014 +0200

    uprf: We don't have to implement it ourselves but can use strncasecmp()
    Also clarified what an ``unsigned prefix'' really is.
    I haven't changed all uses of uprf() in the code to strncasecmp(). This
    could be done. I'm not sure if it would enhance the clarity of the code.
    We don't need a prototype for strncasecmp(), because it's declared in
    strings.h.

:100644 100644 ed7f1aed... 9b76d07a... M	h/prototypes.h
:100644 100644 f283a1bc... f370b5c2... M	sbr/uprf.c

commit 6c0952c1d53bc73b1beefc46ef9ee08cd5213ac3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Sep 25 12:23:19 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Sep 25 12:23:19 2014 +0200

    Use trim() to strip whitespace from the end of header fields
    The main motivation was to ease adding attachments. You'll easy happen
    to have trailing whitespace there, whereas you'll probably never want
    to send files that have a name with whitespace at the end ... at least
    you should never want to have or even send such files.
    I don't know if it is a good idea to strip the trailing whitespace
    in `anno -list' as well. I couldn't come up with an example when I
    would want to keep it, hence I decided to remove it. This can be
    changed back, if needed.

:100644 100644 07bd32c6... d545f2de... M	man/anno.man1
:100644 100644 2647d971... e8742385... M	uip/anno.c
:100644 100644 e63074ca... bf376004... M	uip/send.c

commit d854cd83e7b14f3bc686688ef7099b5d75157647
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Sep 25 12:20:11 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Sep 25 12:20:11 2014 +0200

    sbr/trim.c: New helper function trim(). Strips whitespace from a string.
    There is already trimcpy(), which does a bit more work, but adding trim()
    appears to be a useful investment.
    The static function trim() in slocal needed to be renamed to not collide.

:100644 100644 a22eac68... ed7f1aed... M	h/prototypes.h
:100644 100644 5da6f89f... dfd6c385... M	sbr/Makefile.in
:000000 100644 00000000... 9f08d99d... A	sbr/trim.c
:100644 100644 107117f9... 837f038d... M	uip/slocal.c

commit ffabbf91237cb3b11f0dcb03334fe8f1e688d3e3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 24 16:38:06 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 24 16:38:06 2014 +0200

    mhbuild: Transfer-encode MIME parts of type application always with base64
    Application files likely contain NUL bytes. scan_content(), however, uses
    stdio to check the files to attach. NUL bytes break these checks. Instead
    of improving the checks to allow e.g. application/x-tex files to be sent
    using 7bit or QP encoding, it was chosen to take the easy way and send
    application files base64-encoded.
    
    This solves a bug when attaching tar files. (tar files begin with a
    header mostly filled with NUL bytes). Thanks to <philipp@bureaucracy.de>
    for discovering and reporting the bug.

:100644 100644 1b2afa58... fde4a1d7... M	uip/mhbuild.c

commit 4f825c626f62534945940d0a6f863d76a50ffac5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 24 11:32:48 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 24 11:32:48 2014 +0200

    print-mimetype: fixed a syntax error

:100755 100755 2149902a... 76dd4aed... M	uip/print-mimetype.sh

commit bbd44053cddc15beb67cd3326c887b629140a96e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 24 09:58:55 2014 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 24 09:58:55 2014 +0200

    repl: use different format as the lead-in to quotes in replies
    This format is prefered because it does not include words and is
    thus independent of the language of the user.

:100644 100644 3498263b... 0caf5db2... M	etc/mhl.reply
:100644 100644 3b943809... 8a766798... M	etc/replcomps
:100644 100644 789633f2... f6af3a98... M	etc/replgroupcomps

commit f3380fda9da04a7c26a76070888ece92ae5648e9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon May 27 21:28:24 2013 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon May 27 21:28:24 2013 +0200

    mhbuild: Don't fail if one attaches an rfc822 message as a file
    Although the form
            attach: +folder 1234
    is preferred, one may as well use
            attach: /path/to/message.rfc822
    A warning is printed though.

:100644 100644 5ad0fc10... 1b2afa58... M	uip/mhbuild.c

commit fa2bd173317d54c22a6e011d1e7becce7648f597
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 23:25:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 23:25:26 2012 +0100

    Bump version number.
    This is version 0.1 plus some development changes.

:100644 100644 49d59571... 20958024... M	VERSION

commit ead9a2fc590517178695c9808aa692909ab8b15e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 23:14:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 23:14:36 2012 +0100

    This is mmh-0.1.
    Eventually, I managed to release it ...

:100644 100644 233c5544... 44242e74... M	DATE
:100644 100644 f1f91430... 49d59571... M	VERSION

commit 2e868836b84ec7278248258451e496cea226174a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 23:12:32 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 23:12:32 2012 +0100

    docs/README.developers: minor cleanups.

:100644 100644 7cb5eecf... a4505980... M	docs/README.developers

commit 1bf67e248d0a555170b03355c40332717902357c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 23:05:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 23:05:26 2012 +0100

    Added docs/DIFFERENCES_mmh_nmh.
    The list is not perfect, but better than nothing.
    Also added docs/schnalke-mmh.pdf to the distributed files.

:000000 100644 00000000... 8063b83f... A	docs/DIFFERENCES_mmh_nmh
:100644 100644 2a220049... 4d6c6967... M	docs/Makefile.in

commit ca9795df89c225393b48e47ea252496167893414
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 12:01:42 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 12:01:42 2012 +0100

    Added my master's thesis, which explains mmh.
    See also: http://marmaro.de/docs/master

:000000 100644 00000000... 8a79a8e0... A	docs/schnalke-mmh.pdf

commit 28208133c250bf189331314c955ab957639fc112
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 11:17:05 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 11:17:05 2012 +0100

    README.developers: Various minor updates.
    I also dropped the ugly double-spacing.

:100644 100644 e1456fff... 7cb5eecf... M	docs/README.developers

commit b33ba7a7953d06a123ee59811903f0eb7f69e120
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 11:15:12 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 11:15:12 2012 +0100

    sbr/getpass.c: Removed nmh_getpass() for it is not used anymore.

:100644 100644 a9e081d2... a22eac68... M	h/prototypes.h
:100644 100644 c6801b39... 5da6f89f... M	sbr/Makefile.in
:100644 000000 3fd4528e... 00000000... D	sbr/getpass.c

commit a0a71f2905d8aac9c08980d0faf69d14636e5ae0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 10:59:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 10:59:18 2012 +0100

    Updated the list of documentation files to be distributed.

:100644 100644 a9dfcc85... 2a220049... M	docs/Makefile.in

commit d6ee7d1acc9351a251337d173ad86f4aebd57a83
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Dec 8 10:57:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Dec 8 10:57:47 2012 +0100

    Makefile.in: Removed mmhrelease target because it's not used for mmh.

:100644 100644 79746abb... 058e7d8b... M	Makefile.in

commit c5c062b01edad7c7c16417b4570446c9ba2ce683
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 7 23:51:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 7 23:51:46 2012 +0100

    Reworked docs/README.developes to match mmh.

:100644 100644 935d0d16... e1456fff... M	docs/README.developers

commit 785be3a8cc773812aa8377936df59c3f6d9f89d4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 7 23:04:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 7 23:04:43 2012 +0100

    Delete docs/pending-release-notes as this is without value for mmh.

:100644 000000 47b01061... 00000000... D	docs/pending-release-notes

commit f9d8a8284d239ec66edca5c864ba1ac3296ae393
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 7 23:02:55 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 7 23:02:55 2012 +0100

    COPYRIGHT: Add a note to include mmh into nmh.
    This appears to be most simple.
    The remaining question: How to handle the year of the copyright notice?

:100644 100644 07872da8... 00c1070e... M	COPYRIGHT

commit 8f5709a938fd28c98f5bf177023f06af97259b92
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 7 23:02:20 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 7 23:02:20 2012 +0100

    Updated the installation instructions in INSTALL.

:100644 100644 8f3b7d3f... cde8cc39... M	INSTALL

commit ea1312104afee995b3416fa3b0bf01974ca13009
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 7 23:00:57 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 7 23:00:57 2012 +0100

    Included the relevant parts of docs/README.about into README.
    Also updated the information to mmh.

:100644 100644 b61ba4cc... 81705d8e... M	README
:100644 100644 e9092a0d... a9dfcc85... M	docs/Makefile.in
:100644 000000 41f44828... 00000000... D	docs/README.about

commit 08143f93922ca7b651f5c01bcd0917144ed770e9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Dec 4 23:04:08 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Dec 4 23:04:08 2012 +0100

    Updated man page mh-profile(5): file(1) is not from GNU.
    btw: Thanks to Dennis Herrmann (dhn) for pointing me to the whole issue.

:100644 100644 1499c06a... 109d3c40... M	man/mh-profile.man5

commit 10e03b3fba3e01052baf92c963c46a2a5529b4e0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Dec 4 22:45:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Dec 4 22:45:23 2012 +0100

    Report useful error message on broken file(1).
    GNU file-4.26, for instance, is known to be broken.
    file(1) is the default Mime-Type-Query program.

:100644 100644 76280aa6... e63074ca... M	uip/send.c

commit 7cc63591b9ee67a7475017c85eb95ed4fb003652
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jul 16 10:29:07 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jul 16 10:29:07 2012 +0200

    Updated man page mmh-intro(7): Replaced obsolete sequence names.
    Plus further minor cleanups.

:100644 100644 7f059b3d... e9d0f136... M	man/mmh-intro.man7

commit f072aa337e0be4c4dcac15a53c824cd0ba9ee741
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jul 16 10:15:37 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jul 16 10:15:37 2012 +0200

    Updated DATE, finally.

:100644 100644 4a3bde85... 233c5544... M	DATE

commit f48c73769649f56fc2ce30407672216c983a35d5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jul 16 10:09:31 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jul 16 10:09:31 2012 +0200

    mhl forms: Display the sender header before the recipient headers.
    This is the more natural order.

:100644 100644 8533744d... 9636dbbf... M	etc/mhl.format
:100644 100644 8d726157... 1a01a7f9... M	etc/mhl.headers

commit d75e489f46f183946a7d1b5639b341de21b5741e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jul 10 20:54:48 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jul 10 20:54:48 2012 +0200

    Minor man page fix.

:100644 100644 2febe2cb... 39991522... M	man/mhsign.man1

commit 58cf09aa36e9f7f352a127158bbf1c5678bc6ed8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jul 10 20:53:05 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jul 10 20:53:05 2012 +0200

    Added Neil Rickert's mhpgp, the companion to mhsign.
    Currently it is only usable on the command line directly.
    In the future, it should be invoked by show(1) as needed.

:100644 100644 cd4425b5... 768e5233... M	.gitignore
:100644 100644 0866e0d4... 9e01e93a... M	man/Makefile.in
:000000 100644 00000000... 7d5af3b5... A	man/mhpgp.man1
:100644 100644 7686ac1f... 7f059b3d... M	man/mmh-intro.man7
:100644 100644 12cf74e6... bf235316... M	uip/Makefile.in
:000000 100755 00000000... c562c645... A	uip/mhpgp.sh

commit 00e24678854acd95c3cac1e49c8aafb6010dfdb9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jul 9 23:59:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jul 9 23:59:34 2012 +0200

    Improved portability of mhsend(1).
    Thanks to Dennis Herrmann for the bug report and patch.

:100755 100755 ac56bc26... e6f54b39... M	uip/mhsign.sh

commit 95d5b894202f6c42eae6a584f77bf9a80c5331f3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 15:30:29 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 15:30:29 2012 +0200

    show: Print type of MIME part instead of error message if not displayable.
    A further step in the general rework of show/mhshow. Print less error
    messages. Not being able to directly display some attachment is no
    exceptional event, but quite normal. Therefore, no error message should
    be printed but an information message that there is a MIME part.
    Printing to stdout makes the message to be integrated into the normal
    output.
    There's more rework of show needed.

:100644 100644 b5ecd099... 71c16992... M	uip/mhshowsbr.c

commit 4cb212cf82fa0c832ee3247da33e733f5cce04d6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 12:33:31 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 12:33:31 2012 +0200

    spost: Don't send Sign: or Enc: headers out.
    Also, fixed the format of header fields with empty values. The trailing
    newline is no longer stripped.

:100644 100644 de4a6d28... 9b2ffcbc... M	uip/spost.c

commit c7b5e1df086bcc37ff40163ee67571f076cf6683
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 12:31:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 12:31:38 2012 +0200

    send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
    Currently, the value of the header fields is ignored. The sole presence
    of such a header caused signing or encryption.

:100644 100644 935c92d8... 52ef4364... M	config/config.c
:100644 100644 bee55189... 1331a14a... M	h/mh.h
:100644 100644 a3f5ae29... 1499c06a... M	man/mh-profile.man5
:100644 100644 1b00bf96... d93d04bd... M	sbr/readconfig.c
:100644 100644 87b4d175... 4e1fc210... M	uip/mhparam.c
:100644 100644 0660e958... 76280aa6... M	uip/send.c

commit c04ddf6908d7d3e3d41408d03f086273dee47b6e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 11:14:20 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 11:14:20 2012 +0200

    Removed old man page of whom.

:100644 000000 a060d143... 00000000... D	man/whom.man

commit 921ea2dd0444ebe67a980b54b8017125d371c8e6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 11:13:18 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 11:13:18 2012 +0200

    whom: Suppress the separator if no hidden rcpts are present.

:100644 100644 718ef2e6... b40787b8... M	man/whom.man1
:100644 100644 0451699b... 8ffe8b83... M	uip/whom.c

commit f45cdc98117a84f071759462c7ae212f4bc5ab2e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 10:54:20 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 10:54:20 2012 +0200

    Added Neil Rickert's mhsign.
    It is adjusted to mmh and thus somehow different to the original version.
    mhpgp will follow soon.

:100644 100644 5c91101e... cd4425b5... M	.gitignore
:000000 100644 00000000... 61269c6a... A	docs/README.mhsign-mhpgp
:100644 100644 5b34a348... 0866e0d4... M	man/Makefile.in
:000000 100644 00000000... 2febe2cb... A	man/mhsign.man1
:100644 100644 f8c7aaeb... 7686ac1f... M	man/mmh-intro.man7
:100644 100644 f0c258e9... 12cf74e6... M	uip/Makefile.in
:000000 100755 00000000... ac56bc26... A	uip/mhsign.sh

commit 5c86fbdc071e1c322ccf341855eaa813807776b4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 10:17:05 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 10:17:05 2012 +0200

    whatnow: Changes for consistency.
    Removed comments and arg names in prototypes.

:100644 100644 6cb96f77... c60a11c6... M	uip/whatnow.c

commit 4246358611c366d8f9458afd5b121c2e5cf54aa1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jul 7 10:14:03 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jul 7 10:14:03 2012 +0200

    whatnow: Re-integrated whom(1); cleanups.
    Removed reference to `send -watch', which was removed in
    9677896bbb11f7b49ca3e1665601407b6c7a459f
    Reordered the options.

:100644 100644 54f0ef86... e13fbfd3... M	man/whatnow.man1
:100644 100644 63a60f30... 6cb96f77... M	uip/whatnow.c

commit 204c305913a20d207cba063ec2da8d0275d2da5d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jul 6 17:51:37 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jul 6 17:51:37 2012 +0200

    Re-added whom(1). This implementation is written from scratch.
    This new version of whom(1) is quite different to the old one,
    yet it serves the same purpose: listing the recipients of a message.
    It still misses the ability to process +folder and msgs arguments.
    As this implementation is new and not much practically tested,
    it may change in the future, if flaws appear.

:100644 100644 cf79c474... 5b34a348... M	man/Makefile.in
:000000 100644 00000000... 718ef2e6... A	man/whom.man1
:100644 100644 04df4050... f0c258e9... M	uip/Makefile.in
:000000 100644 00000000... 0451699b... A	uip/whom.c

commit c3b491e413335224388481939948dd6af4179851
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jul 6 17:47:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jul 6 17:47:04 2012 +0200

    Minor wording change in an error message.

:100644 100644 6c5a8f65... b07c32d2... M	uip/refile.c

commit ca0b3e830b86700d9e5e31b1784de2bdcaf58fc5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 29 00:20:45 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 29 00:20:45 2012 +0200

    Completely removed the backup-prefix (,). We move to +trash instead.
    mhbuild does not create `,foo.orig' but `foo.orig' now. Maybe it should
    move the file to +trash as well ... this is likely to be changed.
    Temporary files of bcc mails get removed now.

:100644 100644 cfd5fe5b... 935c92d8... M	config/config.c
:100644 100644 37678db2... bee55189... M	h/mh.h
:100644 100644 8d368957... a3f5ae29... M	man/mh-profile.man5
:100644 100644 5545fffc... 62d01be5... M	man/mhbuild.man1
:100644 100644 b2c2cf49... 34c4a221... M	man/send.man1
:100644 100644 f7cd8d34... c6801b39... M	sbr/Makefile.in
:100644 100644 35dc1950... 4265763b... M	sbr/folder_read.c
:100644 000000 bdb0e866... 00000000... D	sbr/m_backup.c
:100644 100644 fe7b4867... 1b00bf96... M	sbr/readconfig.c
:100644 100644 1ad8e42f... a9a52b10... M	uip/distsbr.c
:100644 100644 b22c137d... 5ad0fc10... M	uip/mhbuild.c
:100644 100644 a3399458... 87b4d175... M	uip/mhparam.c
:100644 100644 05b3e962... a0c68a36... M	uip/rmf.c
:100644 100644 5e1f0a10... 0660e958... M	uip/send.c
:100644 100644 da02d279... de4a6d28... M	uip/spost.c

commit 12824674d1fad93674dbe77419326301f62f14bd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 29 00:14:21 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 29 00:14:21 2012 +0200

    spost.man8: spost does read the profile now.

:100644 100644 98c08fac... c66ba10a... M	man/spost.man8

commit b5e6b7321a4aa439a32ae448e43343568fa13cbe
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jun 28 23:45:01 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jun 28 23:45:01 2012 +0200

    mhbuild: Fixed order of file names in error messages.
    (The argument order is: rename(src, dest) and admonish("foo", "%s", "bar")
    produces: ``bar foo''.)

:100644 100644 113ff388... b22c137d... M	uip/mhbuild.c

commit 68af8da96bea87a5541988870130b6209ce396f6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jun 28 20:08:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jun 28 20:08:16 2012 +0200

    Removed context_foil(). We don't need it anymore.
    To not read the profile and context, don't call context_read().
    Anyway, all mmh tools should read the context. slocal, which is
    not truly part of mmh, does not.

:100644 100644 20820b5c... a9e081d2... M	h/prototypes.h
:100644 100644 ca49c469... f7cd8d34... M	sbr/Makefile.in
:100644 000000 5a38030f... 00000000... D	sbr/context_foil.c
:100644 100644 600efab2... abf666c6... M	sbr/context_read.c

commit 4d83cd450b889b65ffab1c352d6580bd5632aae1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 27 22:01:55 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 27 22:01:55 2012 +0200

    ali: Either read default alias files or the ones on command line.
    Renamed -alias to -file because the semantic changed and the new
    name appears to be better suited.

:100644 100644 72898c0c... b45fb928... M	man/ali.man1
:100644 100644 e1e14fcc... 90cb9bae... M	man/mh-alias.man5
:100644 100644 b5bbfbe3... 2c80147e... M	uip/ali.c

commit 9fca5fd33b87291cdcb326c7aab6ab9574244289
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 27 14:52:42 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 27 14:52:42 2012 +0200

    send,spost: No more use of -alias, spost reads Aliasfile from the profile.
    The profile entry Aliasfile was introduced in MH-6.7 to replace the
    -alias switches. Later, the profile entry was enhanced to support multiple
    files. Now that spost reads the profile itself, there is no more need
    to pass the file with switches. Operating with varying sets of alias
    files is now only possible with different profiles, but that should be
    a rare setup.

:100644 100644 095a0f3a... 8d368957... M	man/mh-profile.man5
:100644 100644 cbbf1185... b2c2cf49... M	man/send.man1
:100644 100644 fda53f4a... 98c08fac... M	man/spost.man8
:100644 100644 245bf3ce... 5e1f0a10... M	uip/send.c
:100644 100644 fe2e34b5... da02d279... M	uip/spost.c

commit 3e017a7abbdf69bf0dff7a4073275961eda1ded8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 27 14:23:35 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 27 14:23:35 2012 +0200

    spost: Read profile and context now. Removed -library switch.
    spost is a full part of the mmh toolchest, hence, it shall read the
    profile/context. This will remove the need to pass profile information
    from send to spost via command line switches.
    In January 2012, there had been a discussion on the nmh-workers ML
    whether post should read the profile/context. There wasn't a clear
    answer. It behavior was mainly motivated by the historic situation,
    it seems. My opinion on the topic goes into the direction that every
    tool that is part of the mmh toolchest should read the profile. That
    is a clear and simple concept. Using MH tools without wanting to
    interact with MH (like mhmail had been) is no more a practical problem.

:100644 100644 c454f765... 245bf3ce... M	uip/send.c
:100644 100644 ff1e80ac... fe2e34b5... M	uip/spost.c

commit 32d4f9daaa70519be3072479232ff7be0500d009
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 27 13:15:47 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 27 13:15:47 2012 +0200

    mhmail: Read the context!
    mhmail will change from a mailx-replacment to an alternative to
    `comp -ed prompter', thus being a send front-end. Hence, mhmail
    should not stay outside the profile/context respecting mmh toolchest.

:100644 100644 78567d87... b2381c17... M	man/mhmail.man1
:100644 100644 b3a9acb5... 7e170a8b... M	uip/mhmail.c

commit 3b3e228976ad0b0173c53c4193ab49fb3a6a7132
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 27 12:30:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 27 12:30:38 2012 +0200

    slocal: Do not at all interact with the context or profile.
    Slocal is not a true part of mmh, it is an MDA that is (currently)
    shipped with the MUA mmh.

:100644 100644 4d660b20... f6c78d45... M	man/slocal.man1
:100644 100644 9d468025... 107117f9... M	uip/slocal.c

commit 0c9207459097089a931399ff7d384884288bc4ac
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jun 23 16:29:40 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jun 23 16:29:40 2012 +0200

    Added missing header. Reported by Dennis Herrmann.
    It had worked on GNU/Linux, but not on FreeBSD.

:100644 100644 e946664c... 95c0a3f9... M	sbr/mts.c

commit 9677896bbb11f7b49ca3e1665601407b6c7a459f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 22 19:17:11 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 22 19:17:11 2012 +0200

    Removed the -[no]watch flags of send and post.
    Without direct SMTP delivery, they are useless.

:100644 100644 22c37fc9... cbbf1185... M	man/send.man1
:100644 100644 849d42b6... fda53f4a... M	man/spost.man8
:100644 100644 bcbd54dd... c454f765... M	uip/send.c
:100644 100644 30e283f4... ff1e80ac... M	uip/spost.c

commit f2a6db98791abab22db95b9a4a01516859d92103
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 22 19:06:36 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 22 19:06:36 2012 +0200

    whatnow: Improved the listing of available commands in the WhatNow shell.

:100644 100644 98ac75f2... 63a60f30... M	uip/whatnow.c

commit 921908704b980c90c3c68545be7f4d42718bfba4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 22 15:58:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 22 15:58:34 2012 +0200

    mhl: Removed remaining code of obsolete -sleep switch.
    The switch was used for the faceproc, for Face: header field handling.

:100644 100644 5280ade6... fedf78fa... M	uip/mhl.c

commit 7cf0c30b2e1364bfb9633638dbdaf5c924191520
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 20 16:37:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 20 16:37:38 2012 +0200

    Updated man page send(1) for mime-type-query instead of mhshow-suffix.
    This aligns the man page to the code.

:100644 100644 d8e18862... 22c37fc9... M	man/send.man1

commit b46f3952feb22813f2f9f4f3d8504b9849f82161
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 15 11:02:09 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 15 11:02:09 2012 +0200

    whatnow: Call send(1) as `send', not as `whatnow'.

:100644 100644 118afe85... 98ac75f2... M	uip/whatnow.c

commit 7d3201b86a4f310a8c185a9c40f0bb516f6402f1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 15 09:22:03 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 15 09:22:03 2012 +0200

    mmh.sh: Changed from -version to -Version, here too.

:100755 100755 68cf1201... 10fc070b... M	uip/mmh.sh

commit 6e8e22e2ff93a8778f53b56246c42bf7f4dd8026
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jun 14 02:19:43 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jun 14 02:19:43 2012 +0200

    spost: Just a move of some code.

:100644 100644 73f9b0a3... 30e283f4... M	uip/spost.c

commit e6705626cc95da96d367bc147ed0419a56f7c37a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jun 13 12:02:06 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jun 13 12:02:06 2012 +0200

    Renamed switches variable to ease automatic text extraction.
    Now, it's easier to get a list of all switches of a program from the
    source code. The change improves the homogeneity, too.

:100644 100644 18d0176c... 5280ade6... M	uip/mhl.c
:100644 100644 4c1210ba... 73f9b0a3... M	uip/spost.c
:100644 100644 273921c9... 118afe85... M	uip/whatnow.c

commit 6b1eba7d43dcd9d28c0d4ac2bae23a55f487a9b8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 8 10:18:47 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 8 10:18:47 2012 +0200

    Whatnow prompt: From now on, detaching only by numbers.
    -n flag of `detach' is now default and thus removed.
    (`alist' prints the numbers by default.)
    If by mistake a whole bunch of of files was added (e.g. `attach *'),
    these attachments should be removed with the editor in the draft.

:100644 100644 36295acd... 54f0ef86... M	man/whatnow.man1
:100644 100644 798d0e24... 273921c9... M	uip/whatnow.c

commit 6d6b17fd2311daa48928e36bb131cda8fd1c91eb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 8 10:04:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 8 10:04:59 2012 +0200

    Fixed `alist' command at whatnow prompt.

:100644 100644 bbb468da... 798d0e24... M	uip/whatnow.c

commit ccf4f175ef4c4e7522f9510a4a1149c15d810dd9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jun 4 20:23:28 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jun 4 20:23:28 2012 +0200

    Removed configure flag --disable-locale and have it always enabled.
    Todays system are assumed to have locale support.

:100644 100644 f757b3f7... 2633228c... M	configure.ac
:100644 100644 8effd63d... b5bbfbe3... M	uip/ali.c
:100644 100644 c80b782b... 2647d971... M	uip/anno.c
:100644 100644 9f8e6f0f... c293a532... M	uip/ap.c
:100644 100644 1464cd6e... e657c33f... M	uip/burst.c
:100644 100644 680c0fc9... 4768fc4a... M	uip/comp.c
:100644 100644 d00f686f... c1f4f9d3... M	uip/dist.c
:100644 100644 aee4b292... 1a91678f... M	uip/dp.c
:100644 100644 2a002a5d... 057d5f4e... M	uip/flist.c
:100644 100644 fc94247c... a0e6e140... M	uip/fmtdump.c
:100644 100644 34b3d988... 8638151e... M	uip/folder.c
:100644 100644 b75bd2ee... 54b7c074... M	uip/forw.c
:100644 100644 4b75c6e2... f737d698... M	uip/inc.c
:100644 100644 c1da6445... d4a3729e... M	uip/mark.c
:100644 100644 76626dbb... 113ff388... M	uip/mhbuild.c
:100644 100644 8b29ee4b... 18d0176c... M	uip/mhl.c
:100644 100644 e507127a... c66b7cfe... M	uip/mhlist.c
:100644 100644 a85899de... b3a9acb5... M	uip/mhmail.c
:100644 100644 605d13c3... a8de5cb2... M	uip/mhpath.c
:100644 100644 e1bcf8f1... 0b49b7e8... M	uip/mhshow.c
:100644 100644 b0c08da1... ae812ad3... M	uip/mhstore.c
:100644 100644 d24694ee... 1c1684f4... M	uip/mhtest.c
:100644 100644 7c3191aa... a79845c0... M	uip/new.c
:100644 100644 b565c164... 763b6e70... M	uip/packf.c
:100644 100644 b817a0b8... e94c2593... M	uip/pick.c
:100644 100644 e1f0bff8... 823760ef... M	uip/prompter.c
:100644 100644 fa2a170b... 2ba60977... M	uip/rcvdist.c
:100644 100644 fe98a449... 79c34504... M	uip/rcvpack.c
:100644 100644 8121e2d1... bb14ed98... M	uip/rcvstore.c
:100644 100644 76384dd4... 6c5a8f65... M	uip/refile.c
:100644 100644 462498e9... 9c9e5ce9... M	uip/repl.c
:100644 100644 9d207522... 05b3e962... M	uip/rmf.c
:100644 100644 0aab0ba0... 51be03a9... M	uip/rmm.c
:100644 100644 269193ff... ba90e401... M	uip/scan.c
:100644 100644 06058e86... bcbd54dd... M	uip/send.c
:100644 100644 ec788e31... 9d468025... M	uip/slocal.c
:100644 100644 4cd999d8... ed091815... M	uip/sortm.c
:100644 100644 4384bc4c... 4c1210ba... M	uip/spost.c
:100644 100644 ead1bd5c... bbb468da... M	uip/whatnow.c

commit 8810b53f7b81388844036358cdd96f17eb9d87f7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Jun 1 17:27:25 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Jun 1 17:27:25 2012 +0200

    show: Don't display strange headers by default.
    This follows a suggestion by steve on the nmh-workers mailing list.

:100644 100644 9bd6ed99... 8d726157... M	etc/mhl.headers

commit 1a775e9cebd5de511e1ab50db894db43e6c2e802
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon May 21 21:20:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon May 21 21:20:38 2012 +0200

    (Ignore!) Again a whitespace change for testing purposes.

:100644 100644 09346dab... d7f43af0... M	h/fmt_scan.h

commit 6e31ed26e82a28c2f65197102c178e6ae8633d80
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon May 21 21:13:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon May 21 21:13:32 2012 +0200

    (Ignore!) Removed a trailing whitespace line, just for a test.

:100644 100644 6dacd5c9... b61ba4cc... M	README

commit f1b5a26561ad625f8fc87fe19c77097e719b9aed
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed May 16 11:00:55 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed May 16 11:00:55 2012 +0200

    Fixed mhl's -nobody switch.

:100644 100644 8c2094ed... 8b29ee4b... M	uip/mhl.c

commit 2ad400e58233fb80e4c331e1d97c25c6d7312dd4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 12:25:21 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 12:25:21 2012 +0200

    Remove -dist from man page spost(8) because it's a hidden switch.

:100644 100644 d55b9922... 849d42b6... M	man/spost.man8

commit 350ad6d3542a07639213cf2a4fe524e829c1e7b6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 12:19:03 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 12:19:03 2012 +0200

    mhl: Removed unused digest features from mhl.
    Only MIME-digest are supported now, with `forw -digest ...'.

:100644 100644 efec5dbc... 8277cc8b... M	etc/Makefile.in
:100644 000000 ea4a6d51... 00000000... D	etc/mhl.digest
:100644 100644 328db8fc... 8c2094ed... M	uip/mhl.c

commit 0bd9750710cdbab80cfb4036dd87af20afe1552f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 11:48:11 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 11:48:11 2012 +0200

    prompter: Various rework.
    Removed -kill and -erase as they are not needed anymore today.
    Removed -doteof/-nodoteof. -nodoteof had been the default already.
    Made the yet hidden switches -body/-nobody visible, but with a slightly
    different meaning. See recent changes in the man page prompter(1) for
    details. (Eventually, one can have mutt-like message composing.)

:100644 100644 01b468c2... 4d701c6e... M	man/prompter.man1
:100644 100644 024f6049... e1f0bff8... M	uip/prompter.c

commit aeca8a417f58825dc5c5c3fbd9d958251d6763fe
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 11:43:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 11:43:24 2012 +0200

    mhmail: For mailx(1) compat: A period alone on a line means EOF.
    Also renamed the -body switch to -bodytext because its argument is the
    body text and not a file containing the body text. The rename should
    clarify this. After all, typing `-body' results in the same as typing
    `-bodytext' or only `-b'.
    Now, fgets() is used instead of fread(), thus not allowing null-bytes
    in the input anymore. This should be no restriction.

:100644 100644 d2dcaae5... 78567d87... M	man/mhmail.man1

commit ec1868939da034be930a7c86f967036c282680ff
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 11:38:23 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 11:38:23 2012 +0200

    mhmail: For mailx(1) compat: A period alone on a line means EOF.
    Also renamed the -body switch to -bodytext because its argument is the
    body text and not a file containing the body text. The rename should
    clarify this. After all, typing `-body' results in the same as typing
    `-bodytext' or only `-b'.

:100644 100644 0210c73d... d2dcaae5... M	man/mhmail.man1
:100644 100644 5c7f002d... a85899de... M	uip/mhmail.c

commit 853cad7faa5eed9a5988825ac24f462887e12494
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 08:14:26 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 08:14:26 2012 +0200

    mhmail: Removed hidden -resent and -queued switches.
    Mhmail is intended to provide only a simple mail(1) interface to mmh
    for the system. For all fancy stuff, use the mmh tools directly.
    The -queued switch is not supported by spost anyway. For resending
    messages, use dist not mhmail.

:100644 100644 6506b7d2... 5c7f002d... M	uip/mhmail.c

commit 5f2b39344cca1086c975d47b730929d8f1904214
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 08:05:22 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 08:05:22 2012 +0200

    Require at least 2 chars for `no' variants of switches.
    This results in:
            ali -n      --> -normalize
            ali -no     --> ambiguous
            folder -n   --> unknown (don't know if this case is good)
            folder -no  --> ambiguous

:100644 100644 73f71668... 8effd63d... M	uip/ali.c
:100644 100644 3958eb14... c80b782b... M	uip/anno.c
:100644 100644 3bb2bf0b... 9f8e6f0f... M	uip/ap.c
:100644 100644 8d6e69b4... 1464cd6e... M	uip/burst.c
:100644 100644 1c45a982... 680c0fc9... M	uip/comp.c
:100644 100644 3db8cfc0... d00f686f... M	uip/dist.c
:100644 100644 ac680806... 2a002a5d... M	uip/flist.c
:100644 100644 584bb768... 34b3d988... M	uip/folder.c
:100644 100644 cbff866d... b75bd2ee... M	uip/forw.c
:100644 100644 e1557847... 4b75c6e2... M	uip/inc.c
:100644 100644 3818c29b... c1da6445... M	uip/mark.c
:100644 100644 12e65489... 76626dbb... M	uip/mhbuild.c
:100644 100644 7129ce5a... e507127a... M	uip/mhlist.c
:100644 100644 fe984610... a3399458... M	uip/mhparam.c
:100644 100644 1ee5c82f... e1bcf8f1... M	uip/mhshow.c
:100644 100644 259acf39... b0c08da1... M	uip/mhstore.c
:100644 100644 871270ee... d24694ee... M	uip/mhtest.c
:100644 100644 fa5531a5... b817a0b8... M	uip/pick.c
:100644 100644 6db0455a... 024f6049... M	uip/prompter.c
:100644 100644 5602dbc9... 8121e2d1... M	uip/rcvstore.c
:100644 100644 e4433bd9... 76384dd4... M	uip/refile.c
:100644 100644 d8478409... 462498e9... M	uip/repl.c
:100644 100644 096a9bf2... 9d207522... M	uip/rmf.c
:100644 100644 0316c2c6... 0aab0ba0... M	uip/rmm.c
:100644 100644 84e05dfb... 06058e86... M	uip/send.c
:100644 100644 bd6b0a27... ec788e31... M	uip/slocal.c
:100644 100644 9e96d5a4... 4cd999d8... M	uip/sortm.c
:100644 100644 f3630d25... 4384bc4c... M	uip/spost.c

commit bd60514e13b4b1d4e2f726e6fc54da9eff6a263e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 07:55:20 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 07:55:20 2012 +0200

    Don't require a length for switch prefixes without good reason.
    E.g. there's no reason (anymore?) to require the user to type `whatnow -prom'
    when `whatnow -p' is already distinguishing.

:100644 100644 7ede7e05... 3958eb14... M	uip/anno.c
:100644 100644 de3c0be4... 7c3191aa... M	uip/new.c
:100644 100644 d409b5cb... fa2a170b... M	uip/rcvdist.c
:100644 100644 085cc7fa... 269193ff... M	uip/scan.c
:100644 100644 e3a411ad... ead1bd5c... M	uip/whatnow.c

commit ea21fe2c4bd23c639bef251398fae809875732ec
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 07:53:09 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 07:53:09 2012 +0200

    flist: Removed the hidden -total switch.
    It was simply the inverse of the visible -fast switch. -nofast was -total
    and -fast was -nototal. Now, the hidden pair went away.

:100644 100644 71ae8e85... ac680806... M	uip/flist.c

commit 00140a3c86e9def69d98ba2ffd4d6e50ef6326ea
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 07:51:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 07:51:52 2012 +0200

    sortm: Removed the hidden -subject switch, which provided compat only.
    Use `-textfield subject' instead.

:100644 100644 d7dae612... 9e96d5a4... M	uip/sortm.c

commit c4a4ae457b089b440ba4cb62bca2e2ca59940ac1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 07:51:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 07:51:32 2012 +0200

    forw: Fixed -build switch.

:100644 100644 b1148b09... cbff866d... M	uip/forw.c

commit ac2834b4173be67edde1334819d3d3c16e4d484e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat May 5 07:51:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat May 5 07:51:04 2012 +0200

    Added comment and removed whitespace.

:100644 100644 d8edbcaa... fa5531a5... M	uip/pick.c
:100644 100644 f8af5caa... d8478409... M	uip/repl.c

commit 30292c537fe4eab052f303f1d3179c0e2fd037d8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 17:16:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 17:16:34 2012 +0200

    Removed the altmsglink (named `@') and env var `$editalt' for repl and dist.
    The env var $mhaltmsg already provides everything. We just get rid of
    compat redundancy.
    We also dropped the lstat() check. lstat() is POSIX and we assume any
    modern Unix system to support symbolic links. Also, there's only one
    invocation of lstat() left in uip/flist.c.

:100644 100644 d6677d2c... cfd5fe5b... M	config/config.c
:100644 100644 3df3d8b5... f757b3f7... M	configure.ac
:100644 100644 9eed2d08... 37678db2... M	h/mh.h
:100644 100644 87b8676a... 8e27f663... M	man/dist.man1
:100644 100644 19250b32... 095a0f3a... M	man/mh-profile.man5
:100644 100644 18e02a2b... 26fd0945... M	man/repl.man1
:100644 100644 53ee8a43... 35dc1950... M	sbr/folder_read.c
:100644 100644 c238a26f... fe7b4867... M	sbr/readconfig.c
:100644 100644 6c6fedbc... fe984610... M	uip/mhparam.c
:100644 100644 b9c1969b... 096a9bf2... M	uip/rmf.c
:100644 100644 7217096a... e3a411ad... M	uip/whatnow.c
:100644 100644 f3c46f84... e20df682... M	uip/whatnowproc.c

commit 5c43bb739797c078c3fd6aa982183e15af456d31
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 16:18:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 16:18:52 2012 +0200

    Man pages: Replaced \*(lq and \*(rq with ` and '.
    Using the quotes directly is staight-forward and convenient to read and write.

:100644 100644 a6edee8d... 0d435eff... M	docs/README.manpages
:100644 100644 55ec128e... 72898c0c... M	man/ali.man1
:100644 100644 36308a85... b5babf60... M	man/burst.man1
:100644 100644 da522b9a... 2f1cda08... M	man/comp.man1
:100644 100644 ebf2216f... 87b8676a... M	man/dist.man1
:100644 100644 fc1be7a8... a2ba53a4... M	man/flist.man1
:100644 100644 d6bfbb43... 704809d8... M	man/folder.man1
:100644 100644 073d9044... ae4f6708... M	man/forw.man1
:100644 100644 fc74195f... 415ebcbb... M	man/inc.man1
:100644 100644 eeda4380... 6577f64d... M	man/mark.man1
:100644 100644 39609f4f... e1e14fcc... M	man/mh-alias.man5
:100644 100644 eebae889... 40ab6264... M	man/mh-draft.man7
:100644 100644 ca07c512... e86e9ce6... M	man/mh-format.man5
:100644 100644 05e825b0... a6e66775... M	man/mh-mail.man5
:100644 100644 7768f7a1... 19250b32... M	man/mh-profile.man5
:100644 100644 874f63e0... 60568edc... M	man/mh-sequence.man7
:100644 100644 60545daa... 097242b2... M	man/mh-tailor.man5
:100644 100644 1322967f... 5545fffc... M	man/mhbuild.man1
:100644 100644 909db5cb... 37577f8c... M	man/mhl.man1
:100644 100644 351999ff... e0724b27... M	man/mhlist.man1
:100644 100644 ce298d7f... 0210c73d... M	man/mhmail.man1
:100644 100644 ecc93396... 1c35fcd1... M	man/mhpath.man1
:100644 100644 e92a82f2... 8445a5f4... M	man/mhstore.man1
:100644 100644 ac54e121... f8c7aaeb... M	man/mmh-intro.man7
:100644 100644 cfa7e8f5... d92016e2... M	man/new.man1
:100644 100644 398d49f8... c07204a5... M	man/packf.man1
:100644 100644 4fdac785... 2f06a22f... M	man/pick.man1
:100644 100644 f83a9dbb... 01b468c2... M	man/prompter.man1
:100644 100644 a8bacc28... 33ec5b60... M	man/rcvdist.man1
:100644 100644 26bd690f... c9c64b99... M	man/rcvstore.man1
:100644 100644 eaf8c095... 3bc85f7b... M	man/refile.man1
:100644 100644 c1eb1d89... 18e02a2b... M	man/repl.man1
:100644 100644 fa26c010... 7dccb69f... M	man/rmf.man1
:100644 100644 73032794... 997ade20... M	man/scan.man1
:100644 100644 4292a2d4... d8e18862... M	man/send.man1
:100644 100644 4468e8d5... 434be091... M	man/sendfiles.man1
:100644 100644 1fcfacd6... f7b30fd1... M	man/show.man1
:100644 100644 914fd7b5... 4d660b20... M	man/slocal.man1
:100644 100644 582e6ff5... 72ee22d0... M	man/sortm.man1
:100644 100644 695cd94d... d55b9922... M	man/spost.man8
:100644 100644 c11da838... 36295acd... M	man/whatnow.man1
:100644 100644 10ae7d0b... a060d143... M	man/whom.man

commit bb9360ead7eb7a3fedcce2eeedfc660014e41dbe
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 15:30:39 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 15:30:39 2012 +0200

    Removed msgchk(1) as it is hardly useful without POP support.
    It is questionable if msgchk(1) provides more information than:
            ls -l /var/mail/meillo
    It does separate between old and new mail, but that's not very useful
    and can be found out with stat(1) too. A very small shell script should
    be equally useful, if there's someone who really uses msgchk(1) and not
    simply `inc's.
    Concerning the administrative uses of msgchk(1), i.e. querying a set of
    users, that's no MUA's task and thus a reason to remove the tool. But
    eventually, the question remains the same: What does it provide more than
    `ls -l' and `ls -lu'? Is it worth to keep it around? IMO, no.

:100644 100644 14ae90ff... 8f3b7d3f... M	INSTALL
:100644 100644 da206718... 35cdf9f7... M	docs/COMPLETION-BASH
:100644 100644 27d36228... cf79c474... M	man/Makefile.in
:100644 100644 212f392c... ac54e121... M	man/mmh-intro.man7
:100644 000000 ff41dd01... 00000000... D	man/msgchk.man1
:100644 100644 4e68ee11... 04df4050... M	uip/Makefile.in
:100644 000000 dfbdd69e... 00000000... D	uip/msgchk.c

commit 32b2354dbaf4bf934936eb5b102a4a3d2fdd209a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 15:01:36 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 15:13:14 2012 +0200

    Renamed -version switch to -Version to remove the conflict with -verbose.
    Now, `mhlist -V' prints the version and `mhlist -v' lists verbosely.
    There are only a few switches left that conflict on the first character,
    apart from the inverted (no*) variants.

:100644 100644 c26783a6... da206718... M	docs/COMPLETION-BASH
:100644 100644 5e1004b3... a6edee8d... M	docs/README.manpages
:100644 100644 480c3631... 55ec128e... M	man/ali.man1
:100644 100644 e35899e6... 07bd32c6... M	man/anno.man1
:100644 100644 3e14e971... c96770ce... M	man/ap.man8
:100644 100644 aba04576... 36308a85... M	man/burst.man1
:100644 100644 bc723a91... da522b9a... M	man/comp.man1
:100644 100644 df4173aa... ebf2216f... M	man/dist.man1
:100644 100644 e0080cfd... b19c50b9... M	man/dp.man8
:100644 100644 f505ba8d... fc1be7a8... M	man/flist.man1
:100644 100644 a39b4dbd... 6156c395... M	man/fmtdump.man8
:100644 100644 e162a8e3... d6bfbb43... M	man/folder.man1
:100644 100644 2a2a8f3f... 073d9044... M	man/forw.man1
:100644 100644 334bcd70... fc74195f... M	man/inc.man1
:100644 100644 b0b93cad... eeda4380... M	man/mark.man1
:100644 100644 bb5f2d3b... 1322967f... M	man/mhbuild.man1
:100644 100644 95c5405a... 909db5cb... M	man/mhl.man1
:100644 100644 a94a7df1... 351999ff... M	man/mhlist.man1
:100644 100644 f244ae0e... ce298d7f... M	man/mhmail.man1
:100644 100644 6d7a4b06... 11a1346f... M	man/mhparam.man1
:100644 100644 3cdcf501... ecc93396... M	man/mhpath.man1
:100644 100644 ea370377... e92a82f2... M	man/mhstore.man1
:100644 100644 8e408e31... 212f392c... M	man/mmh-intro.man7
:100644 100644 82117deb... 0069435a... M	man/mmh.man1
:100644 100644 deef4ce6... 1bec9c80... M	man/mmhwrap.man1
:100644 100644 1b58ee5c... ff41dd01... M	man/msgchk.man1
:100644 100644 8bfc5d8d... cfa7e8f5... M	man/new.man1
:100644 100644 916db9e1... 398d49f8... M	man/packf.man1
:100644 100644 e9d1941c... 4fdac785... M	man/pick.man1
:100644 100644 9f183e37... f83a9dbb... M	man/prompter.man1
:100644 100644 d6723c82... a8bacc28... M	man/rcvdist.man1
:100644 100644 290f5ccb... e4447093... M	man/rcvpack.man1
:100644 100644 1fff18f0... 26bd690f... M	man/rcvstore.man1
:100644 100644 5e837f5b... eaf8c095... M	man/refile.man1
:100644 100644 286ee9c0... c1eb1d89... M	man/repl.man1
:100644 100644 ee294510... fa26c010... M	man/rmf.man1
:100644 100644 a2717130... 07d6cc3e... M	man/rmm.man1
:100644 100644 24ced2ce... 73032794... M	man/scan.man1
:100644 100644 ef0695ee... 4292a2d4... M	man/send.man1
:100644 100644 8e34f714... 1fcfacd6... M	man/show.man1
:100644 100644 7d649524... 914fd7b5... M	man/slocal.man1
:100644 100644 8932d646... 582e6ff5... M	man/sortm.man1
:100644 100644 1e0429dd... 695cd94d... M	man/spost.man8
:100644 100644 a181ccaa... c11da838... M	man/whatnow.man1
:100644 100644 856c2a09... 10ae7d0b... M	man/whom.man
:100644 100644 df29930c... 73f71668... M	uip/ali.c
:100644 100644 34d301b5... 7ede7e05... M	uip/anno.c
:100644 100644 623e0030... 3bb2bf0b... M	uip/ap.c
:100644 100644 23b737ec... 8d6e69b4... M	uip/burst.c
:100644 100644 5c088a83... 1c45a982... M	uip/comp.c
:100644 100644 57efc4e3... 3db8cfc0... M	uip/dist.c
:100644 100644 d64a0b9e... aee4b292... M	uip/dp.c
:100644 100644 9302a8a3... 71ae8e85... M	uip/flist.c
:100644 100644 b59cf5c7... fc94247c... M	uip/fmtdump.c
:100644 100644 cc400593... 584bb768... M	uip/folder.c
:100644 100644 adf0faaa... b1148b09... M	uip/forw.c
:100644 100644 2bdb9278... e1557847... M	uip/inc.c
:100644 100644 1917e84f... 3818c29b... M	uip/mark.c
:100644 100644 67b2e0e8... 12e65489... M	uip/mhbuild.c
:100644 100644 2c1d907b... 328db8fc... M	uip/mhl.c
:100644 100644 dd954a06... 7129ce5a... M	uip/mhlist.c
:100644 100644 2ab9cfd9... 6506b7d2... M	uip/mhmail.c
:100644 100644 664e5d08... 6c6fedbc... M	uip/mhparam.c
:100644 100644 5c0de057... 605d13c3... M	uip/mhpath.c
:100644 100644 54aa78d9... 1ee5c82f... M	uip/mhshow.c
:100644 100644 f4d664d2... 259acf39... M	uip/mhstore.c
:100644 100644 33b8026e... 871270ee... M	uip/mhtest.c
:100755 100755 6e93eb19... 68cf1201... M	uip/mmh.sh
:100644 100644 ee812268... dfbdd69e... M	uip/msgchk.c
:100644 100644 dab17ada... de3c0be4... M	uip/new.c
:100644 100644 23ee3354... b565c164... M	uip/packf.c
:100644 100644 0f0dda3b... d8edbcaa... M	uip/pick.c
:100644 100644 6c780d4a... 6db0455a... M	uip/prompter.c
:100644 100644 ac191497... d409b5cb... M	uip/rcvdist.c
:100644 100644 e00e1fd5... fe98a449... M	uip/rcvpack.c
:100644 100644 fc98b4ac... 5602dbc9... M	uip/rcvstore.c
:100644 100644 2fe25b49... e4433bd9... M	uip/refile.c
:100644 100644 b29ae9fd... f8af5caa... M	uip/repl.c
:100644 100644 77e05838... b9c1969b... M	uip/rmf.c
:100644 100644 ecc9b9b4... 0316c2c6... M	uip/rmm.c
:100644 100644 5cdd5b96... 085cc7fa... M	uip/scan.c
:100644 100644 6be46db1... 84e05dfb... M	uip/send.c
:100644 100644 765bcbd6... bd6b0a27... M	uip/slocal.c
:100644 100644 6ba8a9c2... d7dae612... M	uip/sortm.c
:100644 100644 093bad56... f3630d25... M	uip/spost.c
:100644 100644 f26dcb7c... 7217096a... M	uip/whatnow.c

commit 601cc73d1fa05ce96faa728f036d6c51b91701c7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 14:48:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 14:48:59 2012 +0200

    folder: Never display column headers (removed -header).
    Also removed the full-stop (dot) at the end of each line. It looked rather
    strange to have it there.

:100644 100644 4858486e... e162a8e3... M	man/folder.man1
:100644 100644 616f57b9... cc400593... M	uip/folder.c

commit a7ce7b4a580d77b6c2c4d980812beb589aa4c643
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 14:38:44 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 14:38:44 2012 +0200

    Bring in all of the mh-e support that is actually used
    to be compiled by default, and garbage collect the stuff that is not used.
    
    Pulled in from nmh. Thanks to Ken Hornstein.
    
    Concerning mmh only:
    - The FIXME comments about the missing checks for existing drafts.
    - mh-e support of mmh is not much more than providing the -build switches.
      It might get dropped in the future.

:100644 100644 7b375cfe... 14ae90ff... M	INSTALL
:100644 100644 04f23d1e... 3df3d8b5... M	configure.ac
:100644 100644 378ce70d... 2a2a8f3f... M	man/forw.man1
:100644 100644 df825fb5... 7768f7a1... M	man/mh-profile.man5
:100644 100644 6b7c4851... 286ee9c0... M	man/repl.man1
:100644 100644 e4c1b7f7... 53ee8a43... M	sbr/folder_read.c
:100644 100644 fe056f4a... adf0faaa... M	uip/forw.c
:100644 100644 2fbb9b65... 2bdb9278... M	uip/inc.c
:100644 100644 4523365e... b29ae9fd... M	uip/repl.c
:100644 100644 043ecd69... 77e05838... M	uip/rmf.c

commit e68b1fb49f49b3f68b7a1a5eeb449b2c26b196a8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 13:53:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 13:53:32 2012 +0200

    mhbuild: Removed -contentid switch, which was an Outlook 2002 workaround.
    Explanation:
    Outlook 2002 won't display attachments that have a Content-ID header.
    This is a bug in Outlook 2002, not in mhbuild. There used to be this
    -nocontentid switch to prevent Content-ID headers to be inserted. As I
    consider it wrong to complicate all other MUAs instead of forcing the
    developers and users of broken MUAs to fix or change their software,
    I removed it.
    You can still workaround the bug in the following way: invoke
    `e mhbuild' manually at the Whatnow prompt and edit the draft again
    thereafter, removing the Content-ID headers. Then send it.

:100644 100644 32df6518... bb5f2d3b... M	man/mhbuild.man1
:100644 100644 0fb53151... 67b2e0e8... M	uip/mhbuild.c

commit b24f96523aaf60e44e04a3ffb1d22e69a13a602f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 13:33:10 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 13:33:10 2012 +0200

    mhlist: Always display the column header (removed -headers).

:100644 100644 19369590... a94a7df1... M	man/mhlist.man1
:100644 100644 685c8ff7... dd954a06... M	uip/mhlist.c
:100644 100644 c2db9871... dc85bcc6... M	uip/mhlistsbr.c

commit a6e6452e21cb56d1ccd593341e0bdd865e3bcbe5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 13:21:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 13:21:16 2012 +0200

    mhbuild: Don't list anything (removed -list and -header).
    For displaying the MIME structure, use mhlist(1). If you are curious what
    mhbuild(1) had created, simply run mhlist(1) on the same file afterwards.

:100644 100644 c2614e4e... 32df6518... M	man/mhbuild.man1
:100644 100644 6b1469f3... 4e68ee11... M	uip/Makefile.in
:100644 100644 fd6cee0e... 0fb53151... M	uip/mhbuild.c

commit 658569d39048e3e810be570210649ff9f628e835
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 13:20:40 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 13:20:40 2012 +0200

    mhoutsbr.c: writeBase64aux() needs not to be exported.

:100644 100644 25495eb2... 4d04b652... M	uip/mhoutsbr.c

commit 3363e2624dce0eb8164cf8b3f1ab385c8ff72e88
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 12:32:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 12:32:04 2012 +0200

    mhbuild: Removed -rfc934mode switch, which is only useful for non-MIME systems.
    We require MIME facilities to be available.

:100644 100644 cca26e97... 1954d897... M	h/mhparse.h
:100644 100644 b7c12e67... c2614e4e... M	man/mhbuild.man1
:100644 100644 5cccd2a7... fd6cee0e... M	uip/mhbuild.c
:100644 100644 d517e6e8... 25495eb2... M	uip/mhoutsbr.c

commit 01a3480928da485b4d6109d36d751dfa71799d58
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 11:37:53 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 11:37:53 2012 +0200

    mhbuild: Removed the -ebcdicsafe switch.
    It only influenced MIME messages, where quoted-printable encoding encoded
    some punctuation chars (e.g. $) as well. I guess this is not much of a
    problem anymore today. The switch was deactivated by default and didn't even
    appear in the 1991's version of Jerry Peek's MH book. In the 1999's version
    there is a parenthesed note about the switch, not more. I guess we won't
    miss it.

:100644 100644 2c4bcce8... b7c12e67... M	man/mhbuild.man1
:100644 100644 cc319f5d... 5cccd2a7... M	uip/mhbuild.c
:100644 100644 5d267ef7... d517e6e8... M	uip/mhoutsbr.c
:100644 100644 a19475bd... 33b8026e... M	uip/mhtest.c

commit 8d8f1c3abc586c005c904e52c4adbfe694d2201c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 11:19:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 11:19:24 2012 +0200

    mhlist, mhbuild: Always evaluate realsizes of the MIME parts.
    This already had been the default. Now I removed the -[no]realsize switches.

:100644 100644 4fa75b52... 2c4bcce8... M	man/mhbuild.man1
:100644 100644 395d8384... 19369590... M	man/mhlist.man1
:100644 100644 d22e455d... cc319f5d... M	uip/mhbuild.c
:100644 100644 99b2cc78... 685c8ff7... M	uip/mhlist.c
:100644 100644 5dee1157... c2db9871... M	uip/mhlistsbr.c
:100644 100644 9b7e7b05... b5ecd099... M	uip/mhshowsbr.c

commit 104b0f8f0b2b5141baeaea3b96915ae24b51ff40
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 10:51:40 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 10:51:40 2012 +0200

    Minor improvements of man page sendfiles(1).

:100644 100644 2920b691... 4468e8d5... M	man/sendfiles.man1

commit 0115eef2665d92589cb4acec6ce3fc04f81da967
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 10:44:40 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 10:44:40 2012 +0200

    Minor fix: Font in man page.

:100644 100644 488d2dc1... deef4ce6... M	man/mmhwrap.man1

commit 68a686adeb39223a5e1ad35e4a24890ec053679d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 10:28:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 10:28:52 2012 +0200

    burst: Fixed handling of trailing text; removed -inplace and -quiet.
    The trailing text had been part of the last message extracted, now it is
    ignored, conforming to the documentation.
    Removing the -inplace switch (thus making -noinplace the default) simplified
    the code and removed the possibility to lose data.
    -quiet supressed warnings (``message is not in digest format''). Warnings
    should be displayed. To though suppress them, redirect stderr to /dev/null.
    I was unsure if I should make -verbose the default (i.e. remove -verbose
    but have -quiet) as it provides similar useful information like inc(1).
    I decided against it, because in Unix silence rules. However, I like to have
    ``burst: -verbose'' in my profile.

:100644 100644 5569f750... aba04576... M	man/burst.man1
:100644 100644 d0d06b6d... 23b737ec... M	uip/burst.c

commit 9413eae50c4f1843dc7cab43dc11fe79fd28b744
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 08:20:23 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 08:20:23 2012 +0200

    Minor refactoring.

:100644 100644 ed4aca04... 6be46db1... M	uip/send.c

commit 8bdc45422ae3279fde81b1d1e7eb9dcf881f961f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue May 1 08:09:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue May 1 08:09:56 2012 +0200

    whatnow: Simplified and clarified (or fixed?) the situation of failed edits.
    If the initial edit fails, no new draft is created, but any existing
    re-used draft is preserved. Failures of later edits are ignored and
    another prompt is printed.

:100644 100644 5ea88aa4... bc723a91... M	man/comp.man1
:100644 100644 42956c15... a181ccaa... M	man/whatnow.man1
:100644 100644 08e3be84... f26dcb7c... M	uip/whatnow.c

commit 75fca31a5b9d5c1a99c74ab14c94438d8852fba9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 22:58:54 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 22:58:54 2012 +0200

    Removed the -noeditor switches and made them replaceable by `-editor ""'.

:100644 100644 d8231f5a... 20820b5c... M	h/prototypes.h
:100644 100644 f9b59dbf... 5ea88aa4... M	man/comp.man1
:100644 100644 aaaa6122... df4173aa... M	man/dist.man1
:100644 100644 a970a3e4... 378ce70d... M	man/forw.man1
:100644 100644 f8f6eb13... 6b7c4851... M	man/repl.man1
:100644 100644 ce6c9c23... 42956c15... M	man/whatnow.man1
:100644 100644 cbe24d86... 5c088a83... M	uip/comp.c
:100644 100644 b169352f... 57efc4e3... M	uip/dist.c
:100644 100644 4fbd45f3... fe056f4a... M	uip/forw.c
:100644 100644 b0956fcb... 4523365e... M	uip/repl.c
:100644 100644 efdf02d4... 08e3be84... M	uip/whatnow.c
:100644 100644 fbea9416... f3c46f84... M	uip/whatnowproc.c

commit ee4f43cf2ef0084ec698e4e87159a94c01940622
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 20:38:46 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 20:38:46 2012 +0200

    Removed -nowhatnowproc switch as it does nothing useful.
    The result of using it is the same as using `-whatnowproc /bin/true':
    The draft gets created and left in the draft folder. As a replacement
    exists, we surely don't need keep -nowhatnowproc.

:100644 100644 70ac3b2c... c26783a6... M	docs/COMPLETION-BASH
:100644 100644 70cc287e... 4d67d927... M	docs/COMPLETION-ZSH
:100644 100644 6258d207... f9b59dbf... M	man/comp.man1
:100644 100644 e48525fb... aaaa6122... M	man/dist.man1
:100644 100644 628942da... a970a3e4... M	man/forw.man1
:100644 100644 26a2cddb... f8f6eb13... M	man/repl.man1
:100644 100644 87953ad2... cbe24d86... M	uip/comp.c
:100644 100644 dabfec75... b169352f... M	uip/dist.c
:100644 100644 140136a9... 4fbd45f3... M	uip/forw.c
:100644 100644 af147a12... b0956fcb... M	uip/repl.c

commit 8d77b48284c58c135a6b2787e721597346ab056d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 18:52:19 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 18:52:19 2012 +0200

    Rework in charset code. (Includes renaming.)
    Renamed check_charset() to is_native_charset(), and sbr/check_charset.c to
    sbr/charset.c. Removed caching in favor for simpler code.
    is_native_charset() does not check for prefixes anymore. The code didn't
    match the comments anyway and it matched when comparing the first 10 [sic!]
    chars of `ISO-8859-1whatever' with `ISO-8859-11', which is not wanted.

:100644 100644 f2c4652a... d8231f5a... M	h/prototypes.h
:100644 100644 6c3d2c2b... ca49c469... M	sbr/Makefile.in
:000000 100644 00000000... 56f085cc... A	sbr/charset.c
:100644 000000 d11d7729... 00000000... D	sbr/check_charset.c
:100644 100644 dc123e53... 4e8231fc... M	sbr/fmt_rfc2047.c
:100644 100644 2a8bbf92... 9b7e7b05... M	uip/mhshowsbr.c

commit 4c1efddfd499300c7e74263e57d8aa137e84c853
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 16:33:55 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 16:33:55 2012 +0200

    Dropped old show(1) and renamed mhshow(1) to show(1).
    If you do want to display non-MIME messages the old way, you can use:
            mhl `mhpath ...`
    The choice of renaming was hard to decide because I will introduce confusion
    and breaks the interface (mmh broke it already!). I though renamed, because
    the new situation is what we actually want: One program to display messages
    in a sane way. We used to type `show' and silently got `mhshow' when it
    contained non-trivial MIME content. That was a workaround and clearly not
    straight-forward. The improve the situation show(1) needed to be dropped.
    Because users don't want to type `mhshow', I decided to renamed it to `show'.
    Hope I won't introduce too many inconveniences with this decision.

:100644 100644 78e1390b... 7b375cfe... M	INSTALL
:100644 100644 1caea472... d6677d2c... M	config/config.c
:100644 100644 28aa29fd... 70ac3b2c... M	docs/COMPLETION-BASH
:100644 100644 2b47557b... 70cc287e... M	docs/COMPLETION-ZSH
:100644 100644 acd3072a... 27d36228... M	man/Makefile.in
:100644 100644 083222be... df825fb5... M	man/mh-profile.man5
:100644 100644 1633b076... 874f63e0... M	man/mh-sequence.man7
:100644 100644 9c68f365... 4fa75b52... M	man/mhbuild.man1
:100644 100644 f42498b2... 395d8384... M	man/mhlist.man1
:100644 000000 d3326ac6... 00000000... D	man/mhshow.man1
:100644 100644 54495d74... ea370377... M	man/mhstore.man1
:100644 100644 d2fe715e... 8e408e31... M	man/mmh-intro.man7
:100644 100644 a61fc373... ef0695ee... M	man/send.man1
:100644 100644 b4671222... 8e34f714... M	man/show.man1
:100644 100644 66db1866... 6b1469f3... M	uip/Makefile.in
:100644 100644 fa7f2562... 54aa78d9... M	uip/mhshow.c
:100644 100644 13a65e40... 2a8bbf92... M	uip/mhshowsbr.c
:100644 000000 34fa826a... 00000000... D	uip/show.c

commit da2ccd847bcb978a51b946e934ac91a2af7347fa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 16:28:30 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 16:28:30 2012 +0200

    Noted that the testcases are not maintained and thus became broken.

:100644 100644 c61647eb... 94b5ab15... M	test/README

commit 264f6e648f566f8efaa0188fb6a9e4908329d6d6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 16:16:08 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 16:16:08 2012 +0200

    Code style: Fixed indent and comment style.

:100644 100644 dc8e380b... af460e6a... M	uip/mhparse.c

commit 1e1eead55e3f03af9f826b21649c77b90d886a4c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Apr 30 12:15:14 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Apr 30 12:15:14 2012 +0200

    Install scan.meillo. (Wasn't enough to just add the file to the VCS.)

:100644 100644 65844712... efec5dbc... M	etc/Makefile.in

commit 0da86af19c369b20713d0cedf7b0b3319560f69e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 22:32:02 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 22:32:02 2012 +0200

    mhshow: Add header and separation when displaying multiple messages.
    We do it similar to the way mhl(1) does it.
    The -header of show(1) is not added to mhshow(1). You can though have it,
    by using the mhl `MessageName' pseudo-component.

:100644 100644 ecd2e9dd... d3326ac6... M	man/mhshow.man1
:100644 100644 4f67d325... 13a65e40... M	uip/mhshowsbr.c

commit 2017eab468c8506da64eacc01d829c2b946e5faa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 22:09:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 22:09:52 2012 +0200

    mhshow: Fixed segfault. (Care that c_charset is set.)

:100644 100644 3bcf84f9... 4f67d325... M	uip/mhshowsbr.c

commit 3480effefa433e71db02129a1e30e454400a54ce
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 20:37:31 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 20:37:31 2012 +0200

    mhshow: Can now be called as `next' or `prev' as well.
    This is a step in replacing show(1) by mhshow(1).

:100644 100644 c3238672... fa7f2562... M	uip/mhshow.c

commit 0e46503be3c855bddaeae3843e1b659279c35d70
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 20:13:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 20:13:04 2012 +0200

    mhl: Don't invoke the pager anymore.
    As show(1) will soon be replaced by mhshow(1), mhl will be hidden behind
    mhshow(1), which does invoke a pager now itself. Hence, no need for mhl(1)
    to deal with it.

:100644 100644 f9536c07... 95c5405a... M	man/mhl.man1
:100644 100644 58c7d2b0... 2c1d907b... M	uip/mhl.c

commit a4197ea6ffc5c1550e8b52d5a654bcaaaee04a4e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 19:59:54 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 19:59:54 2012 +0200

    mhshow: Automatically invoke (one) pager for the whole message, if on TTY.
    Mhshow used to invoke the pager for each of the text/plain parts
    independently. Now, we invoke it once for the whole message.
    Remember: We serialize!
    (Mhl(1) invokes a pager too, currently, but not much longer.)

:100644 100644 79975ef6... ecd2e9dd... M	man/mhshow.man1
:100644 100644 53f96f24... c3238672... M	uip/mhshow.c

commit 7ca05c3df912f540c1f25b3be4d1733f5a3ad1b4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 19:44:41 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 19:44:41 2012 +0200

    mhshow: Wait for children synchonously because we run them serialized.

:100644 100644 4a7fc0ca... 3bcf84f9... M	uip/mhshowsbr.c

commit b6e0badc41f8368a0cb74eecb78666fd8d641529
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 18:45:20 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 18:45:20 2012 +0200

    Updated man page of mhshow(1) to recent changes.

:100644 100644 9b6465da... 79975ef6... M	man/mhshow.man1

commit a20d405db09b7ccca74d3e8c57550883da49e1ae
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 18:06:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 18:06:04 2012 +0200

    mhshow-show-*: Made %e escape the default, i.e. always serialize the output.
    Never invoke several content display processes in parallel, but always
    wait for the previous to finish before executing the next one. The idea
    behind this is generating console output only, but not spawning any
    graphical windows. All output of displaying one message should go to one
    single pager invocation. Any other kinds of attachments are to be stored
    and afterwards displayed manually. This is the way all the other MUAs do it
    and it matches the modern understanding of emails: a message and attachments.
    This is contrary to the original design of MIME, true.
    Also, removed the %p alias for the %l escape.

:100644 100644 e2cde4dd... 4a7fc0ca... M	uip/mhshowsbr.c

commit 7fba80493bf077322a16e98bfeb11990a9c89340
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 17:52:51 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 17:52:51 2012 +0200

    Don't do a shell `exec' on mhshow-show-* contents to make `foo; bar' possible.

:100644 100644 fe3afc4c... e2cde4dd... M	uip/mhshowsbr.c

commit 2433122c20baccb10b70b49c04c6b0497b5b3b60
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 17:35:18 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 17:35:18 2012 +0200

    No more mhshow-charset-* but instead automatic invocation of iconv(1).
    Unless there is an mhshow-show-* rule, text/plain content types are
    automatically piped through iconv(1) if their charset is foreign.
    For mhshow-show-* rules, there's a new %c escape, which expands to the
    foreign charset. The contents of the files, referenced by %f/%F are still
    in foreign encoding. One might want to use `iconv -f %c %f | mycommand'
    for custom mhshow-show-* rules.
    We depend on iconv(1) now! But this may change to dependence on iconv(3),
    soon.
    This field is inconsistent and not at all finished, yet.

:100644 100644 6778654a... cca26e97... M	h/mhparse.h
:100644 100644 5fe5b2d9... bf3382c5... M	uip/mhfree.c
:100644 100644 1777cf4b... 5dee1157... M	uip/mhlistsbr.c
:100644 100644 cf264c6f... dc8e380b... M	uip/mhparse.c
:100644 100644 adb0da7b... fe3afc4c... M	uip/mhshowsbr.c

commit 559039d546e7eb1d160c4e3bd3538845b645546e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 15:17:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 15:17:16 2012 +0200

    anno: Fixed test for intermixture of file and msgs/folder.

:100644 100644 fe0d65f2... 34d301b5... M	uip/anno.c

commit e15c750b678ec42965c68106cc645e33a9e45109
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Apr 14 14:31:27 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Apr 14 14:31:27 2012 +0200

    Remove unused struct component.

:100644 100644 2d88127f... 6778654a... M	h/mhparse.h

commit c9d2227d8c81c7d1a04e8182622e73b2770ee1a4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 23:14:13 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 23:14:13 2012 +0200

    mhmail is for sending, but not for reading mail.

:100644 100644 5cd77a3e... d2fe715e... M	man/mmh-intro.man7

commit 55e1d8c654ee0f7c45b9361ce34617983b454c32
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 23:05:47 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 23:05:47 2012 +0200

    mhshow/mhstore: Removed support for retrieving message/external-body parts.
    These tools won't download the contents automatically anymore. Instead,
    they print the information needed to get the contents. If someone should
    really receive one of those rare message/external-body messages, he can
    do the job manually. We save nearly a thousand lines of code. That's worth
    it!
    (The profile entry `nmh-access-ftp' and sbr/ruserpass.c for reading
    ~/.netrc are gone now.)

:100644 100644 70a9a403... 1caea472... M	config/config.c
:100644 100644 14f42f4b... 9eed2d08... M	h/mh.h
:100644 100644 af9b8caa... 2d88127f... M	h/mhparse.h
:100644 100644 ba33a03c... f2c4652a... M	h/prototypes.h
:100644 100644 b9b098cc... f42498b2... M	man/mhlist.man1
:100644 100644 8ebc7ba3... 9b6465da... M	man/mhshow.man1
:100644 100644 15f4939c... 54495d74... M	man/mhstore.man1
:100644 100644 1f1b79b5... 6c3d2c2b... M	sbr/Makefile.in
:100644 000000 0e169a5b... 00000000... D	sbr/ruserpass.c
:100644 100644 f659a30b... d22e455d... M	uip/mhbuild.c
:100644 100644 dd1277c8... 5fe5b2d9... M	uip/mhfree.c
:100644 100644 9cd331a8... 1777cf4b... M	uip/mhlistsbr.c
:100644 100644 01170a14... cf264c6f... M	uip/mhparse.c
:100644 100644 2b69c197... adb0da7b... M	uip/mhshowsbr.c
:100644 100644 50c911c8... f4d664d2... M	uip/mhstore.c

commit c164fa6824a65205d96c9d1450dc656bec66553a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 23:03:23 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 23:03:23 2012 +0200

    Cleanup addon to `mhbuild: Removed support for message/external-body'.

:100644 100644 03aff614... 5d267ef7... M	uip/mhoutsbr.c

commit 90d53cbbe431a89ac2066a527bbfe46ac0f3cbe7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 18:28:49 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 18:28:49 2012 +0200

    mhbuild: Removed support for creating message/external-body parts.
    Although I really like the concept, I remove the support because I haven't
    seen any such message in my life. Less code through removing hardly used
    features is more appealing to me than having support for such nice but
    hardly used features. The world took a different road than the one MIME
    proposed.

:100644 100644 babc1b2c... 9c68f365... M	man/mhbuild.man1
:100644 100644 e12f272b... f659a30b... M	uip/mhbuild.c

commit 41b6eadbcecf63c9a66aa5e582011987494abefb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 17:30:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 17:30:56 2012 +0200

    mhstore -auto: Never store into subdirs, but use basename of filename.
    Now, the only remaining problem with -auto is overwriting of existing files.
    But actually that's no problem of -auto, because the behavior is the same
    with -noauto.

:100644 100644 faf8ea5d... 15f4939c... M	man/mhstore.man1
:100644 100644 6f6746de... 50c911c8... M	uip/mhstore.c

commit 3410b680416c49a7617491af38bc1929855a331d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 16:12:43 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 16:12:43 2012 +0200

    mhstore: Made -auto the default.
    Now, that tar files are not extracted automatically anymore,
    it's quite safe to have -auto, as nothing unexpected will happen.
    Still, existing files will be overwritten, but that's the case
    with -noauto too.

:100644 100644 61e2ab2c... faf8ea5d... M	man/mhstore.man1
:100644 100644 992d4293... 6f6746de... M	uip/mhstore.c

commit 94c80042eae3383c812d9552089953f9846b1bb6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Apr 12 15:18:12 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Apr 12 15:18:12 2012 +0200

    Don't treat application/octet-stream with type=tar special.
    Don't auto-extract such parts with `mhstore -auto'. This makes -auto
    less a security problem.
    The auto-extract feature of mhshow that had been described in its man
    page seems to not exist, anyway.

:100644 100644 e3fbdb76... 8ebc7ba3... M	man/mhshow.man1
:100644 100644 fcd833df... 61e2ab2c... M	man/mhstore.man1
:100644 100644 ed36c960... 992d4293... M	uip/mhstore.c

commit d1fefd9f614e4dc3cda16da6c69133c1b2005269
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 17:23:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 17:23:59 2012 +0200

    Remove caching of external MIME parts.
    I.e. -rcache/-wcache switches and nmh-cache/nmh-private-cache profile entries.
    External MIME parts are *very* rare nowadays, who cares about caching
    them, anyway?

:100644 100644 f38866b9... 70a9a403... M	config/config.c
:100644 100644 de70d7a9... 78db70b2... M	h/Makefile.in
:100644 100644 05300510... 14f42f4b... M	h/mh.h
:100644 000000 77caabf5... 00000000... D	h/mhcachesbr.h
:100644 100644 e6016bca... b9b098cc... M	man/mhlist.man1
:100644 100644 57bfa311... e3fbdb76... M	man/mhshow.man1
:100644 100644 0a338e7b... fcd833df... M	man/mhstore.man1
:100644 100644 6d6347d5... 66db1866... M	uip/Makefile.in
:100644 100644 e6caba39... e12f272b... M	uip/mhbuild.c
:100644 000000 8d251320... 00000000... D	uip/mhcachesbr.c
:100644 100644 66f9d894... 99b2cc78... M	uip/mhlist.c
:100644 100644 2ee95f43... 01170a14... M	uip/mhparse.c
:100644 100644 ac6b0c3e... 53f96f24... M	uip/mhshow.c
:100644 100644 950483b7... ed36c960... M	uip/mhstore.c
:100644 100644 c7afd66d... a19475bd... M	uip/mhtest.c

commit 70bc44ec2fd9f4033a6190868979991338ba6664
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 16:46:27 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 16:46:27 2012 +0200

    Removed #ifdef lint.

:100644 100644 dd0b52af... 173f12d4... M	sbr/fmt_compile.c
:100644 100644 483ad847... 2ee95f43... M	uip/mhparse.c

commit 31dc797eb5178970d68962ca8939da3fd9a8efda
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 15:41:05 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 15:41:05 2012 +0200

    Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
    Transfer integrity should be cared for in the transfer protocols.
    Data integrity is better covered with digital signatures.

:100644 100644 f0152ddf... de70d7a9... M	h/Makefile.in
:100644 000000 8a1104ad... 00000000... D	h/md5.h
:100644 100644 71c3563d... af9b8caa... M	h/mhparse.h
:100644 100644 dc37db2a... 22c23495... M	h/mime.h
:100644 100644 db44f02e... babc1b2c... M	man/mhbuild.man1
:100644 100644 14912a25... e6016bca... M	man/mhlist.man1
:100644 100644 13cb0151... 57bfa311... M	man/mhshow.man1
:100644 100644 ec4c7a1e... 0a338e7b... M	man/mhstore.man1
:100644 100644 0ae31675... 6d6347d5... M	uip/Makefile.in
:100644 000000 6737a3ea... 00000000... D	uip/md5.c
:100644 100644 5f29d0e6... e6caba39... M	uip/mhbuild.c
:100644 100644 201ce514... 8d251320... M	uip/mhcachesbr.c
:100644 100644 45f3e9d4... 66f9d894... M	uip/mhlist.c
:100644 100644 130b4e55... 03aff614... M	uip/mhoutsbr.c
:100644 100644 bf65480e... 483ad847... M	uip/mhparse.c
:100644 100644 6e694c41... ac6b0c3e... M	uip/mhshow.c
:100644 100644 75633b76... 2b69c197... M	uip/mhshowsbr.c
:100644 100644 ea35f8eb... 950483b7... M	uip/mhstore.c
:100644 100644 164d3905... c7afd66d... M	uip/mhtest.c

commit 85efd688c798fc782567d3f9c283064a01d5c9fe
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 15:18:39 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 15:18:39 2012 +0200

    Man page mhbuild(1): Tried to make the structure more clear through markup.

:100644 100644 3d3260f8... db44f02e... M	man/mhbuild.man1

commit 2679bb7e1305b30e1f0bef4612760b5a858456da
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 12:22:13 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 12:22:13 2012 +0200

    Added docs/README.start-devel, which recommends who to start with nmh.
    I've written this more than a year ago, in pre-mmh times, but my advices
    are still the same.

:000000 100644 00000000... 192c3ff5... A	docs/README.start-devel

commit d0581ba306a7299113a346f9b4c46ce97bc4cef6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 11:52:12 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 11:52:12 2012 +0200

    Don't display multipart/parallel in parallel. Always serialize displaying.

:100644 100644 0a6513b6... 13cb0151... M	man/mhshow.man1
:100644 100644 b43d5a81... 6e694c41... M	uip/mhshow.c
:100644 100644 d3ddb948... 75633b76... M	uip/mhshowsbr.c
:100644 100644 cb411d8c... ea35f8eb... M	uip/mhstore.c

commit ff2832024ce5363103365c0caff85e75e4590b83
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 11:09:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 11:09:16 2012 +0200

    Merged man pages next(1) and prev(1) into show(1).

:100644 100644 2b44d9fe... b756c040... M	man/next.man1
:100644 100644 06464d43... b756c040... M	man/prev.man1
:100644 100644 047baf5c... b4671222... M	man/show.man1

commit 7b4682fe054f605f05e6d38033188b5961aac096
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 11:07:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 11:07:59 2012 +0200

    show: Fixed -checkmime for msgs.
    Only check for MIME-Version header from now on.

:100644 100644 a0178fe9... 34fa826a... M	uip/show.c

commit d50bc5836dcb94dc6b92e7953c7d0cf62469ee52
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 00:05:26 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 00:05:26 2012 +0200

    Scanning an empty mbox file is no error.
    Of course there won't be a delimiter, but mail drop files are frequently
    empty, though existing.
    This solution is more of a hack, but it works. Improvements welcome!

:100644 100644 c7f4279b... 5bd6bbba... M	sbr/m_getfld.c

commit dda8c13ffa51100f1482af9a2429290269068955
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Apr 11 00:04:35 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Apr 11 00:04:35 2012 +0200

    Default scan format: Added leading zeros, which I've forgotten.

:100644 100644 592474da... 91b2ff67... M	h/scansbr.h

commit 7966c20b9cd851df25a903f5ecc47547b26af185
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Apr 10 23:45:02 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Apr 10 23:45:02 2012 +0200

    Added my own scan format: scan.meillo

:000000 100644 00000000... 53f7bb9f... A	etc/scan.meillo

commit aec4cbb08264ca2edd59f00f4563cd4528e0ff0e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Apr 10 23:44:14 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Apr 10 23:44:14 2012 +0200

    Added HH:MM to the default scan format.

:100644 100644 1f0d0873... 592474da... M	h/scansbr.h

commit 7c2ba0786dc15d32519719791d9fc5a990e84242
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Apr 10 23:30:23 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Apr 10 23:30:23 2012 +0200

    Minor layout fix in man page mhparam(1).

:100644 100644 323bc243... 6d7a4b06... M	man/mhparam.man1

commit a8a894a102eb7f31662d49355312d6e64e081664
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Apr 10 23:24:07 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Apr 10 23:24:07 2012 +0200

    Removed -(no)push and -(no)forward flags from send, spost and whatnow.
    We don't send directly (with SMTP) anymore. We only execute sendmail,
    which, on modern systems, takes few time. Thus we do it directly
    instead of having more complexity for the rare wish to run sendmail in
    the background and also be unable to deal with possible errors directly.

:100644 100644 26ec56e0... 334bcd70... M	man/inc.man1
:100644 100644 09e3f408... a61fc373... M	man/send.man1
:100644 100644 00f1d7ba... 1e0429dd... M	man/spost.man8
:100644 100644 0406e45a... ce6c9c23... M	man/whatnow.man1
:100644 100644 a2e99329... ed4aca04... M	uip/send.c
:100644 100644 369f03e2... 093bad56... M	uip/spost.c
:100644 100644 0576ff84... efdf02d4... M	uip/whatnow.c

commit 3e59699457d12fe6cef2e6426d097f92361269c9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Apr 1 22:46:30 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Apr 1 22:46:30 2012 +0200

    Added a bunch of good quality code. That will improve mmh for decades!

:000000 100644 00000000... e722c851... A	docs/m_getfld.c.humor

commit d54c8db8bdf01e8381890f7729bc0ef4a055ea11
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 30 18:07:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 30 18:07:52 2012 +0200

    Put structure into anno(1) and its man page.
    The ``newly'' added features (-list, -delete, ...) were simply added
    on top, but without rethinking and adjusting anno(1)'s structure. (I
    agree, however, that it was the right decision to add these features
    to anno(1) instead of writing another tool.) I've reworked anno now to
    give it a clear structure. And I've reworked its man page to propagate
    this structure.

:100644 100644 1e27cf50... e35899e6... M	man/anno.man1
:100644 100644 3b1d1377... fe0d65f2... M	uip/anno.c

commit 3d6f5c837570d47d61e12df7e98ebec25ad08d46
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 23:17:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 23:17:59 2012 +0200

    Updated man page mh-mail(5).

:100644 100644 34d983cb... 05e825b0... M	man/mh-mail.man5

commit a0a7003193b14d2965fdeb6e07cd20605d179e1f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 23:00:30 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 23:00:30 2012 +0200

    Added missing NULL sentinels in switches array.

:100644 100644 5142ae3a... 2fbb9b65... M	uip/inc.c
:100644 100644 3104e6f8... 45f3e9d4... M	uip/mhlist.c
:100644 100644 4a07d016... b43d5a81... M	uip/mhshow.c
:100644 100644 37174dea... 164d3905... M	uip/mhtest.c
:100644 100644 e2707d33... ee812268... M	uip/msgchk.c

commit 07ac3f117098490f03b7f61e0257dc2d07583402
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 22:53:19 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 22:53:19 2012 +0200

    mmh.sh: Minimal change.

:100755 100755 cb27ae82... 6e93eb19... M	uip/mmh.sh

commit 155ab56dceb237b491a9d551e2a74aa8d74a16c0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 22:51:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 22:51:59 2012 +0200

    Added wrapper mmhwrap for parallel installations with nmh or a small $PATH.
    It might be helpful.

:100644 100644 d83d8705... 5c91101e... M	.gitignore
:100644 100644 4703ebd9... acd3072a... M	man/Makefile.in
:000000 100644 00000000... 488d2dc1... A	man/mmhwrap.man1
:100644 100644 1f5a495e... 0ae31675... M	uip/Makefile.in
:000000 100644 00000000... dfd308af... A	uip/mmhwrap.sh

commit 412b2e54251ff6e20537f83b95c8ee76ea8c5c40
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 18:18:21 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 18:18:21 2012 +0200

    Folded fileproc to constant `refile'.
    Also moved sbr/refile.c into uip/whatnow.c

:100644 100644 31acdbb1... f38866b9... M	config/config.c
:100644 100644 ac8e6653... 05300510... M	h/mh.h
:100644 100644 973da677... ba33a03c... M	h/prototypes.h
:100644 100644 5c39a501... 6258d207... M	man/comp.man1
:100644 100644 7f9f952d... 628942da... M	man/forw.man1
:100644 100644 65a2d6f1... 083222be... M	man/mh-profile.man5
:100644 100644 5643286b... 26a2cddb... M	man/repl.man1
:100644 100644 36844a07... 0406e45a... M	man/whatnow.man1
:100644 100644 f2f1a9ed... 1f1b79b5... M	sbr/Makefile.in
:100644 100644 280d25b3... c238a26f... M	sbr/readconfig.c
:100644 000000 55ba754e... 00000000... D	sbr/refile.c
:100644 100644 7a1c5126... 664e5d08... M	uip/mhparam.c
:100644 100644 93283cc1... 369f03e2... M	uip/spost.c
:100644 100644 6e58052b... 0576ff84... M	uip/whatnow.c

commit 5f6cb9c6ca7a84cbb7b7e3fd4d033af99caa9e18
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 17:12:37 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 17:12:37 2012 +0200

    Migrated man page post(8) to spost(8).
    It would be nice to have it improved a bit more.
    Spost is located in section 8 (maintenance commands) of the manual,
    but it is located in the bindir, rather than the sbindir. This is
    on purpose. The sections of the manual are mostly informational (today),
    whereas directories are either in $PATH or not, and thus cause a
    functional difference. Hence, I don't blindly link sbindir to section 8.

:100644 100644 08a2bc11... 4703ebd9... M	man/Makefile.in
:100644 000000 5bac6f73... 00000000... D	man/post.man8
:000000 100644 00000000... 00f1d7ba... A	man/spost.man8

commit 3c7a396c28e665f8cc2e94f18e1a84b3e1d2efd4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 16:13:21 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 16:13:21 2012 +0200

    mhl: removed -folder switch and folder output for messagename pseudo component.

:100644 100644 ecc9ef4d... 65a2d6f1... M	man/mh-profile.man5
:100644 100644 f408604d... f9536c07... M	man/mhl.man1
:100644 100644 c78619ee... 58c7d2b0... M	uip/mhl.c
:100644 100644 9a3c46e9... a0178fe9... M	uip/show.c

commit aac09b48aeb1e822be418a6b6a01b3e2f357b8cd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 15:17:06 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 15:17:06 2012 +0200

    Removed dead code within never set define WHATNOW.

:100644 100644 318d5556... 2fe25b49... M	uip/refile.c
:100644 100644 4abc3d74... 9a3c46e9... M	uip/show.c

commit 8edc5aaf86f9f77124664f6801bc6c6cdf258173
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 29 15:08:49 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 29 15:08:49 2012 +0200

    Trash folder replaces rmmproc. Rework of rmm(1) and refile(1).
    Removed several switches from refile and changed its behavior.
    (Although, rmm does not use backup prefixes anymore, other tools
    still do.)

:100644 100644 82c66c3b... 31acdbb1... M	config/config.c
:100644 100644 49389030... 28aa29fd... M	docs/COMPLETION-BASH
:100644 100644 cb21f3fa... 2b47557b... M	docs/COMPLETION-ZSH
:100644 100644 8d698f48... ac8e6653... M	h/mh.h
:100644 100644 0e608d00... 973da677... M	h/prototypes.h
:100644 100644 5c051fba... ecc9ef4d... M	man/mh-profile.man5
:100644 100644 b864caa9... 323bc243... M	man/mhparam.man1
:100644 100644 036baab5... 5e837f5b... M	man/refile.man1
:100644 100644 0cf138fa... a2717130... M	man/rmm.man1
:100644 100644 d6e63b6c... 17b99bef... M	sbr/folder_delmsgs.c
:100644 100644 3749452b... bdb0e866... M	sbr/m_backup.c
:100644 100644 bcff1da2... 280d25b3... M	sbr/readconfig.c
:100644 100644 20a95e7b... 7a1c5126... M	uip/mhparam.c
:100644 100644 e699a144... 318d5556... M	uip/refile.c
:100644 100644 35983bd6... ecc9b9b4... M	uip/rmm.c
:100644 100644 d0b0f93a... 6e58052b... M	uip/whatnow.c

commit dfecfa4b4b77983ddf8253b1b8effaf5c1a0ce80
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 28 21:16:08 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 28 21:16:08 2012 +0200

    Fixed programming mistakes, detected by cppcheck.
    Two memory leaks and a possibly not terminated string.
    (There also is a false positive in sbr/path.c.)
    (sbr/dtimep.c has warnings, but I believe lex is correct. ;-) )

:100644 100644 8ccffc50... e4c1b7f7... M	sbr/folder_read.c
:100644 100644 ee512197... 5142ae3a... M	uip/inc.c
:100644 100644 b83a2686... 765bcbd6... M	uip/slocal.c

commit 12fc1bc3b016c93fa00712de76a286c09dc1ee39
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 18:22:13 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 18:22:13 2012 +0200

    Removed -realsize from man page because mhshow doesn't support it.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 4f14ae47... 0a6513b6... M	man/mhshow.man1

commit e1b2a81e2b5f77605973a47734a895cd3e83b73c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 18:11:49 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 18:11:49 2012 +0200

    Enhance fix of 0b81a300d9e7cf78b6bc11d8c870f57fa81fcdc4.
    Ken Hornstein did the same fix for nmh. He showed me that I had missed
    the second, similar, case. Thanks.

:100644 100644 7fa7558f... fd18a117... M	sbr/seq_add.c

commit 18272eafd1dd4c2c594724da3d850e794f191566
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 17:39:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 17:39:32 2012 +0200

    Automated generation of mh-chart.man7.
    Moved mh-chart from section 1 to section 7, in the same go.
    
    Based upon a pull-in from nmh. Thanks a lot to David Levine.
    Autogenerating is the only sensible approach to mh-chart.

:100644 100644 b5b89d68... d83d8705... M	.gitignore
:100644 100644 e7f58be2... 08a2bc11... M	man/Makefile.in
:000000 100755 00000000... 72a2b381... A	man/mh-chart-gen.sh
:100644 000000 9190405c... 00000000... D	man/mh-chart.man1
:100644 100644 b55b7481... e9d1941c... M	man/pick.man1
:100644 100644 aa7b4fcc... 9f183e37... M	man/prompter.man1
:100644 100644 f2015b48... 2920b691... M	man/sendfiles.man1

commit b9650770c24af625e4ddc6d791b9d5b652c1e8b2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:40:17 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:40:17 2012 +0200

    Trivial change.

:100644 100644 75d9a9b6... d0b0f93a... M	uip/whatnow.c

commit c986c4f537fa8adc7d84f338976613ac4475bea3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:31:14 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:31:14 2012 +0200

    Add some more default MIME content suffixes.
    Some of them originated from:
        cat /etc/mime.types |
        perl -ane 'if ($F[1] ne "") {print "mhshow-suffix-$F[0]:.$F[1]\n"}'
    
    Pulled in from nmh. Thanks to Ken Hornstein, David Levine and Steve Rader.

:100644 100644 023ad610... 71c754d0... M	etc/mhn.defaults

commit 6cdade9983a7ebd5a5bb8296daa49d5475f07af8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:22:43 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:22:43 2012 +0200

    Clean up prototypes.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 7f8d39a7... 0f0dda3b... M	uip/pick.c

commit 9baa20b6178dec82264945744200af013c05b3bd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:18:49 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:18:49 2012 +0200

    Make sure we don't send Envelope-From if we're using spost.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 69d47082... 93283cc1... M	uip/spost.c

commit 1ab6dbe9907901b0abe84c451ead6b25a74fbb5b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:14:46 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:14:46 2012 +0200

    Create proper prototypes for formataddr().
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 a2058683... 09346dab... M	h/fmt_scan.h
:100644 100644 8414829b... ec086a13... M	sbr/fmt_scan.c

commit 5aa54cbb20ba640e73e6c9132f9b8c13bec07607
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:11:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:11:24 2012 +0200

    Fixed mhstore to honor nmh-storage profile entry even with -auto [Bug #35303].
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 f05c10c0... ec4c7a1e... M	man/mhstore.man1
:100644 100644 764237e5... cb411d8c... M	uip/mhstore.c

commit 047888a8a1d311b772b3207dca48b607c7126507
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 15:07:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 15:07:59 2012 +0200

    Fixed two fd leaks in mhparse.c.
    1) In openQuoted(), the decoded contents file was opened twice in
       succession. The second open was added by a patch in March 2000.
    2) openBase64(), openQuoted(), and open7Bit() could open the contents
       file, but it never would be closed. Added code to each to close the
       file if the function opened it.
    [Bug #24004: (debbug 344182)]
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 d38f2515... bf65480e... M	uip/mhparse.c

commit b2d16fa4e961d55fec5f83eadc0a15503af2fe38
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:57:18 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:57:18 2012 +0200

    Replaced UTC-8 with UTF-8.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 ddd30faa... 96014314... M	docs/MACHINES

commit 0fb9981d2aff1a53d665123ef73857949a0e86f8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:55:17 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:55:17 2012 +0200

    Fixed a bunch of minor man page formating problems.
    (Revealed by `groff -ww'.)
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 0977c77f... 3e14e971... M	man/ap.man8
:100644 100644 0d5cd40d... 7f9f952d... M	man/forw.man1
:100644 100644 ae0e8b0d... ca07c512... M	man/mh-format.man5
:100644 100644 98564e0d... 1633b076... M	man/mh-sequence.man7
:100644 100644 a04464d3... f408604d... M	man/mhl.man1
:100644 100644 2f2b6412... d6723c82... M	man/rcvdist.man1
:100644 100644 42e371f9... 24ced2ce... M	man/scan.man1
:100644 100644 e8defa55... 7d649524... M	man/slocal.man1

commit 6bd5e1baa07e971d42188391a12f330b82174c48
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:48:42 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:48:42 2012 +0200

    Fixed mhlist -verbose to work with all content types [Bug #35219].
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 4c788d16... 9cd331a8... M	uip/mhlistsbr.c

commit eea4d1cb63d62652e6413edfae2eaf5d4944d80f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:40:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:40:38 2012 +0200

    Added -verbose/-noverbose to mhlist synopsis
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 9738de9a... 9190405c... M	man/mh-chart.man1
:100644 100644 91b35e2f... 14912a25... M	man/mhlist.man1

commit a451512234838dcaf6f0a625b228761d0b2575a7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:37:36 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:37:36 2012 +0200

    Escape spaces in DEFAULTS sections of man pages so they no longer are lost.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 7e1f19d6... a04464d3... M	man/mhl.man1
:100644 100644 b99de6c9... 91b35e2f... M	man/mhlist.man1
:100644 100644 a3330c00... 4f14ae47... M	man/mhshow.man1
:100644 100644 5ad0137a... f05c10c0... M	man/mhstore.man1

commit 9463774dee55bf3d8ab4d5dc8ac68816511aa684
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:32:20 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:32:20 2012 +0200

    Removed ignored -verbose (and -noverbose) options to mhstore.
    (In contrast to nmh, we also change the code.)
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 ef5a939a... 9738de9a... M	man/mh-chart.man1
:100644 100644 395b76a0... 5ad0137a... M	man/mhstore.man1
:100644 100644 e510d139... 764237e5... M	uip/mhstore.c

commit 582a56a15d79dac8e142b97bf08f29ccb8df3a2a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:25:10 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:25:10 2012 +0200

    Fixed example to show that mhparam preserves case of component name.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 ce62a52b... b864caa9... M	man/mhparam.man1

commit 651d89ca77b0c62dec629b029ef8e25d0df1d4cb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 14:20:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 14:20:24 2012 +0200

    Fixed `mhbuild -check': use the correct file.
    mhbuild -check would always fail because it tried to build the digest
    for the decoded contents file (cefile), which can be null. If it is, use
    the contents file itself.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 739aa462... 5f29d0e6... M	uip/mhbuild.c

commit 8051c625ea98a42e6f8f0b4276babeeae49b339f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 13:58:45 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 13:58:45 2012 +0200

    Make -volume switch actually work (it always got overridden).
    As far as I can tell, this never worked. Found by the nmh test suite!
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 be1242b3... 140136a9... M	uip/forw.c

commit 89500484352c5b5bf741879db73b1ed0c84770da
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 13:55:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 13:55:34 2012 +0200

    Suppress echoing of man page build lines.
    One of them says "warning", and it's handy to check that build output
    doesn't say that.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 27c67cb8... e7f58be2... M	man/Makefile.in

commit db9aeea968d1810261a964a10042b2cecabbd004
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 13:49:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 13:49:16 2012 +0200

    Updated docs to reflect that all of the lists are on nongnu.org.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 767291c0... ca6c7c35... M	docs/MAILING-LISTS
:100644 100644 153f815c... 935d0d16... M	docs/README.developers

commit 75f03a965d10d34099b13799e6fe0ed43f56e257
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 12:41:58 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 12:41:58 2012 +0200

    Report an error when the width used by putaddr is less than the label width.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 113b8cff... 8414829b... M	sbr/fmt_scan.c

commit 0dc43cbf916830e524ee705664bc9d1e1addaee2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 12:33:35 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 12:33:35 2012 +0200

    new: Improve the fix with the NULL-sentinel.
    With multiple sequence arguments on the command line you might end up
    with garbage in the sequence[] array (it needs the last argument to be
    a NULL. So do two things: make the first two arguments NULL, and as we
    add arguments to sequence[] make sure the list has a NULL on the end.
    This is another problem discovered by the nmh test suite.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 f6ac3642... dab17ada... M	uip/new.c

commit 38ada11179b45273156ad158afb2833d2e31b98c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 12:30:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 12:30:34 2012 +0200

    Correct the maximum number of sequences in the mark(1) man page.
    Also add a note explaining the somewhat low limit.
    
    (Note: mmh's value is different to nmh's.)
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 24d84ff9... b0b93cad... M	man/mark.man1

commit 7c5f2d98b1e0519cd3bfcc3b01be06db3eafb27d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 12:21:43 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 12:21:43 2012 +0200

    Show assignment of configure variables using VAR=VALUE instead of in the env.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 b8f0409b... 78e1390b... M	INSTALL

commit 2e5668919988fce4e523cbf2294698841b1106a0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 12:12:06 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 12:12:06 2012 +0200

    We have only numeric timezone support (e.g. +0200) from now on.
    
    That's an mmh decision. Pulled in from nmh is the following part:
    
    Removed use of tzset()/tzname in dtimezone(). They caused the returned
    timezone string to be for the user's current timezone, but the function
    is supposed to return the string representation of the timezone of its
    argument.
    
    Thanks to David Levine.

:100644 100644 289a6732... 420275ce... M	h/tws.h
:100644 100644 1273112b... 738ffd59... M	sbr/dtime.c
:100644 100644 5103dbd7... 113b8cff... M	sbr/fmt_scan.c
:100644 100644 b1d86678... 3b1d1377... M	uip/anno.c
:100644 100644 53b09683... be1242b3... M	uip/forw.c
:100644 100644 98fffef1... ee512197... M	uip/inc.c
:100644 100644 b5b02c91... e2707d33... M	uip/msgchk.c
:100644 100644 3fb853cd... 7f8d39a7... M	uip/pick.c
:100644 100644 c0f0922d... b83a2686... M	uip/slocal.c
:100644 100644 43d3d106... 69d47082... M	uip/spost.c

commit 701adc46db60b3ca1f2e5087805eba59ffe87976
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:42:39 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:42:39 2012 +0200

    new: sequences[0] needs to be initialized to NULL.
    This was caught by the nmh test suite.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 a4da6357... f6ac3642... M	uip/new.c

commit 694fc4000bfe9e5091c30773c49b14c8fbc5c1ad
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:35:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:35:56 2012 +0200

    Added error message if COMPLETION-BASH is source directly.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 e4af65d2... 49389030... M	docs/COMPLETION-BASH

commit b448acfe8fded2f2b29ae889c734d68245481529
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:34:53 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:34:53 2012 +0200

    Exit with error message if no library could be found with tgetent().
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 2595cff0... 04f23d1e... M	configure.ac

commit d132c52459d18f45fa9d227e5f3afebad43f7cfc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:20:22 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:27:35 2012 +0200

    Replace www.ics.uci.edu/~mh/ links with corresponding rand-mh.sf.net links.
    The former ones are dead.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 e6a7e17e... b8f0409b... M	INSTALL
:100644 100644 328f383f... 6dacd5c9... M	README

commit 7617aba98c430c925ae133c029d2ab9f570e95b5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:06:46 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:06:46 2012 +0200

    abs() is part of C89.

:100644 100644 6a5cf9fc... 8d698f48... M	h/mh.h
:100644 100644 48e13dbb... 1273112b... M	sbr/dtime.c

commit 6195a89359453dc49064c8f7a28c02165d2cb972
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 11:03:04 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 11:03:04 2012 +0200

    FreeBSD needs the HAVE_STRUCT_TM_TM_GMTOFF test.
    FreeBSD has a timezone() function, not a timezone global variable
    (that's visible with our default configuration).
    Undid most of 0e4bc6fa7fa8ad74a1c3e855411bdc0e63bc6a2e.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 f55a9824... 2595cff0... M	configure.ac
:100644 100644 5a73934c... 48e13dbb... M	sbr/dtime.c

commit 5a4836db0e18fe3fa32ba5d3deff2010d8a1b418
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:58:05 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:58:05 2012 +0200

    uip/termsbr.c: remove references to PC.
    
    Pulled in from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 e1ea5f8c... fbf5f162... M	uip/termsbr.c

commit 54c43692649e392a42bb9559ea12cdaff056b965
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:46:38 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:46:38 2012 +0200

    s/AC_CHECK_NETLIBS/NMH_CHECK_NETLIBS/, since it's not part of autoconf.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 89e6f976... 872f5f9e... M	aclocal.m4
:100644 100644 51a4d1af... f55a9824... M	configure.ac

commit 403bc56ffdf4679f5159d926c5774ad042c55ac9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:44:30 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:44:30 2012 +0200

    Removed the undocumented `select' option of slocal(1) and thus removed utmp.

:100644 100644 0387a189... 51a4d1af... M	configure.ac
:100644 100644 9f2e54b7... c0f0922d... M	uip/slocal.c

commit 0e4bc6fa7fa8ad74a1c3e855411bdc0e63bc6a2e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:20:25 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:20:25 2012 +0200

    Removed HAVE_STRUCT_TM_TM_GMTOFF support.
    timezone, tzname, and tzset() are all POSIX.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 b3b517bd... 0387a189... M	configure.ac
:100644 100644 e0405e99... 5a73934c... M	sbr/dtime.c

commit ecb956c6724be7422b2d512dd6492f3cf3b8451a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:13:26 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:13:26 2012 +0200

    Removed unused parameter of replout().

:100644 100644 2c14224a... af147a12... M	uip/repl.c

commit d5b5e6e4813b7fd77dc1664df4304537f3002cf3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 10:09:19 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 10:09:19 2012 +0200

    Changed types and added casts so that build is clean with gcc -Wsign-compare.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 435740ec... dd0b52af... M	sbr/fmt_compile.c
:100644 100644 94285a6f... 5103dbd7... M	sbr/fmt_scan.c
:100644 100644 734bdb58... 85d4e587... M	sbr/m_convert.c
:100644 100644 5886ffc0... c4e1e758... M	sbr/pidstatus.c
:100644 100644 b1228098... 7fa7558f... M	sbr/seq_add.c
:100644 100644 e342d1cb... 5555f115... M	sbr/seq_del.c
:100644 100644 5707dae9... bfecaf01... M	sbr/seq_read.c
:100644 100644 6a68c51a... 8b32826b... M	uip/aliasbr.c
:100644 100644 d03c99cc... b1d86678... M	uip/anno.c
:100644 100644 fdc78f43... d0d06b6d... M	uip/burst.c
:100644 100644 a9d25437... 87953ad2... M	uip/comp.c
:100644 100644 4eba2eb8... dabfec75... M	uip/dist.c
:100644 100644 124e5ab5... 3c3e1052... M	uip/dropsbr.c
:100644 100644 c69055ab... 9302a8a3... M	uip/flist.c
:100644 100644 e79e3958... 53b09683... M	uip/forw.c
:100644 100644 79763ff2... 1917e84f... M	uip/mark.c
:100644 100644 321c5f98... c78619ee... M	uip/mhl.c
:100644 100644 6a77d500... 2ab9cfd9... M	uip/mhmail.c
:100644 100644 f82cc6c3... 130b4e55... M	uip/mhoutsbr.c
:100644 100644 ea9f72e0... d3ddb948... M	uip/mhshowsbr.c
:100644 100644 896c37b3... 3fb853cd... M	uip/pick.c
:100644 100644 04b62d85... fc98b4ac... M	uip/rcvstore.c
:100644 100644 125991cc... 6ba8a9c2... M	uip/sortm.c

commit 517661967774d60716ecff152c642b417195f900
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:46:59 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:46:59 2012 +0200

    Proper field initialization.
    gcc -Wmissing-field-initializers noticed several struct initializations
    that didn't explicitly list all fields. They were of no consequence because
    they were for static data, so they were initialized properly.
    Also, changed the initialization of global.c_ovtxt from "" to NULL because
    free_queue () freed it if non-NULL, though I think the "" was always
    overwritten.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 4876d09f... e7590887... M	sbr/addrsbr.c
:100644 100644 69797adb... 321c5f98... M	uip/mhl.c
:100644 100644 07ec48c0... 2c14224a... M	uip/repl.c

commit ac7004d83eba4b4685d9a03d9e3b2a5acab36a84
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:36:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:36:56 2012 +0200

    Documented support of OURDEFS to pass compile flags to configure.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 32e6d42e... e6a7e17e... M	INSTALL

commit 5518634037521728ddcb11b8eb4c6dcd7f046f83
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:31:47 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:31:47 2012 +0200

    Add some comments to the format compiler and engine.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 c49a6eab... 435740ec... M	sbr/fmt_compile.c
:100644 100644 b7137d78... 94285a6f... M	sbr/fmt_scan.c

commit 2d6064d0d2ceefa70d0220d9319030f47a49d924
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:22:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:22:52 2012 +0200

    Update README.developers with the correct version of autoconf we need.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 83b240c6... 153f815c... M	docs/README.developers

commit f58df8a711003c845bb2f899574ac8ed9ffa30fd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:19:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:19:56 2012 +0200

    Remove some unused macros.
    
    Pulled in from nmh. Thanks to David Levine.

:100644 100644 f7271775... b7137d78... M	sbr/fmt_scan.c
:100644 100644 e7db876f... e946664c... M	sbr/mts.c
:100644 100644 c98a3f06... c69055ab... M	uip/flist.c
:100644 100644 932da206... b5b02c91... M	uip/msgchk.c

commit b3628819b4ab903269cd83cc68e453b13534346c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 09:10:44 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 09:10:44 2012 +0200

    Completely remove the use of TIME_WITH_SYS_TIME.
    Removed the autoconf test but never removed the code, and this caused
    some problems on systems that needed some prototypes in <time.h>.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 b5fac4fd... 133a9ab1... M	sbr/dtimep.lex
:100644 100644 797c192a... c49a6eab... M	sbr/fmt_compile.c
:100644 100644 f26b02bb... f7271775... M	sbr/fmt_scan.c
:100644 100644 5d0be840... d15c9395... M	sbr/lock_file.c
:100644 100644 06a353ac... 739aa462... M	uip/mhbuild.c
:100644 100644 2d6c5965... 201ce514... M	uip/mhcachesbr.c
:100644 100644 73babadf... 896c37b3... M	uip/pick.c
:100644 100644 e39ab800... a2e99329... M	uip/send.c

commit 1ec4ef34243a756d1f51718e7e15b094f4b36618
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 08:58:17 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 08:58:17 2012 +0200

    Remove OS-specific defines. Remove GECOS ampersand-magic, along with it.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 a1f287c2... b3b517bd... M	configure.ac
:100644 100644 e38e5b0b... d3eabd0e... M	sbr/discard.c
:100644 100644 2ebb44a2... c7f4279b... M	sbr/m_getfld.c
:100644 100644 7c70e46b... e7db876f... M	sbr/mts.c
:100644 100644 975d2e13... 2d6c5965... M	uip/mhcachesbr.c
:100644 100644 c566de23... 865f2f72... M	uip/scansbr.c

commit 74ed4c043b3e22fa7e16fd892c381e9b16ca8c27
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 08:48:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 08:48:32 2012 +0200

    Clean up time handling; always assume we have tzset().
    Also assume that the right prototype is in time.h (both are valid in POSIX).
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 466a9ddc... a1f287c2... M	configure.ac
:100644 100644 b427dfda... e0405e99... M	sbr/dtime.c
:100644 100644 a3533934... b5fac4fd... M	sbr/dtimep.lex

commit ac0b9fcce4167e2959ebc5b8d6efb8511acec66d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 08:23:52 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 08:23:52 2012 +0200

    We are making POSIX signal support a requirement.
    Remove all support for other signal interfaces.
    
    Pulled in from nmh. Thanks to Ken Hornstein.

:100644 100644 7b2666cf... 466a9ddc... M	configure.ac
:100644 100644 b8f08650... 480bf6d0... M	h/signals.h
:100644 100644 1a381db2... d1371d01... M	sbr/context_save.c
:100644 100644 11531dfb... 5d0be840... M	sbr/lock_file.c
:100644 100644 15d3f1c7... 745fa25b... M	sbr/seq_save.c
:100644 100644 77d61ce0... 5b55fc42... M	sbr/signals.c
:100644 100644 e139a833... 69797adb... M	uip/mhl.c
:100644 100644 374c8fd4... 6a77d500... M	uip/mhmail.c
:100644 100644 217e890c... ea9f72e0... M	uip/mhshowsbr.c
:100644 100644 2f39f29d... 6c780d4a... M	uip/prompter.c
:100644 100644 086fac31... 9f2e54b7... M	uip/slocal.c

commit fc71710f8695ea07d852284286b058ecb3955317
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 07:44:43 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 07:44:43 2012 +0200

    Switch from using RETSIGTYPE via autoconf to void.
    POSIX says that's the type to use for a signal handler.
    
    Pulled in from nmh. Thanks to Ken Hornstein.
    (btw: `to pull in' describes my action better than `to merge'.)

:100644 100644 9469adbf... 7b2666cf... M	configure.ac
:100644 100644 d805d192... b8f08650... M	h/signals.h
:100644 100644 af882d5f... 7254d6bd... M	sbr/getans.c
:100644 100644 6b74068c... 11531dfb... M	sbr/lock_file.c
:100644 100644 c1c53551... e139a833... M	uip/mhl.c
:100644 100644 fc8b751c... 3104e6f8... M	uip/mhlist.c
:100644 100644 ef1a050b... 374c8fd4... M	uip/mhmail.c
:100644 100644 ebbd8ec8... 4a07d016... M	uip/mhshow.c
:100644 100644 377e8dc7... e510d139... M	uip/mhstore.c
:100644 100644 dc381267... 37174dea... M	uip/mhtest.c
:100644 100644 a398832e... 2f39f29d... M	uip/prompter.c
:100644 100644 c8af725d... 086fac31... M	uip/slocal.c

commit 7ffcbc3d01bb58a071d56f5e7379948c579f634a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 00:22:33 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 00:22:33 2012 +0200

    The result from the call to parse_mime() was ignored.
    Detected by `gcc -Wempty-body'. It has been that way since the beginning
    of history and was probably of no consequence, but fixed anyway.
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 a06a6787... fc8b751c... M	uip/mhlist.c
:100644 100644 6d91e596... ebbd8ec8... M	uip/mhshow.c
:100644 100644 1c4cee64... 377e8dc7... M	uip/mhstore.c
:100644 100644 f6c14fbd... dc381267... M	uip/mhtest.c

commit 7fc4e63e1df72c45f45d4fd8f54015ab9ec46320
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 00:18:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 00:18:24 2012 +0200

    Removed hard-coded -I.. and -I../.. from INCLUDES.
    It was redundant given -I$(top_srcdir).
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 8f21039c... 80eb4097... M	config/Makefile.in
:100644 100644 13c0ecb7... f2f1a9ed... M	sbr/Makefile.in
:100644 100644 a9befee5... 5886ffc0... M	sbr/pidstatus.c
:100644 100644 9c2d3902... 1f5a495e... M	uip/Makefile.in

commit 3e300b97e9a54a3157e37948f8827abbe3eecf05
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 00:13:25 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 00:13:25 2012 +0200

    Added Content-Description header with the filename of the attachment.
    This seems to be common practice now and gives mhlist something useful
    to display.
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 7b368ea9... 09e3f408... M	man/send.man1
:100644 100644 a735c677... e39ab800... M	uip/send.c

commit 750e5220c8e53347a635600171fd443ff3a64583
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 27 00:03:50 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 27 00:03:50 2012 +0200

    Added removal of autom4te.cache directory to mostlyclean-local.
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 a93ba70a... 79746abb... M	Makefile.in

commit 1e588a59440aa1bee55c8d6d69003059c1d2af97
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:53:15 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:53:15 2012 +0200

    Remove RPATH code though. Discussions on nmh-workers have convinced me.
    
    [2012-01-05] Lyndon Nerenberg:
    > [2012-01-05] Ken Hornstein:
    >> RPATHS    - Construct Return-Path headers from "From " lines.
    >>             I say keep it, since it's been around forever (a fair
    >>             amount of code, actually).
    > I'm going to argue for the removal of this code, as well. The
    > Return-Path header should be inserted by the delivering MTA, and I
    > can't think of any modern MTA that doesn't.

:100644 100644 bd484e91... 0e608d00... M	h/prototypes.h
:100644 100644 85a323b9... 2ebb44a2... M	sbr/m_getfld.c
:100644 100644 56583f15... c566de23... M	uip/scansbr.c
:100644 100644 98658399... c8af725d... M	uip/slocal.c

commit e9f7cdfaf76a410bc663735484bee44806f32894
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:29:53 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:29:53 2012 +0200

    Added datarootdir definitions to silence warnings from configure.
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 a3b6fe27... a93ba70a... M	Makefile.in
:100644 100644 df10b4b4... e9092a0d... M	docs/Makefile.in
:100644 100644 aab86f47... 27c67cb8... M	man/Makefile.in

commit f00bf5448d06f7e7876a6ce66c392631661114d2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:25:16 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:25:16 2012 +0200

    Removed check for st_blksize; it's required by POSIX.
    It's unclear why the it was there at all as the define wasn't even used!
    
    Merged from nmh. Thanks to Ken Hornstein.

:100644 100644 1cdbf9d0... 9469adbf... M	configure.ac

commit 1b12190af8b466a4bf081b5e798b4d7bde322123
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:17:13 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:17:13 2012 +0200

    Switch to standard autoconf macro for checking d_type field in struct dirent.
    
    Merged from nmh. Thanks to Ken Hornstein.

:100644 100644 b678f475... 89e6f976... M	aclocal.m4
:100644 100644 ac57b9c9... 1cdbf9d0... M	configure.ac

commit ad4522348870e01f3d95eec2dd4dc008410d4cd8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:07:24 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:07:24 2012 +0200

    Remove #ifdef around use of sigsetjmp().
    
    Merged from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 1eb0fdcb... ac57b9c9... M	configure.ac
:100644 100644 38167c8f... 217e890c... M	uip/mhshowsbr.c

commit 50c72f9094eea8ad222ffb3b11f51eb4bb52f024
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 23:03:39 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 23:03:39 2012 +0200

    Remove overrides for 'broken' stat macros. Remove redundant SEEK_* macro defs.
    
    Merged from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 d23079a2... 1eb0fdcb... M	configure.ac
:100644 100644 aa15d4c8... eb85a4a2... M	h/nmh.h

commit 5ae78fd67db80de17a995b1bc637bf131cfe2bb5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:59:03 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:59:03 2012 +0200

    Nuke directory processing conditionals; use dirent.h.
    
    Merged from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 9fd84c85... d23079a2... M	configure.ac
:100644 100644 19549e43... aa15d4c8... M	h/nmh.h

commit 0c648c7c1509760370d4c4267a45a5a305885e7f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:57:27 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:57:27 2012 +0200

    Clean up process wait to use POSIX waitpid() interface.
    
    Merged from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 8c9262ba... 9fd84c85... M	configure.ac
:100644 100644 f845058a... a9befee5... M	sbr/pidstatus.c
:100644 100644 ebee02ec... ba9bae21... M	sbr/pidwait.c
:100644 100644 3ed31f98... 06a353ac... M	uip/mhbuild.c
:100644 100644 7bd4cfbf... 975d2e13... M	uip/mhcachesbr.c
:100644 100644 8902f759... a06a6787... M	uip/mhlist.c
:100644 100644 00b538ca... f82cc6c3... M	uip/mhoutsbr.c
:100644 100644 ece4e8fe... d38f2515... M	uip/mhparse.c
:100644 100644 bbd99eaa... 6d91e596... M	uip/mhshow.c
:100644 100644 3e730cec... 38167c8f... M	uip/mhshowsbr.c
:100644 100644 2ed6a42b... 1c4cee64... M	uip/mhstore.c
:100644 100644 7dc9c07d... f6c14fbd... M	uip/mhtest.c

commit 0dc22c053a80549b21709e3a518d843203b5f65d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:44:13 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:44:13 2012 +0200

    Make use of mkstemp() unconditional (vs. mktemp()).
    
    Merged from nmh. Thanks to Lyndon Nerenberg.

:100644 100644 c81fe610... 8c9262ba... M	configure.ac
:100644 100644 983d9d70... 6b74068c... M	sbr/lock_file.c

commit e5fbf8a40dfba71da720bbc247c5367e6547abb0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:38:30 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:38:30 2012 +0200

    No longer check for the mkstemp() function in the mkstemp library.
    
    Merged from nmh. Thanks to Ken Hornstein.

:100644 100644 1c1b400b... c81fe610... M	configure.ac

commit 0052f1024deb0a0a2fc2e5bacf93d45a5a9c9b32
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:34:56 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:34:56 2012 +0200

    Remove compatibility functions that are always provided by the POSIX host env.
    
    Merged from nmh. Thanks to Lyndon Nerenberg.
    
    Well, if the nmh folks now believe that snprintf() can be expected to be
    available on recent hosts, we remove it again. ;-)

:100644 100644 133c71df... 1c1b400b... M	configure.ac
:100644 100644 aaaf31c6... 13c0ecb7... M	sbr/Makefile.in
:100644 000000 1dd4a65c... 00000000... D	sbr/snprintf.c
:100644 000000 2d30d86e... 00000000... D	sbr/strdup.c

commit a567638a9445d091f6334ac2de2fc0e57309eb42
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:28:34 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:28:34 2012 +0200

    Ignore OSPEED/ospeed in termcap. Nothing current should need this.
    Remove autoconf ospeed checks.
    
    Merged from nmh. Thanks to Lyndon Nerenberg and Ken Hornstein.

:100644 100644 4a6b8ee5... 133c71df... M	configure.ac
:100644 100644 b620e2c1... e1ea5f8c... M	uip/termsbr.c

commit 7e421e1fd5cf1c4ce33edc005fa63784d9c5a2e6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:23:33 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:23:33 2012 +0200

    Collapse termio/termios/sgtty terminal interface down to Posix termios.
    No longer check for termio.h or termios.h
    
    Merge from nmh. Thanks to Lyndon Nerenberg and Ken Hornstein.

:100644 100644 5b2f6409... 4a6b8ee5... M	configure.ac
:100644 100644 03eaa102... e38e5b0b... M	sbr/discard.c
:100644 100644 db61fb34... a398832e... M	uip/prompter.c
:100644 100644 defc93fc... b620e2c1... M	uip/termsbr.c

commit 768b5edd9623b7238e12ec8dfc409b82a1ed9e2d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 22:12:41 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 22:12:41 2012 +0200

    Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
    Update configure file for removal of POSIX-mandated header files.
    
    Merged from nmh. Thanks to Lyndon Nerenberg and Ken Hornstein.

:100644 100644 4bedb050... 5b2f6409... M	configure.ac
:100644 100644 896786f5... 19549e43... M	h/nmh.h
:100644 100644 bb4c38b4... bd484e91... M	h/prototypes.h
:100644 100644 b4a1547e... 983d9d70... M	sbr/lock_file.c
:100644 100644 6a7eb78f... 124e5ab5... M	uip/dropsbr.c

commit b6fbaae87d9cf00b74d94050c10ba3e700545178
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 21:37:26 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 21:43:07 2012 +0200

    Deprecate uname() in favour of (Posix) gethostname().
    Merged from nmh. Thanks to Lyndon Nerenberg and Ken Hornstein.

:100644 100644 cb5a79a3... 4bedb050... M	configure.ac
:100644 100644 a4644931... 7c70e46b... M	sbr/mts.c

commit adf591eb56d60000e806e20c42eb1907e2cc6fcd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 21:32:32 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 21:32:32 2012 +0200

    Moved #endif so that lockit () is only declared with DOT_LOCKING,
    to avoid compile warning without it.
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 e065c93e... b4a1547e... M	sbr/lock_file.c

commit d75b71ec84578fcb66e6d4e1ccd5cc8c45363cbd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 21:29:45 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 21:29:45 2012 +0200

    Changed second argument of calls to part_ok() and type_ok() from 0 to 1,
    to match what store_multi() in mhstoresbr.c does.
    
    A test case is below.  Without this fix, the following command:
    
      mhshow -part 1.1 -form mhl.null
    
    produced no output.  mhlist showed a part 1.1:
    
     msg part  type/subtype              size description
    1231       multipart/mixed            276
         1     multipart/related          107
         1.1   text/plain                  29
    
    and "mhstore -part 1.1" properly stored it.  With this
    fix, mhshow behaves properly and shows the part.
    
    Analogous behavior happened with -type text/plain.
    
    test case:
    
    MIME-Version: 1.0
    Content-Type: multipart/mixed; boundary="NextPart_001"
    Content-class: urn:content-classes:message
    Date: Thu, 19 May 2011 00:00:00 -0000
    From: sender@example.com
    To: recipient@example.com
    
    This is a multi-part message in MIME format.
    
    --NextPart_001
    Content-Type: multipart/related;
            type="multipart/alternative";
            boundary="NextPart_002"
    
    --NextPart_002
    Content-Type: text/plain;
            charset="utf-8"
    
    This is the text/plain part.
    
    --NextPart_002--
    
    --NextPart_001--
    
    Merged from nmh. Thanks to David Levine.

:100644 100644 9f69c54d... 3e730cec... M	uip/mhshowsbr.c

commit 9c859e43ce6889f4f0b4bc34f346334999605884
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 21:27:37 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 21:27:37 2012 +0200

    Replaced cvs with git references.
    Merged from nmh. Thanks to David Levine.

:100644 100644 de321851... 83b240c6... M	docs/README.developers

commit 002555d3d68d553044facbe4fad7bd008a42ac5e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 21:12:29 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 21:12:29 2012 +0200

    Removed unused local variables to eliminate warnings from gcc 4.6.2.
    Merged from nmh. Thanks to David Levine.

:100644 100644 a7fe9f45... b59cf5c7... M	uip/fmtdump.c

commit 4cdff8cfe893e7039b4ef8272ed66a8a05bc8e04
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 14:17:06 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 14:17:06 2012 +0200

    There's no need for killpg(). We can use kill() instead.
    (Also removed a now unused define.)

:100644 100644 20bcbd12... cb5a79a3... M	configure.ac
:100644 100644 26eb0a2b... 896786f5... M	h/nmh.h
:100644 100644 608ddf29... 98658399... M	uip/slocal.c

commit 8b235097cbd11d728c07b966cf131aa7133ce5a9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Mar 26 14:00:09 2012 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Mar 26 14:00:09 2012 +0200

    Removed conflict(8), because checking passwd, /var/mail, etc. is not our job.
    Conflict did check for:
    - duplicate users
    - duplicate groups
    - existence of group members
    - valid group ids
    - orphaned maildrops
    ... and by the way for valid format of alias files.
    The latter task can be covered by ali(1) without address arguments.
    All the other tasks have nothing to do with the MUA. Actually, most of
    them can be covered with shell one-liners.

:100644 100644 47742c2a... aab86f47... M	man/Makefile.in
:100644 100644 b0d47128... 480c3631... M	man/ali.man1
:100644 000000 ff2246c4... 00000000... D	man/conflict.man8
:100644 100644 597b1556... 39609f4f... M	man/mh-alias.man5
:100644 100644 5e8a7033... ef5a939a... M	man/mh-chart.man1
:100644 100644 dd356eda... 5cd77a3e... M	man/mmh-intro.man7
:100644 100644 e592a255... 9c2d3902... M	uip/Makefile.in
:100644 000000 3670e8e7... 00000000... D	uip/conflict.c

commit 59fa35679d83dd2e4d0cf13c2a1d2cf8fbb9de76
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 18:59:41 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 18:59:41 2012 +0100

    Removed the now irrelevant parts of the ``history section'' in m_getfld.c.

:100644 100644 df480265... 85a323b9... M	sbr/m_getfld.c

commit 611d68d19204d7cbf5bd585391249cb5bafca846
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 18:30:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 18:30:19 2012 +0100

    CHANGE OF THE DECADE: I finally gave m_unknown() a name: thisisanmbox().
    The ``magic invocation'' of this function informs m_getfld() that it is
    reading a packed mbox file and not an MH-style (one-file-per-message) file.
    m_getfld() needs to care for message delimiters then. The ``magic'' of
    m_unknown() had vanished some time ago, already. Back then, it needed to
    guess which kind of mailbox format the file is. With dropping the support
    for MMDF (^A^A^A^A) maildrops, we converted m_unknown() into a plain dump
    function ... and now, it also got a boring name. Well ...

:100644 100644 94ee2b97... bb4c38b4... M	h/prototypes.h
:100644 100644 548b3eaf... df480265... M	sbr/m_getfld.c
:100644 100644 be6be22a... 98fffef1... M	uip/inc.c
:100644 100644 92dadf69... 5cdd5b96... M	uip/scan.c

commit 5e8e1811bd39ba43dda7a3446694474ab16ab960
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 18:13:34 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 18:13:34 2012 +0100

    s/unixbuf/fromline/ and minor refactoring.

:100644 100644 cefedec6... 548b3eaf... M	sbr/m_getfld.c

commit 71ca16329d950bccd713a739ea430998b802aa23
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 17:06:15 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 17:06:15 2012 +0100

    Replaced msg_style with the boolean ismbox.
    We only need to differ between mbox and MH-default (one msg per file).

:100644 100644 0738f420... 6a5cf9fc... M	h/mh.h
:100644 100644 5dd69739... cefedec6... M	sbr/m_getfld.c

commit be6a3c548620f6d908ccaff321c8fb372b615406
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 17:01:37 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 17:01:37 2012 +0100

    We don't need m_msgdef.c separately and some minor rework in m_getfld.c.

:100644 100644 8f66669d... 0738f420... M	h/mh.h
:100644 100644 ed1f64cb... aaaf31c6... M	sbr/Makefile.in
:100644 100644 47c7e7de... 5dd69739... M	sbr/m_getfld.c
:100644 000000 cdab622c... 00000000... D	sbr/m_msgdef.c

commit fdc012cb43b5fc0baa6f4470b47be397bfc3f21b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 16:40:16 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 16:40:16 2012 +0100

    Removed support to handle ARPAnet (RFC733) addresses containing ` at '.

:100644 100644 53752a34... 6338a6ef... M	sbr/mf.c

commit bca1c9b36980c74f4dcc66a2d23e5d09083e0201
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 16:17:30 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 16:17:30 2012 +0100

    Removed personal flavor for ISI.
    Logically: Don't add myself more than once with `repl -cc me' and the like.

:100644 100644 3c9e483d... 07ec48c0... M	uip/repl.c

commit 69b07982861716d278845f962c2f2c1365a3153f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 15:58:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 15:58:50 2012 +0100

    Merged folder_pack.c into folder.c.

:100644 100644 3c0dc3c8... 94ee2b97... M	h/prototypes.h
:100644 100644 5de54a2e... ed1f64cb... M	sbr/Makefile.in
:100644 000000 c2b59116... 00000000... D	sbr/folder_pack.c
:100644 100644 b1398e45... 616f57b9... M	uip/folder.c

commit d4f5f9d551c05931478fcdfb5cd4ac06b419eeda
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 15:47:11 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 15:47:11 2012 +0100

    Replaced folder_exists() by a call to create_folder().
    Changed inc(1) to create non-existing folders with -silent, instead of
    silently failing in this case. I consider the new behavior to follow the POLS.

:100644 100644 7ee6046a... a8059ea2... M	h/utils.h
:100644 100644 eb51bc1d... 26ec56e0... M	man/inc.man1
:100644 100644 5c5b0f51... 297ad45c... M	sbr/utils.c
:100644 100644 05df0f02... be6be22a... M	uip/inc.c

commit 8589851acf19172bce7d6ecb44e3a4215beff3e5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 15:41:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 15:41:46 2012 +0100

    Fixed `inc -silent' by not building a scan line if we don't want to print it.
    scan() is still ugly and I'm still not pleased with the scan/inc merge,
    but I don't see a better solution yet.

:100644 100644 eba09f04... 56583f15... M	uip/scansbr.c

commit 1577ee015a08dd21f0f57f8a8f9a9396c31e884d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 14:02:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 14:02:18 2012 +0100

    In-sourced copyip() and could make the code simpler.
    The function had had a bad name and it's use in mhl.c was complex, anyway.

:100644 100644 b05535d7... 3c0dc3c8... M	h/prototypes.h
:100644 100644 d96807c8... 5de54a2e... M	sbr/Makefile.in
:100644 000000 e5ded829... 00000000... D	sbr/copyip.c
:100644 100644 3432ccc9... 3ed31f98... M	uip/mhbuild.c
:100644 100644 38926b6d... c1c53551... M	uip/mhl.c

commit 5f08476e3bc5c134ce57d924b01d1c1fcacd53db
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 12:28:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 12:28:35 2012 +0100

    closefds() doesn't seem relevant or large enough to be a function.
    I should beware in-sourcing too much ...

:100644 100644 528da473... b05535d7... M	h/prototypes.h
:100644 100644 5b40ab32... d96807c8... M	sbr/Makefile.in
:100644 000000 8a4da493... 00000000... D	sbr/closefds.c
:100644 100644 be4eb402... 3c9e483d... M	uip/repl.c
:100644 100644 5054273b... a735c677... M	uip/send.c
:100644 100644 f03d4871... 608ddf29... M	uip/slocal.c

commit c490c51b3c0f8871b6953bd0c74551404f840a74
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 12:14:00 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 12:14:00 2012 +0100

    Replaced atooi() with strtoul(..., 8). That's part of C89 and thus okay for us.

:100644 100644 0e725ee4... 82c66c3b... M	config/config.c
:100644 100644 0f61ce45... 528da473... M	h/prototypes.h
:100644 100644 c6524284... 5c051fba... M	man/mh-profile.man5
:100644 100644 d3782ff3... 5b40ab32... M	sbr/Makefile.in
:100644 000000 cb557b7d... 00000000... D	sbr/atooi.c
:100644 100644 9c86e77e... 377be095... M	sbr/m_gmprot.c
:100644 100644 a76f9108... ea393852... M	sbr/makedir.c

commit 2968a0027b4c64664076f0d03a37f9744fe26782
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 11:14:42 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 11:14:42 2012 +0100

    whatnow: alist will now always list in long and numbered format.

:100644 100644 9274246c... 36844a07... M	man/whatnow.man1
:100644 100644 ae0c30b2... 75d9a9b6... M	uip/whatnow.c

commit fac725ffc663490c44a7e6930a35402834869402
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Mar 24 11:04:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Mar 24 11:04:47 2012 +0100

    etcpath(): The unchanged argument is the ultimate fall-back.

:100644 100644 27af5b3f... 21796a7a... M	sbr/path.c

commit 9e6d91313f01c96b4058d6bf419a8ca9a207bc33
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 16:17:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 16:17:43 2012 +0100

    Merged annosbr.c into anno.c, as it is no longer used be the other tools.

:100644 100644 61e2c491... 0f61ce45... M	h/prototypes.h
:100644 100644 7d4f4220... e592a255... M	uip/Makefile.in
:100644 100644 15128237... d03c99cc... M	uip/anno.c
:100644 000000 170d76bc... 00000000... D	uip/annosbr.c

commit 34940cc59d658e50484f05ad11abe848ad724526
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 16:07:02 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 16:07:02 2012 +0100

    We need to fix `anno -list -number'. Seems anno needs some more rework.

:100644 100644 fbabfd43... 15128237... M	uip/anno.c

commit 469a4163c2a1a43731d412eaa5d9cae7d670c48b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 16:06:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 16:06:23 2012 +0100

    whatnow: call external anno(1) instead of internal annotate().

:100644 100644 2eabf62e... 7d4f4220... M	uip/Makefile.in
:100644 100644 874a7874... ae0c30b2... M	uip/whatnow.c

commit f8960957ae53f962fe12e5a5eb4c01eb54cb4228
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 15:05:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 15:05:49 2012 +0100

    whatnow: Some minor refactoring.

:100644 100644 168384f7... 874a7874... M	uip/whatnow.c

commit aed384169af5204b8002d06e7a22f89197963d2d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 15:01:34 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 15:01:34 2012 +0100

    forw,repl: Replaced internal annotate() call with invokation of anno(1).

:100644 100644 a2500ccc... 2eabf62e... M	uip/Makefile.in
:100644 100644 8992b33c... e79e3958... M	uip/forw.c
:100644 100644 3cba5120... be4eb402... M	uip/repl.c

commit f9444e331ec2a523098d72bdb98d08728488f9cc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 14:39:25 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 14:39:25 2012 +0100

    anno: Can annotate files now too. This feature is yet hidden and will change.

:100644 100644 36ff4b51... fbabfd43... M	uip/anno.c

commit 704d9e7792a7d9f810ac58871ef2e05403c01f38
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 12:20:01 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 12:20:01 2012 +0100

    Fixed building in a separate build directory.
    Like this:
            mkdir /tmp/foo
            cd /tmp/foo
            /path/to/sources/configure -q
            make
    If you want to know more, search for VPATH.

:100644 100644 d39e57ce... a2500ccc... M	uip/Makefile.in

commit ec31c208d8618994f39ec21aa14d6cf4b7fdae66
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 12:07:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 12:07:44 2012 +0100

    Make mhn.defaults a static file and removed the scripts that built it.
    This concept its likely to change in future anyway.

:100644 100644 14c2a073... b5b89d68... M	.gitignore
:100644 100644 d93ff2c3... 32e6d42e... M	INSTALL
:100644 100644 2d40acfa... 65844712... M	etc/Makefile.in
:000000 100644 00000000... 023ad610... A	etc/mhn.defaults
:100755 000000 1c798fc2... 00000000... D	etc/mhn.defaults.sh
:100755 000000 4b4230d4... 00000000... D	etc/mhn.find.sh

commit e1f54ce0994fca960d2680d07b05a9deb9e5485b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 10:49:52 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 10:49:52 2012 +0100

    Removed unused defines.

:100644 100644 befb8c91... 759c9a74... M	h/aliasbr.h

commit 9bc048fdbfba0a5330b5b447e4f4c8c8b11ee7be
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 10:27:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 10:27:18 2012 +0100

    mhmail: If spost fails, preseverve draft by hand, not with mv(1).

:100644 100644 033c6349... ef1a050b... M	uip/mhmail.c

commit 076d7cc09eccff3d01d153434d89455db375ac44
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 09:43:17 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 09:43:17 2012 +0100

    makedir(): Removed the strange RUID!=EUID code and the access(2) call.
    Dan couldn't find a reason for the code neither, hence I assume it's save
    to simply remove it.
        Ummm, why do we want to avoid creating directories
        with the effective user ID?  None of the nmh tools are
        installed such that the effective should be different
        from the real, and if some parent process made the two
        be different, I don't see why it should be our job to
        enforce the real UID.  Also, why the heck do we call
        the mkdir executable rather than the library function in
        this case??  If we do want to call the mkdir executable,
        we should at least be giving it -p (and change the single
        chmod() call below) so it can successfully create nested
        directories like the above code can.
        -- Dan Harkless <dan-nmh@dilvish.speed.net>
    Concerning access(2): We should better always just try the action instead
    of first asking if we are allowed to do it.

:100644 100644 f064f773... a76f9108... M	sbr/makedir.c

commit 7ffb36d28e517a6f3a10272056fc127592ab1c19
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 23 09:17:21 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 23 09:17:21 2012 +0100

    scan(): Symbolic names instead of magic numbers.

:100644 100644 18a93641... 1f0d0873... M	h/scansbr.h
:100644 100644 0c172685... 92dadf69... M	uip/scan.c
:100644 100644 4b2add59... eba09f04... M	uip/scansbr.c

commit 8e98a317c86f10e0c7e866c069e143bf48cf9814
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 22:51:28 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 22:51:28 2012 +0100

    Removed the trivial peekc() and put the code at the appropriate places.

:100644 100644 7c105f62... 61e2c491... M	h/prototypes.h
:100644 100644 58f82935... d3782ff3... M	sbr/Makefile.in
:100644 000000 7d5f7f9c... 00000000... D	sbr/peekc.c
:100644 100644 725abec3... fdc78f43... M	uip/burst.c

commit e6a372ac5444651ff2f156580b01e6a6ee8e30de
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 22:42:03 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 22:42:03 2012 +0100

    Removed now unused OfficialName(). (Had been for UUCP, AFAIK.)

:100644 100644 2327e47a... 4876d09f... M	sbr/addrsbr.c

commit 8b248218b305a1af5292fccb710ab87afb725cab
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 22:38:41 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 22:38:41 2012 +0100

    Remove accidentally added files.

:100644 000000 79f2c0e1... 00000000... D	create-deps.sh
:100644 000000 bb42a9a9... 00000000... D	deps.png
:100644 000000 1f8da819... 00000000... D	makedeps2dot

commit f0bc769234fcf8b42c0ea8e8155d37524fe92400
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 22:34:45 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 22:34:45 2012 +0100

    Removed unused fdcompare().

:100644 100644 a078dc52... 7c105f62... M	h/prototypes.h
:100644 100644 82e7f53f... 58f82935... M	sbr/Makefile.in
:100644 000000 937d196e... 00000000... D	sbr/fdcompare.c

commit 66ef547b1aa9794afb6137927aa3cd7335522c64
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 21:49:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 21:49:27 2012 +0100

    Insourced push() into send.

:100644 100644 6dedfb1f... 82e7f53f... M	sbr/Makefile.in
:100644 000000 eb6011a9... 00000000... D	sbr/push.c
:100644 100644 d87e211f... 5054273b... M	uip/send.c

commit 9ea776b2a10e7eec1933f79caf73220b691262b2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 21:40:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 21:40:36 2012 +0100

    scansbr: Minor refactoring.

:100644 100644 7dedf705... 4b2add59... M	uip/scansbr.c

commit d7b4f0034bc4f5b5c2f990d0984858e9b6f4131a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 21:27:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 21:27:53 2012 +0100

    scansbr: Removed the ``performance hack'' for inc as it wasn't faster.
    I tested a 150MB/500msgs mbox but couldn't see any time differences. In both
    cases it took 2-5s on my machine. Hence, I go for the much simpler and not
    ``we use strange internals'' version. If you really inc much larger mboxes,
    then just take some time. ;-)
    The explaining comment for the hack had been:
        Performance hack: some people like to run "inc" on things like
        net.sources or large digests. We do a copy directly into the output
        buffer rather than going through an intermediate buffer.
            We need the amount of data m_getfld found & don't want to do a
        strlen on the long buffer so there's a hack in m_getfld to save the
        amount of data it returned in the global "msg_count".

:100644 100644 299027a9... 7dedf705... M	uip/scansbr.c

commit e51cee378fd6a0f8d6f3af2a125715036d1f2f8c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 21:07:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 21:07:50 2012 +0100

    scansbr: Fixed scan and inc.
    Writing to /dev/null had it's sense, as for scanning mboxes, the message size
    had been determined this way and the file pointer had been pushed forward.
    This is now done using the input file pointer instead of the output fp.

:100644 100644 9f6306d2... 299027a9... M	uip/scansbr.c

commit 5b7d1b7785d365515b0a9b5cfcb88d6b0e13ec51
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 20:30:56 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 20:30:56 2012 +0100

    scansbr: Minor refactoring and some comments.

:100644 100644 b15c908e... 9f6306d2... M	uip/scansbr.c

commit c6615b2fbf66e8c99a00330e23747787fb6c35cc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 19:54:12 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 19:54:12 2012 +0100

    Remove remainings from scan format `body' pseudo-component.
    Also, folded constant rlwidth var.

:100644 100644 9f4143ea... b15c908e... M	uip/scansbr.c

commit b0f7bd3419973481892d77ab5937ce520700e185
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 19:05:02 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 19:05:02 2012 +0100

    scansbr: Further refactoring.

:100644 100644 ca98c5ae... 9f4143ea... M	uip/scansbr.c

commit aa60b0ab5e804f8befa890c0a6df0e3143ce0723
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 18:50:10 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 18:50:10 2012 +0100

    scansbr: Only write to file if we're incing, but not when scanning.
    If the original author would have used logical flags instead of magic
    values in `outnum', the code wouldn't have been broken all the time.
    Writing to /dev/null instead of not writing at all ... oh my! :-/

:100644 100644 dca761c4... ca98c5ae... M	uip/scansbr.c

commit b8b075c77be7794f3ae9ff0e8cedb12b48fd139f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 18:46:33 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 18:46:33 2012 +0100

    Refactoring in scansbr.c. Especially, took the logic out of `outnum'.
    There's more to do here.

:100644 100644 75dec1cf... dca761c4... M	uip/scansbr.c

commit d79920ed2519caaf0f4035edbb1f57ca73ed7249
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 17:46:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 17:46:06 2012 +0100

    Removed the DBMPWD (aka. DBM) define. It was per default enabled, anyway.
    The explanation of this option is:
        For sites with a dbm-style password file (such as with Yellow Pages),
        MH will not read the entire passwd file into a cache.  At one site
        that runs YP on a large passwd file, using this showed a 6:1 performance
        improvement.
    I don't like performance optimization, but if the non-cached version is
    faster, then we surely take that one.

:100644 100644 3ab8a469... 73522406... M	acconfig.h
:100644 100644 baeab6f2... 6a68c51a... M	uip/aliasbr.c

commit f0f858069d21111f0dbea510044593f89c9b0829
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 17:17:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 17:17:58 2012 +0100

    Merged mhstoresbr.c into mhstore.c, cause it's not used elsewhere.

:100644 100644 a5ecae86... d39e57ce... M	uip/Makefile.in
:100644 100644 c1a3edbe... 2ed6a42b... M	uip/mhstore.c
:100644 000000 6a0cf049... 00000000... D	uip/mhstoresbr.c

commit 0503a6e9be34f24858b55b555a5c948182b9f24b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 17:07:25 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 17:07:25 2012 +0100

    Merged mhbuildsbr.c into mhbuild.c, cause it is not used elsewhere.

:000000 100644 00000000... 79f2c0e1... A	create-deps.sh
:000000 100644 00000000... bb42a9a9... A	deps.png
:100644 100644 9d31c4ae... 71c3563d... M	h/mhparse.h
:000000 100644 00000000... 1f8da819... A	makedeps2dot
:100644 100644 d81985f7... a5ecae86... M	uip/Makefile.in
:100644 100644 63d7be2f... 3432ccc9... M	uip/mhbuild.c
:100644 000000 efbb8ac3... 00000000... D	uip/mhbuildsbr.c
:100644 100644 c6f0603b... 7bd4cfbf... M	uip/mhcachesbr.c

commit 3d3fd4b7278c48da489d2cc296c1027d7aa722f2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 15:26:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 15:26:19 2012 +0100

    Rewrote late declations, which are part of C99, but not C89.

:100644 100644 e5576b89... 27af5b3f... M	sbr/path.c
:100644 100644 dff8a9ec... 3cba5120... M	uip/repl.c

commit e87cd7100d4ae8d636895aebe30ec9dbf740c79b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 15:25:41 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 15:25:41 2012 +0100

    Added a note that I autoconf-2.59 should be enough.

:100644 100644 806214c5... 20bcbd12... M	configure.ac

commit 8edf2fa76c7b6d224d3f1b8cc7a764e624c45816
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 15:25:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 15:25:19 2012 +0100

    Distribute autogen.sh in the tarballs.

:100644 100644 89fa10b6... a3b6fe27... M	Makefile.in

commit 0ac9f5ab199e03ff8f6e5914437cb14d25171058
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 14:59:24 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 14:59:24 2012 +0100

    Updated message, as `install-mh' had been replaced by `mmh'.

:100644 100644 5733d3fa... 600efab2... M	sbr/context_read.c

commit 731cbed5b971fac4bddd0ea525da0a90be54425b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 14:44:00 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 14:44:00 2012 +0100

    Moved and renamed some documentation files.

:100644 100644 9d548b38... 89fa10b6... M	Makefile.in
:100644 100644 324dddc1... 324dddc1... R100	ChangeLog	docs/ChangeLog_nmh
:100644 100644 15401970... 15401970... R100	docs/DIFFERENCES	docs/DIFFERENCES_nmh_MH
:100644 100644 ddd30faa... ddd30faa... R100	MACHINES	docs/MACHINES
:100644 100644 a68ab2cb... df10b4b4... M	docs/Makefile.in
:100644 100644 ff9db2a3... ff9db2a3... R100	docs/README-ATTACHMENTS	docs/README.attachments
:100644 100644 714ba008... 714ba008... R100	docs/README-HOOKS	docs/README.hooks
:100644 100644 b0b5e8d0... b0b5e8d0... R100	docs/MAIL.FILTERING	docs/README.mail-filtering

commit 9d65b803e9cd65249ea2317c2f43495b9eed40bc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:57:24 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:57:24 2012 +0100

    Removed remaining absolute mmh program path names from the binaries.
    The mmh bindir must to be in PATH, but we are able to move the programs now.
    The etcdir is still compiled into the binaries.

:100644 100644 eb70b5ae... 8f21039c... M	config/Makefile.in
:100644 100644 90c14101... 0e725ee4... M	config/config.c

commit 8cc6b9bed04847a5675f5eec39938b4e242b0b2d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:33:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:33:49 2012 +0100

    Call send directly, not via sendproc. Removed its profile entry, too.

:100644 100644 bfdc242f... 90c14101... M	config/config.c
:100644 100644 f18f62b1... 8f66669d... M	h/mh.h
:100644 100644 d47b78f3... c6524284... M	man/mh-profile.man5
:100644 100644 70b921ba... 9274246c... M	man/whatnow.man1
:100644 100644 9a05a2b9... bcff1da2... M	sbr/readconfig.c
:100644 100644 d4564544... 20a95e7b... M	uip/mhparam.c
:100644 100644 046f3403... 43d3d106... M	uip/spost.c
:100644 100644 3d97716c... 168384f7... M	uip/whatnow.c

commit 3b91e463fc7a4db9e7b69e2e0f4f7909339beea5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:30:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:30:06 2012 +0100

    Call spost directly, not via postproc. Remove the postproc profile entry.

:100644 100644 bd83bcb3... bfdc242f... M	config/config.c
:100644 100644 0e3324c4... f18f62b1... M	h/mh.h
:100644 100644 150c0c1b... 5e8a7033... M	man/mh-chart.man1
:100644 100644 47b5d3f6... d47b78f3... M	man/mh-profile.man5
:100644 100644 29cf84f2... 2f2b6412... M	man/rcvdist.man1
:100644 100644 66f37cea... 7b368ea9... M	man/send.man1
:100644 100644 d01533a2... 856c2a09... M	man/whom.man
:100644 100644 f8813cba... 9a05a2b9... M	sbr/readconfig.c
:100644 100644 72771a7f... 033c6349... M	uip/mhmail.c
:100644 100644 38fc6448... d4564544... M	uip/mhparam.c
:100644 100644 58bf62dd... ac191497... M	uip/rcvdist.c
:100644 100644 51661a52... d87e211f... M	uip/send.c

commit 5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:23:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:23:44 2012 +0100

    Hardcoded mhmail instead of mailproc.

:100644 100644 f0187adb... bd83bcb3... M	config/config.c
:100644 100644 5ebda8ea... 0e3324c4... M	h/mh.h
:100644 100644 773dc8a5... 47b5d3f6... M	man/mh-profile.man5
:100644 100644 bb81ddb6... 66f37cea... M	man/send.man1
:100644 100644 71fff7ad... f8813cba... M	sbr/readconfig.c
:100644 100644 0d9c78c4... 3670e8e7... M	uip/conflict.c
:100644 100644 7c436691... 38fc6448... M	uip/mhparam.c
:100644 100644 b3b07e48... ece4e8fe... M	uip/mhparse.c
:100644 100644 09bbcf80... 51661a52... M	uip/send.c

commit dfa0332c4e6144699dedd5c9795219adc0f9c0d2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:18:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:18:23 2012 +0100

    Removed the mhlproc profile entry. Call mhl directly.

:100644 100644 e650b0d2... f0187adb... M	config/config.c
:100644 100644 995dbf52... 9bd6ed99... M	etc/mhl.headers
:100644 100644 44363b61... 5ebda8ea... M	h/mh.h
:100644 100644 026b2cf7... 0d5cd40d... M	man/forw.man1
:100644 100644 d3e6e31c... 773dc8a5... M	man/mh-profile.man5
:100644 100644 af9f6307... ce62a52b... M	man/mhparam.man1
:100644 100644 5c49255f... a3330c00... M	man/mhshow.man1
:100644 100644 0b4be2f3... 5643286b... M	man/repl.man1
:100644 100644 16659a99... 71fff7ad... M	sbr/readconfig.c
:100644 100644 4cad041b... 7c436691... M	uip/mhparam.c
:100644 100644 6dae3e8b... 9f69c54d... M	uip/mhshowsbr.c
:100644 100644 1a0e1430... dff8a9ec... M	uip/repl.c

commit 5ee5d678d59cf1deea31126bc886333f1be4571d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 13:09:14 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 13:09:14 2012 +0100

    Defined show(mime)proc locally and removed their profile entries.
    Their paths are relative now, too.

:100644 100644 fa0b0fc4... e650b0d2... M	config/config.c
:100644 100644 dd049d32... 44363b61... M	h/mh.h
:100644 100644 3f38e107... d3e6e31c... M	man/mh-profile.man5
:100644 100644 c32689a0... 2b44d9fe... M	man/next.man1
:100644 100644 7cdb8e43... 06464d43... M	man/prev.man1
:100644 100644 47cf7d00... 047baf5c... M	man/show.man1
:100644 100644 d4187311... 16659a99... M	sbr/readconfig.c
:100644 100644 64ee5d77... 4cad041b... M	uip/mhparam.c
:100644 100644 2b53141a... 4abc3d74... M	uip/show.c

commit 612e67b21d1c9a6cc5db0e2903ddaeb5f2fbe2a0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 12:08:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 12:08:47 2012 +0100

    Remove the rcvstoreproc/rcvpackproc vars.

:100644 100644 b8a7c806... fa0b0fc4... M	config/config.c
:100644 100644 ef4ca62e... dd049d32... M	h/mh.h
:100644 100644 7f272268... f03d4871... M	uip/slocal.c

commit b1be13a498a0b7b7fbed6ea957ddf765a8d0d8f9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 12:04:59 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 12:04:59 2012 +0100

    Removed absolute path from mailproc.
    The goal is to have as few path names compiled into the binaries.

:100644 100644 c02243d4... b8a7c806... M	config/config.c
:100644 100644 9ffa1170... 3f38e107... M	man/mh-profile.man5

commit f33f12af33361e5d688cd1700c1ee03af5988fd9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 11:58:31 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 11:58:31 2012 +0100

    s/lproc/listproc/

:100644 100644 94c0760f... c02243d4... M	config/config.c
:100644 100644 93243302... ef4ca62e... M	h/mh.h
:100644 100644 4113a76e... 9ffa1170... M	man/mh-profile.man5
:100644 100644 759bac40... 70b921ba... M	man/whatnow.man1
:100644 100644 2350b24b... d4187311... M	sbr/readconfig.c
:100644 100644 1440dc32... 64ee5d77... M	uip/mhparam.c
:100644 100644 70df6935... 2b53141a... M	uip/show.c
:100644 100644 bd1a3d55... 3d97716c... M	uip/whatnow.c

commit bec79382afc185947279c0f3c724c5983944ee7f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 11:51:14 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 11:51:14 2012 +0100

    Removed the now unused incproc var.

:100644 100644 e51397ad... 94c0760f... M	config/config.c
:100644 100644 ced6c77a... 93243302... M	h/mh.h
:100644 100644 b5e731ab... 4113a76e... M	man/mh-profile.man5
:100644 100644 daa25099... 2350b24b... M	sbr/readconfig.c
:100644 100644 2d78cd95... 1440dc32... M	uip/mhparam.c

commit d36e56e695fe1c482c7920644bfbb6386ac9edb0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 11:46:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 11:46:47 2012 +0100

    mhmail: Don't invoke inc when called without arguments.
    We can't provide a full mailx-replacement anyways. By magically invoking
    inc(1), we likely confuse the user. Instead tell him that he can invoke
    inc(1) himself. This doesn't mess with the important property: mhmail is
    a mailx replacement for scripts to send mail.

:100644 100644 c6a3467c... f244ae0e... M	man/mhmail.man1
:100644 100644 2b8589f5... 72771a7f... M	uip/mhmail.c

commit be0ae81623aea2eca09b8faf699b4b407f527267
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 11:18:00 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 11:18:00 2012 +0100

    Updated the INSTALL file.

:100644 100644 009d4796... d93ff2c3... M	INSTALL

commit 068380df11432a5341882e658ec9cf5c0b54721d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 11:03:52 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 11:03:52 2012 +0100

    Removed the `mhbuild' indirection via `buildmimeproc'.
    We expect BINDIR to be in PATH if one executes mmh programs.

:100644 100644 e9b3f2b3... e51397ad... M	config/config.c
:100644 100644 026f0dcf... ced6c77a... M	h/mh.h
:100644 100644 dc37bb99... b5e731ab... M	man/mh-profile.man5
:100644 100644 048ae4ba... daa25099... M	sbr/readconfig.c
:100644 100644 0f9c487c... 2d78cd95... M	uip/mhparam.c
:100644 100644 2ef1fe76... 09bbcf80... M	uip/send.c

commit 865335e03bab5e0ceb47a4d20564c3afb3de30c4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 10:56:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 10:56:46 2012 +0100

    Querying the pager here is not necessary.

:100644 100644 09cc4bd5... 048ae4ba... M	sbr/readconfig.c

commit f85f4b7ae62e3d05a945dcd46ead51f0a2a89a9b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 10:52:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 10:52:49 2012 +0100

    Rework of Editor/defaulteditor, similar to Pager/defaultpager; new env vars.
    The priority order is: MMHEDITOR (env) > Editor (profile) > VISUAL (env)
            EDITOR (env) > vi

:100644 100644 1f357015... dc37bb99... M	man/mh-profile.man5
:100644 100644 d1b22ac6... 5733d3fa... M	sbr/context_read.c
:100644 100644 b809ebeb... bd1a3d55... M	uip/whatnow.c
:100644 100644 1b16e5d6... fbea9416... M	uip/whatnowproc.c

commit 0c4214ea2aec6497d0d67b436bbee9bc1d225f1e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 10:18:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 10:18:23 2012 +0100

    moreproc is now Pager/defaultpager; removed -moreproc flags; added env vars.
    The priority order is: MMHPAGER (env) > Pager (profile) > PAGER (env) > more

:100644 100644 946ea6b2... e9b3f2b3... M	config/config.c
:100644 100644 39684af2... 026f0dcf... M	h/mh.h
:100644 100644 805bea85... 150c0c1b... M	man/mh-chart.man1
:100644 100644 5051da60... 1f357015... M	man/mh-profile.man5
:100644 100644 9c57dbe5... 7e1f19d6... M	man/mhl.man1
:100644 100644 f451ccb4... 5c49255f... M	man/mhshow.man1
:100644 100644 1e795b05... d1b22ac6... M	sbr/context_read.c
:100644 100644 b78eb06e... 09cc4bd5... M	sbr/readconfig.c
:100644 100644 3d8ad8d9... 38926b6d... M	uip/mhl.c
:100644 100644 db8e85af... 0f9c487c... M	uip/mhparam.c
:100644 100644 a1fff551... bbd99eaa... M	uip/mhshow.c
:100644 100644 fe9a6269... 6dae3e8b... M	uip/mhshowsbr.c
:100644 100644 2f5d9b43... 70df6935... M	uip/show.c

commit 9e9e918ec2a607aca26253fe945ea9569475aae3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 09:00:22 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 09:00:22 2012 +0100

    slocal: Updated man page to recent change.

:100644 100644 f8952bc4... e8defa55... M	man/slocal.man1

commit 4c0c2fb7766546cb466f05f76e5febd5d8f682e0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 08:49:57 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 08:49:57 2012 +0100

    slocal: Don't remove $PATH from env. Now execvp() searches as expected.
    Stripping the environment may rather keep the user from doing sensible
    things than it increases the security. Maybe we shouldn't strip it at all.

:100644 100644 b6199522... 7f272268... M	uip/slocal.c

commit 7456ca0a9639bfb73899b721fe66323d90277160
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 07:51:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 07:51:27 2012 +0100

    slocal: must not read profile (indirectly through m_mktemp2()).

:100644 100644 eecd760b... b6199522... M	uip/slocal.c

commit cde17f8d38bf9306df4706ac2acb528a2a686a29
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Mar 22 07:40:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Mar 22 07:40:35 2012 +0100

    slocal: use mhetcdir instead of NMHETCDIR.

:100644 100644 bd114ce8... d81985f7... M	uip/Makefile.in
:100644 100644 d97af908... eecd760b... M	uip/slocal.c

commit d709572c12437b406a4685f04b4131f160687280
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 21:59:15 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 21:59:15 2012 +0100

    Ignore distribution tarballs in the git status listing.

:100644 100644 d840b61b... 14c2a073... M	.gitignore

commit 5fbf37ee68e018998ada61eeab73e035b26834b6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 20:47:48 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 20:47:48 2012 +0100

    On today's systems fork() will hardly fail, thus removed the fork retry loops.

:100644 100644 44542b53... 1a381db2... M	sbr/context_save.c
:100644 100644 17c62eef... eb6011a9... M	sbr/push.c
:100644 100644 069ea85f... efbb8ac3... M	uip/mhbuildsbr.c
:100644 100644 f9e7fcd8... 2b8589f5... M	uip/mhmail.c
:100644 100644 86c16a9a... b3b07e48... M	uip/mhparse.c
:100644 100644 15991c18... fe9a6269... M	uip/mhshowsbr.c
:100644 100644 6fcccad0... 2ef1fe76... M	uip/send.c
:100644 100644 761fea1d... b809ebeb... M	uip/whatnow.c

commit 75a3bc56e890a9ca5e25f194acbb574e942de5c5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 20:43:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 20:43:27 2012 +0100

    Minor refactoring.

:100644 100644 7b7bcefb... baeab6f2... M	uip/aliasbr.c

commit e0422dfed4d6d236e5298cea579587870b83384a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 20:27:03 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 20:27:03 2012 +0100

    Rework in dist tools: removed -file switch; don't fork(); refactoring.

:100644 100644 0bb35664... e48525fb... M	man/dist.man1
:100644 100644 9edfc494... 29cf84f2... M	man/rcvdist.man1
:100644 100644 869a906b... 4eba2eb8... M	uip/dist.c
:100644 100644 396aca8d... 1ad8e42f... M	uip/distsbr.c
:100644 100644 625bb4ce... 58bf62dd... M	uip/rcvdist.c

commit 33b33a0ac8a3f8f05c9bb0195c100306c00cce35
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 17:50:59 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 17:50:59 2012 +0100

    mh-format.man5: Restored the warning placeholder.
    We must have lost it somewhen.

:100644 100644 b2925862... ae0e8b0d... M	man/mh-format.man5

commit af675ccd40b7a3d92043e12cac0cdde8484f7cee
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 17:44:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 17:44:36 2012 +0100

    configure.ac: Don't check for vfork and wait3 when we don't use them (anymore).

:100644 100644 efae9fcc... 806214c5... M	configure.ac

commit 43beef6d732261080a1d9d63175ad5af9043df69
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 17:03:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 17:03:53 2012 +0100

    Removed unused code.

:100644 100644 373a6928... 75245e05... M	h/mf.h

commit 83e04675b53374a1436029a367283d6d4ee05a07
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 16:54:24 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 16:54:24 2012 +0100

    Removed support for UUCP bang path addresses.
    If you still rely on UUCP, use nmh, not mmh.

:100644 100644 5e19b788... a86a90df... M	h/addrsbr.h
:100644 100644 4a74bec5... a078dc52... M	h/prototypes.h
:100644 100644 aea64e43... f8952bc4... M	man/slocal.man1
:100644 100644 27aa5976... d01533a2... M	man/whom.man
:100644 100644 a829c1db... 2327e47a... M	sbr/addrsbr.c
:100644 100644 4a8da144... f26b02bb... M	sbr/fmt_scan.c
:100644 100644 534f896c... 47c7e7de... M	sbr/m_getfld.c
:100644 100644 dd193bc4... a4644931... M	sbr/mts.c
:100644 100644 073b1b28... 7b7bcefb... M	uip/aliasbr.c
:100644 100644 3713954a... d97af908... M	uip/slocal.c

commit 205e60873e26bb542945dc2c48d7385af84ba120
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 16:25:08 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 16:25:08 2012 +0100

    Made DUMB the default and removed the the #ifdefs.
    DUMB had been the default and forces MH to use a full RFC 822 address
    parser instead of guessing on addresses.

:100644 100644 06fab56c... 3ab8a469... M	acconfig.h
:100644 100644 42742d29... a829c1db... M	sbr/addrsbr.c

commit cc106b2d1d396a1d0b2554052d61b5af46cb252d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 16:06:32 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 16:06:32 2012 +0100

    Removed the not-used REALLYDUMB config option.

:100644 100644 e83ec57e... 06fab56c... M	acconfig.h

commit 41b06dfc782cec511142f99db9cb6ae7c2b94fb9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 16:04:10 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 16:04:10 2012 +0100

    Removed the not-used FIX_NON_Y2K_COMPLIANT_MUA_DATES config option.

:100644 100644 581f6ad9... e83ec57e... M	acconfig.h

commit e954d689b5adafa4ec74e7dbd1e087dbf998f6d6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 15:59:09 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 15:59:09 2012 +0100

    Made the RPATHS config option the default and removed the #ifdefs.

:100644 100644 f4ca2dd2... 581f6ad9... M	acconfig.h
:100644 100644 ff38dd39... 4a74bec5... M	h/prototypes.h
:100644 100644 d64457f3... 534f896c... M	sbr/m_getfld.c
:100644 100644 fdfe4cd7... 75dec1cf... M	uip/scansbr.c
:100644 100644 813a3b59... 3713954a... M	uip/slocal.c

commit e711cf1c50af5e151a721f6f1690474bc9ef658d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 15:52:15 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 15:52:15 2012 +0100

    Slocal uses rcvpack now. Code beautification in slocal.

:100644 100644 158dd7a3... 946ea6b2... M	config/config.c
:100644 100644 23b340ac... 39684af2... M	h/mh.h
:100644 100644 c5cf7cf5... aea64e43... M	man/slocal.man1
:100644 100644 e53df573... bd114ce8... M	uip/Makefile.in
:100644 100644 4e8c30d7... 813a3b59... M	uip/slocal.c

commit 39d862d5f0ba0258707ef5a74cff63243f58e425
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 14:25:55 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 14:25:55 2012 +0100

    Renamed the mbx_* functions to mbox_*, because mbx is another mail box format.

:100644 100644 c80770a4... f3270bee... M	h/dropsbr.h
:100644 100644 f093c2fd... 6a7eb78f... M	uip/dropsbr.c
:100644 100644 70065c0d... 23ee3354... M	uip/packf.c
:100644 100644 827373f2... e00e1fd5... M	uip/rcvpack.c
:100644 100644 6b78c1e6... 4e8c30d7... M	uip/slocal.c

commit ca1023716d4c2ab890696f3e41fa0d94267a940e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 11:38:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 11:38:23 2012 +0100

    packf prints to stdout now.

:100644 100644 84bdc445... dd356eda... M	man/mmh-intro.man7
:100644 100644 79dccacd... 916db9e1... M	man/packf.man1
:100644 100644 fc7fcba0... 70065c0d... M	uip/packf.c

commit ef1216bc36bd48ceb7549ae76aa7c26e3be4d9e4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 11:19:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 11:19:50 2012 +0100

    If rcvpack missed file argument, it prints to stdout; Removed unused code.
    The mbox variant we use is called `mboxo'.

:100644 100644 2b21f10d... c80770a4... M	h/dropsbr.h
:100644 100644 366b0d53... 290f5ccb... M	man/rcvpack.man1
:100644 100644 62ba424e... f093c2fd... M	uip/dropsbr.c
:100644 100644 62c09da3... fc7fcba0... M	uip/packf.c
:100644 100644 d6e10257... 827373f2... M	uip/rcvpack.c
:100644 100644 ae71c1b1... 6b78c1e6... M	uip/slocal.c

commit a3f1c902eb75f91ebbf0129d6e4f0e42477bb9cc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Mar 21 09:43:45 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Mar 21 09:43:45 2012 +0100

    Makefile: inc does not depend on dropsbr.

:100644 100644 9f183b0c... e53df573... M	uip/Makefile.in

commit 06dc4fe836de4957b5d6e7e3a7ce5de85c11db8f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 23:10:29 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 23:10:29 2012 +0100

    Makefiles: s/nmh/mmh/; fixed generation of mmhdist.

:100644 100644 2f63dad3... 9d548b38... M	Makefile.in
:100644 100644 491ff85e... eb70b5ae... M	config/Makefile.in
:100644 100644 38db87e9... a68ab2cb... M	docs/Makefile.in
:100644 100644 dabafd64... 2d40acfa... M	etc/Makefile.in
:100644 100644 ad2cbd1c... f0152ddf... M	h/Makefile.in
:100644 100644 4ad5db8c... 47742c2a... M	man/Makefile.in
:100644 100644 6c5d21e1... 6dedfb1f... M	sbr/Makefile.in
:100644 100644 67a7862a... 9f183b0c... M	uip/Makefile.in

commit ffe93d6dc707aaf92529cefb38a1814956b48c9e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 22:51:04 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 22:51:04 2012 +0100

    Replaced mkinstalldirs with `mkdir -p'.

:100644 100644 efab8859... 2f63dad3... M	Makefile.in
:100644 100644 10111e7c... dabafd64... M	etc/Makefile.in
:100644 100644 4d4dec9d... 4ad5db8c... M	man/Makefile.in
:100755 000000 0801ec2c... 00000000... D	mkinstalldirs
:100644 100644 02bc94ed... 67a7862a... M	uip/Makefile.in

commit ae4273126b4b7b8ebaa1454630c1b632eba8cec9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 22:12:51 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 22:12:51 2012 +0100

    Minor refactoring.

:100644 100644 08a9b31c... 2f5d9b43... M	uip/show.c

commit 5e562b27955c06ac45be72ce82e30fe278e76b05
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 21:58:17 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 21:58:17 2012 +0100

    Ensured clean uninstall.

:100644 100644 0d8631b9... 4d4dec9d... M	man/Makefile.in
:100644 100644 28b517f3... 02bc94ed... M	uip/Makefile.in

commit 426543622b377fc5d091455cba685e114b6df674
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 21:39:17 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 21:39:17 2012 +0100

    A bit refactoring.

:100644 100644 e97afbf8... 36ff4b51... M	uip/anno.c
:100644 100644 d1e39b05... 170d76bc... M	uip/annosbr.c

commit 88a0787554de9c618e657c31940e734178a25730
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 21:07:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 21:07:58 2012 +0100

    anno: Undid the ``preserve argument hack''.

:100644 100644 46a89ce9... ff38dd39... M	h/prototypes.h
:100644 100644 aacd8267... e97afbf8... M	uip/anno.c
:100644 100644 99422e6b... d1e39b05... M	uip/annosbr.c
:100644 100644 031c191b... 8992b33c... M	uip/forw.c
:100644 100644 469bdd90... 1a0e1430... M	uip/repl.c
:100644 100644 afe41293... 761fea1d... M	uip/whatnow.c

commit 0a6e4d979566bc9eae772e37d2577bed1aacef92
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 19:26:48 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 19:26:48 2012 +0100

    Updated the BUGS sections in the man pages.
    I expect users to know that they might need quoting in the shell.

:100644 100644 699e9938... 0977c77f... M	man/ap.man8
:100644 100644 af8577d6... 5c39a501... M	man/comp.man1
:100644 100644 eead0079... e0080cfd... M	man/dp.man8
:100644 100644 0acb412f... a39b4dbd... M	man/fmtdump.man8
:100644 100644 1abc45b1... eb51bc1d... M	man/inc.man1
:100644 100644 139f6f6d... b55b7481... M	man/pick.man1
:100644 100644 60c54b55... 0b4be2f3... M	man/repl.man1
:100644 100644 e4c357ac... 42e371f9... M	man/scan.man1
:100644 100644 59295231... 759bac40... M	man/whatnow.man1

commit 43ea5347b6b445d926082d6e3c1ddec376e8692d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 19:06:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 19:06:44 2012 +0100

    s/nfs/fmtstr/
    and s/c_nfs/c_fstr/ in uip/mhl.c

:100644 100644 aaa87629... 623e0030... M	uip/ap.c
:100644 100644 d9508335... a9d25437... M	uip/comp.c
:100644 100644 4e83a7b4... 869a906b... M	uip/dist.c
:100644 100644 fa3a2018... d64a0b9e... M	uip/dp.c
:100644 100644 923a46e9... a7fe9f45... M	uip/fmtdump.c
:100644 100644 b9c3c144... 031c191b... M	uip/forw.c
:100644 100644 6546ceac... 05df0f02... M	uip/inc.c
:100644 100644 4c2f06ee... 3d8ad8d9... M	uip/mhl.c
:100644 100644 6fbd5790... 0c172685... M	uip/scan.c
:100644 100644 69f385ab... fdfe4cd7... M	uip/scansbr.c

commit 6b80b3bb772e2cf9186cf964bf78109b677e1bef
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 18:02:32 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 18:02:32 2012 +0100

    scan(): Replaced explicit noisy parameter with implicit nfs check.
    nfs is the ``new format string'' if it is NULL, we don't (and actually
    can't) print a scan line.

:100644 100644 4e2e87aa... 18a93641... M	h/scansbr.h
:100644 100644 2297a036... 6546ceac... M	uip/inc.c
:100644 100644 ef13e39c... 6fbd5790... M	uip/scan.c
:100644 100644 1c68bc26... 69f385ab... M	uip/scansbr.c

commit 51d0e643f8daeb2db8de0a3d31d7d7f038b48380
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 17:36:02 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 17:36:02 2012 +0100

    Removed special `folder' and `dtimenow' format escapes from scan listings.
    Also removed the unused parameter `size'.

:100644 100644 b07feef0... 4e2e87aa... M	h/scansbr.h
:100644 100644 04572c0b... 2297a036... M	uip/inc.c
:100644 100644 15205536... ef13e39c... M	uip/scan.c
:100644 100644 bbd46261... 1c68bc26... M	uip/scansbr.c

commit e6c75593757a6edb5eb8e98bfc50f0c1de36bf2f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Mar 20 16:14:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Mar 20 16:14:53 2012 +0100

    Removed internal version of fputs().

:100644 100644 4b712432... bbd46261... M	uip/scansbr.c

commit cd1299b02c2fbe61f408a8387402494364688337
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 9 17:04:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 9 17:04:46 2012 +0100

    Fixed paths (libdir->bindir); removed the now unused libdir reference.

:100644 100644 da7d12ab... 491ff85e... M	config/Makefile.in
:100644 100644 3515dd08... 158dd7a3... M	config/config.c
:100644 100644 2a1d97e2... db8e85af... M	uip/mhparam.c

commit b26456a751067ad3182e9897966aae2363873585
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 9 13:27:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 9 13:27:35 2012 +0100

    Moved conflict, rcv*, slocal, spost from libdir to bindir.
    We should not hide them from the users.

:100644 100644 dc05548f... ff2246c4... M	man/conflict.man8
:100644 100644 d7939893... 805bea85... M	man/mh-chart.man1
:100644 100644 b90cd971... 5051da60... M	man/mh-profile.man5
:100644 100644 33c237e5... c6a3467c... M	man/mhmail.man1
:100644 100644 14c3ae77... 5bac6f73... M	man/post.man8
:100644 100644 66b43820... 9edfc494... M	man/rcvdist.man1
:100644 100644 9ca59a25... 366b0d53... M	man/rcvpack.man1
:100644 100644 571c2fd2... 1fff18f0... M	man/rcvstore.man1
:100644 100644 6421714d... c5cf7cf5... M	man/slocal.man1
:100644 100644 7dcbb855... 28b517f3... M	uip/Makefile.in
:100644 100644 fe1977fa... ae71c1b1... M	uip/slocal.c

commit 4b5944268ea0da7bb30598a27857304758ea9b44
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Mar 9 12:25:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Mar 9 12:25:06 2012 +0100

    Added new helper `print-mimetype' and added Mime-Type-Query to man page.
    Print-mimetype is useful if you don't have GNU file(1).

:100644 100644 6dffc550... d840b61b... M	.gitignore
:100644 100644 2f67c639... b90cd971... M	man/mh-profile.man5
:100644 100644 8d167595... 7dcbb855... M	uip/Makefile.in
:000000 100755 00000000... 2149902a... A	uip/print-mimetype.sh

commit 064527f7b57ab050e5af13e15ad99aeeab125857
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Feb 13 14:16:45 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Feb 13 14:16:45 2012 +0100

    Removed support for Encrypted: headers, which were removed in RFC 2822.
    This is a relict from RFC 822.

:100644 100644 942ddcc3... 6d83b643... M	etc/scan.MMDDYY
:100644 100644 e91bcb1e... efe63d3c... M	etc/scan.YYYYMMDD
:100644 100644 27d18d32... 4f00a3cc... M	etc/scan.mailx
:100644 100644 b15a2815... 019bc3ee... M	etc/scan.nmh
:100644 100644 145e73f8... c6ead71d... M	etc/scan.nomime
:100644 100644 5f35b365... d595f7aa... M	etc/scan.size
:100644 100644 4c581337... 99df6663... M	etc/scan.time
:100644 100644 54f6d0a2... d8e07bed... M	etc/scan.timely
:100644 100644 2cd0b820... ba1fee32... M	etc/scan.unseen
:100644 100644 bf2e88f8... b07feef0... M	h/scansbr.h
:100644 100644 dccedad6... b2925862... M	man/mh-format.man5
:100644 100644 b48c9ea6... 04572c0b... M	uip/inc.c
:100644 100644 aa95dd8a... 6a0cf049... M	uip/mhstoresbr.c
:100644 100644 d5cc50f9... 15205536... M	uip/scan.c
:100644 100644 a43044c8... 4b712432... M	uip/scansbr.c

commit 5a54c825a4c672e712e40c4c5ed0f0883fc99913
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Feb 13 13:58:13 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Feb 13 13:58:13 2012 +0100

    Trivial whitespace changes.

:100644 100644 a90c6b24... 6fcccad0... M	uip/send.c

commit 3eaeef7c3cf27aa9d715e20ebb72982406ab1d53
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Feb 13 13:51:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Feb 13 13:51:53 2012 +0100

    Now, spost should be quite usable.
    Make use of m_mktemp2(), like elsewhere in the mmh code base.
    Various rework of the Bcc handling code.
    Still to do:
    - Fcc handling needs improvements.
    - Draft files for Bcc recipients are left existing in /tmp.

:100644 100644 4a8ffdc5... 046f3403... M	uip/spost.c

commit 4c513fd6ebd0f1b08b8f9504b6d6c8aef2351d4a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Feb 12 17:49:57 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Feb 12 17:49:57 2012 +0100

    Various rework in spost.
    - Removed some unused flags.
    - Don't care for multiple Subject: headers. They aren't allowed.
    - Correctly handle headers that are folded before the first word of the value.
    - Outsourced code from putfmt() into new process_fcc().

:100644 100644 7b74dcc9... 4a8ffdc5... M	uip/spost.c

commit 80eeca1af5bc5120d9aeef933c2e162c382c9d29
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Feb 12 16:45:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Feb 12 16:45:26 2012 +0100

    Changed the Fcc handling code in spost.
    Both, the new as well as the old approach have their limitations. I'm far
    from confident with the new approach. At least it's simpler. It should be
    good enough for now.

:100644 100644 8b4b8300... 7b74dcc9... M	uip/spost.c

commit fcde9624e6832e0dcdc6f21996b69b7e58745e3d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Feb 12 12:31:01 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Feb 12 12:31:01 2012 +0100

    Temporary state of spost rework: Things should work if you don't use Bcc: hdrs.
    The simple changes: Removed -[no]filter and did some minor refactoring.
    The complex changes: First steps in reworking the Bcc-related code.
    Don't use Bcc: headers with this state of code. They simply are ignored.

:100644 100644 5afa435d... 8b4b8300... M	uip/spost.c

commit 3e1e29cd0fdaf54117d35f27525fb440e854ed0e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:29:39 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:29:39 2012 +0100

    Now truly: Removed the unused variable mhlforward.

:100644 100644 20c62f5c... 3515dd08... M	config/config.c
:100644 100644 2775db8e... 23b340ac... M	h/mh.h

commit df3babef6d532cbd6e5b508b168d096ab9db2122
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:28:00 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:28:00 2012 +0100

    Revert "Removed unused mhlforward var."
    It had been the wrong variable...
    
    This reverts commit 4fbe60b6406be5253f50cc35b9d10e11f244da6f.

:100644 100644 3515dd08... 20c62f5c... M	config/config.c
:100644 100644 09032677... 2775db8e... M	h/mh.h

commit 4fbe60b6406be5253f50cc35b9d10e11f244da6f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:24:21 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:24:21 2012 +0100

    Removed unused mhlforward var.

:100644 100644 20c62f5c... 3515dd08... M	config/config.c
:100644 100644 2775db8e... 09032677... M	h/mh.h

commit b6d09bd20c57ba338690651d5922c724568bc7a0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:22:09 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:22:09 2012 +0100

    Added absolute path to match the common style.

:100644 100644 62852dfa... 20c62f5c... M	config/config.c

commit 3ba5286b78e674fe931790db49d207e12a45fd3c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:16:56 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:16:56 2012 +0100

    Removed unused stuff from makefile.

:100644 100644 f916cea5... 6c5d21e1... M	sbr/Makefile.in

commit a1cae878ec58748fd8d602178fe279bf6116931d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 22:02:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 22:02:27 2012 +0100

    Removed unused catproc.

:100644 100644 2ccf3790... 62852dfa... M	config/config.c
:100644 100644 52dc5049... 2775db8e... M	h/mh.h

commit fb0594cb913cab5e14e2c295b79eb48cc675bbbf
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 20:18:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 20:18:43 2012 +0100

    Made show(1) the default lproc. `list' and `display' changed a bit.
    Already in 1984, MTR stated, that lproc should be show. I agree with him
    on this point, but I strongly disagree there: ``if lproc is "mhl", use
    mhlproc for consistency''. I thus removed this part and even more around it.
    The code became simpler but additional arguments to `list' and `display'
    are not recognized anymore. That won't be much inconvenience.

:100644 100644 8d5bd7cd... 2ccf3790... M	config/config.c
:100644 100644 28fae32f... 2f67c639... M	man/mh-profile.man5
:100644 100644 27a9ee54... 59295231... M	man/whatnow.man1
:100644 100644 d05672cd... f916cea5... M	sbr/Makefile.in
:100644 000000 594b269f... 00000000... D	sbr/showfile.c
:100644 100644 be85fd1a... 08a9b31c... M	uip/show.c
:100644 100644 5b59c86c... afe41293... M	uip/whatnow.c

commit 0073224c28bf81dad1812d406bb9915b24b23eb6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 11:53:04 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 11:53:04 2012 +0100

    Removed the -width option from ap and dp. Always print the whole string now.

:100644 100644 b0ae6150... 699e9938... M	man/ap.man8
:100644 100644 d07fa6b1... eead0079... M	man/dp.man8
:100644 100644 ada59165... d7939893... M	man/mh-chart.man1
:100644 100644 48b85248... 8d167595... M	uip/Makefile.in
:100644 100644 b49cdc27... aaa87629... M	uip/ap.c
:100644 100644 66f0f42b... fa3a2018... M	uip/dp.c

commit cebc12618d19409a25e332eef13e825df15a9bc2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 11:29:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 11:29:26 2012 +0100

    Removed the now unused SOprint().

:100644 100644 274d43e0... 4c2f06ee... M	uip/mhl.c
:100644 100644 c81cf92d... 15991c18... M	uip/mhshowsbr.c
:100644 100644 0568bf31... defc93fc... M	uip/termsbr.c

commit 27826f9353e0f0b04590b7d0f8f83e60462b90f0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 11 11:17:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 11 11:17:53 2012 +0100

    Merged picksbr.c into pick.c.

:100644 100644 a2c40610... ad2cbd1c... M	h/Makefile.in
:100644 000000 31b904ed... 00000000... D	h/picksbr.h
:100644 100644 403147f7... 48b85248... M	uip/Makefile.in
:100644 100644 e4d13704... 73babadf... M	uip/pick.c
:100644 000000 872e18a0... 00000000... D	uip/picksbr.c

commit aa2b40c1486629abb9cc4628f38f0ce88be05ed6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 19:46:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 19:46:18 2012 +0100

    Removed now unused dependencies (distsbr.o) in makefile.

:100644 100644 752f185b... 403147f7... M	uip/Makefile.in

commit 5b9d883db0318ed2b84bb82dee880d7381f99188
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 17:10:48 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 17:10:48 2012 +0100

    Removed any knowledge of a screen length from mhl.
    Pagination is to be done by some pager.

:100644 100644 54be038e... cb21f3fa... M	docs/COMPLETION-ZSH
:100644 100644 ba2ab369... ada59165... M	man/mh-chart.man1
:100644 100644 9f841700... 9c57dbe5... M	man/mhl.man1
:100644 100644 e778fc31... 274d43e0... M	uip/mhl.c
:100644 100644 0baf1983... a1fff551... M	uip/mhshow.c
:100644 100644 89602ef2... be85fd1a... M	uip/show.c
:100644 100644 a4b50748... 0568bf31... M	uip/termsbr.c

commit 943765e7ac5693ae177fd8d2b5a2440e53ce816e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 16:43:55 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 16:43:55 2012 +0100

    Removed the -clear switch from mhl.
    This stuff is the task of the pager, not the one of the formater mhl.

:100644 100644 1dbf20fb... ba2ab369... M	man/mh-chart.man1
:100644 100644 57e27cbb... 28fae32f... M	man/mh-profile.man5
:100644 100644 de444489... 9f841700... M	man/mhl.man1
:100644 100644 ef5f8609... e778fc31... M	uip/mhl.c
:100644 100644 efc2b540... 469bdd90... M	uip/repl.c
:100644 100644 e7ba35ae... a4b50748... M	uip/termsbr.c

commit e11983f44e59d8de236affa5b0d0d3067c192e24
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 16:18:22 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 16:18:22 2012 +0100

    Removed the -bell option from mhl.

:100644 100644 c425bdcc... 1dbf20fb... M	man/mh-chart.man1
:100644 100644 e453babe... de444489... M	man/mhl.man1
:100644 100644 98e58d01... ef5f8609... M	uip/mhl.c

commit dee26acad9bca6aec7dca5c428b07a386909081b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 16:05:20 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 16:05:20 2012 +0100

    moreproc will always be set in config/config.c, thus eliminated the ISTTY case.

:100644 100644 b1410ad1... 98e58d01... M	uip/mhl.c
:100644 100644 e05dddfb... c81cf92d... M	uip/mhshowsbr.c

commit b7764c4a6b71d37918a97594d866258f154017ca
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 15:42:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 15:42:19 2012 +0100

    Removed the check for hardcopy terminals. There won't be any today.
    If you though do have one, then set moreproc to cat.

:100644 100644 017d2f78... b1410ad1... M	uip/mhl.c
:100644 100644 3c45eb28... e7ba35ae... M	uip/termsbr.c

commit 39e87a75b5c2d3572ec72e717720b44af291e88a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 15:33:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 15:33:50 2012 +0100

    Removed the -nomoreproc switch from mhl, show, mhshow.
    We'll go for always having a moreproc after mhl. If you just want to cat out,
    then use `-moreproc cat'. mhl's very basic paging facility will be removed.

:100644 100644 da0b0273... 54be038e... M	docs/COMPLETION-ZSH
:100644 100644 afb3fc19... c425bdcc... M	man/mh-chart.man1
:100644 100644 b910f4d7... e453babe... M	man/mhl.man1
:100644 100644 d3b74298... 017d2f78... M	uip/mhl.c
:100644 100644 bf5ef8bb... 0baf1983... M	uip/mhshow.c
:100644 100644 e302d3bd... e05dddfb... M	uip/mhshowsbr.c
:100644 100644 6e4f3168... 89602ef2... M	uip/show.c

commit d1da1f94ce62160aebb30df4063ccbc53768656b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 15:12:59 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 15:12:59 2012 +0100

    Merged mhlsbr.c into mhl.c.
    Also removed the unused function mhlsbr(). (It had been used by msh.)

:100644 100644 db565283... 752f185b... M	uip/Makefile.in
:100644 100644 48b8f1db... d3b74298... M	uip/mhl.c
:100644 000000 5625fa18... 00000000... D	uip/mhlsbr.c

commit 41f62fc47ef6f2d223b7584b3bb912e65a630445
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 14:54:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 14:54:26 2012 +0100

    show: Special-cased -show(mime)proc for mhshow: it needs msgs not file args.
    A similar test had already been there before the last rework.

:100644 100644 86092930... 6e4f3168... M	uip/show.c

commit 2d2016f0dfc9e036549ff035f0ae897c9b2d5fe4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 14:25:28 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 14:25:28 2012 +0100

    show: Never call internal mhl(); always construct absolute argument paths.
    We don't want those fat binaries that call internal versions of unrelated
    tools. I.e. we do want modularization! No, fork() and exec() aren't too
    expensive ... but heavily interweaved code is!

:100644 100644 93ab455a... 47cf7d00... M	man/show.man1
:100644 100644 711fd39b... db565283... M	uip/Makefile.in
:100644 100644 1acaf70e... 86092930... M	uip/show.c

commit 0b40f7c1c35770622511eda71ec5353784ea1dc6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 12:00:28 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 12:00:28 2012 +0100

    scan: Don't fflush manually. Let stdio care for this.
    Common stdio implementations flush stdout-on-TTY automatically on newline.

:100644 100644 1b58eb5b... d5cc50f9... M	uip/scan.c

commit e57b17343dcb3ff373ef4dd089fbe778f0c7c270
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 11:55:48 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 11:55:48 2012 +0100

    Removed the -clear switch from scan(1).
    If you want to have a clear or form-feed, call `clear' or `printf "\f"' at
    the shell level. Anyway, what's the sense of a clear *after* the scan output?

:100644 100644 3f3829c3... e4af65d2... M	docs/COMPLETION-BASH
:100644 100644 f6d01976... da0b0273... M	docs/COMPLETION-ZSH
:100644 100644 4da40940... afb3fc19... M	man/mh-chart.man1
:100644 100644 2b9c0f6b... e4c357ac... M	man/scan.man1
:100644 100644 cfcd3e4c... 1b58eb5b... M	uip/scan.c

commit 0a391e0c2c1509a98286212405c7bb8237cdaa12
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 11:14:13 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 11:14:13 2012 +0100

    Minor fix in man page.

:100644 100644 8f798cba... 93ab455a... M	man/show.man1

commit d7a8824aeaf72569a43d2a5f19d87af1a63d289b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 11:13:25 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 11:13:25 2012 +0100

    Updated shell completion files to recent changes in the programs.
    Well, some of the changes were not so recent.

:100644 100644 926def42... 3f3829c3... M	docs/COMPLETION-BASH
:100644 100644 16e3e0dd... f6d01976... M	docs/COMPLETION-ZSH

commit 14767c94b3827be7c867196467ed7aea5f6f49b0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 10:56:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 10:56:19 2012 +0100

    Removed rcvtty.
    Its use cases disappeared over time. And as asyncron notifications rip you out
    of your working flow, you usually don't want to have them. If you need this
    function though, then you can make use of write(1).

:100644 100644 bc3ac32c... 926def42... M	docs/COMPLETION-BASH
:100644 100644 8998184a... 0d8631b9... M	man/Makefile.in
:100644 100644 25e27af6... 4da40940... M	man/mh-chart.man1
:100644 100644 bddbda91... 84bdc445... M	man/mmh-intro.man7
:100644 100644 21bc1dce... 66b43820... M	man/rcvdist.man1
:100644 100644 55305f2d... 9ca59a25... M	man/rcvpack.man1
:100644 100644 cbc21272... 571c2fd2... M	man/rcvstore.man1
:100644 000000 b3112dd2... 00000000... D	man/rcvtty.man1
:100644 100644 200d280c... 6421714d... M	man/slocal.man1
:100644 100644 09e39ed6... 711fd39b... M	uip/Makefile.in
:100644 000000 8166dc91... 00000000... D	uip/rcvtty.c

commit 70294f36748ac18c98cb5c3941baf72a9cba88d3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 10:33:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 10:33:23 2012 +0100

    Updated man page to recent changes.

:100644 100644 784e9c0c... 57e27cbb... M	man/mh-profile.man5

commit f51956be123db66b00138f80464d06f030dbb88d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 10 10:20:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 10 10:20:47 2012 +0100

    Removed `-format string' switches but made -form accept `=formatstring'.
    For all tools that take `-from file' or `-format string' switches, those
    were merged: `-format string' went away, but one may supply any such string
    to the -form switch by prepending it with an equal sign `='. Thus
            scan -format '%(msg) %{from}'
    is now written as
            scan -form '=%(msg) %{from}'
    Note: mhl isn't adjusted this way, yet. It's too complex to be understood
    by me, now. Thus, it still remains as it was: Any parameter to -form will be
    interepreted as a filter *file*. As show and mhshow use mhl, they are
    affected, too.
    
    In the same go: Compactified the new_fs() function: folded the arguments.

:100644 100644 713c89b2... a2058683... M	h/fmt_scan.h
:100644 100644 01c6a592... 46a89ce9... M	h/prototypes.h
:100644 100644 f7a8e37b... bf2e88f8... M	h/scansbr.h
:100644 100644 af967dff... b0ae6150... M	man/ap.man8
:100644 100644 27428068... d07fa6b1... M	man/dp.man8
:100644 100644 55f9b99a... 0acb412f... M	man/fmtdump.man8
:100644 100644 40a04c5c... 1abc45b1... M	man/inc.man1
:100644 100644 51052683... 25e27af6... M	man/mh-chart.man1
:100644 100644 d687eef1... b910f4d7... M	man/mhl.man1
:100644 100644 3a141e3d... b3112dd2... M	man/rcvtty.man1
:100644 100644 17328959... 2b9c0f6b... M	man/scan.man1
:100644 100644 6cdcfcc7... 9fd34c8e... M	sbr/fmt_new.c
:100644 100644 a4e21894... b49cdc27... M	uip/ap.c
:100644 100644 6508ba67... d9508335... M	uip/comp.c
:100644 100644 39d65253... 4e83a7b4... M	uip/dist.c
:100644 100644 a9940d3a... 66f0f42b... M	uip/dp.c
:100644 100644 75ac4c21... 923a46e9... M	uip/fmtdump.c
:100644 100644 38ede22e... b9c3c144... M	uip/forw.c
:100644 100644 762a858d... b48c9ea6... M	uip/inc.c
:100644 100644 218d38d5... 5625fa18... M	uip/mhlsbr.c
:100644 100644 9adb5d47... 625bb4ce... M	uip/rcvdist.c
:100644 100644 99ae6806... 8166dc91... M	uip/rcvtty.c
:100644 100644 5943857c... efc2b540... M	uip/repl.c
:100644 100644 f8e2e116... cfcd3e4c... M	uip/scan.c

commit 84c6039eb7226c0ba0a8f708205e33d10950d2ae
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 21:22:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 21:22:35 2012 +0100

    Replaced open_form() with new_fs() for the last time and dropped the function.

:100644 100644 18d778e8... 7ee6046a... M	h/utils.h
:100644 100644 641a75db... 5c5b0f51... M	sbr/utils.c
:100644 100644 52e480ee... 39d65253... M	uip/dist.c

commit 4150402bbbee49b71286c9d278b5e7e9a5401bc2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 21:12:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 21:12:58 2012 +0100

    Fixed dist(1): The link() must fail, because m_mktemp2() creates the file.
    I've decided to take the easy way: simply copy.

:100644 100644 1529c0fa... a90c6b24... M	uip/send.c

commit 003cacd23c8f80054990c5ad3303f9a115241583
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 20:48:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 20:48:26 2012 +0100

    Replaced open_form() with new_fs() in forw.c.

:100644 100644 feb60f96... 38ede22e... M	uip/forw.c

commit a0b824f146a18ad99633addede9e81a470d4cb59
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 19:31:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 19:31:44 2012 +0100

    Augmented new_fs() with an additional argument for a default form.
    This balances the arguments: user-form, user-string, def-form, def-string.
    In comp.c I've already replaced open_form() with new_fs(). forw.c and
    dist.c are to follow.

:100644 100644 38e27934... 713c89b2... M	h/fmt_scan.h
:100644 100644 00768e5d... 01c6a592... M	h/prototypes.h
:100644 100644 9d818742... 6cdcfcc7... M	sbr/fmt_new.c
:100644 100644 e444cd89... a4e21894... M	uip/ap.c
:100644 100644 ce76cd85... 6508ba67... M	uip/comp.c
:100644 100644 d5f0c599... a9940d3a... M	uip/dp.c
:100644 100644 d948a063... 75ac4c21... M	uip/fmtdump.c
:100644 100644 b84632bd... feb60f96... M	uip/forw.c
:100644 100644 587bd846... 762a858d... M	uip/inc.c
:100644 100644 15360eaf... 218d38d5... M	uip/mhlsbr.c
:100644 100644 338455f9... 9adb5d47... M	uip/rcvdist.c
:100644 100644 86066ed5... 99ae6806... M	uip/rcvtty.c
:100644 100644 4e2c18ae... 5943857c... M	uip/repl.c
:100644 100644 d228c717... f8e2e116... M	uip/scan.c

commit 2d48b455c303a807041c35e4248955f8bec59eeb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 19:08:37 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 19:08:37 2012 +0100

    Removed the interactive prompt from comp when disposing an existing message.
    It became useless in the restructuring of the draft facility but remained
    until now. Also refactored this part of the code.

:100644 100644 da503008... af8577d6... M	man/comp.man1
:100644 100644 45363720... ce76cd85... M	uip/comp.c

commit 9d869b3c9748df468f2977807781315258e83f24
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 18:06:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 18:06:58 2012 +0100

    Cosmetic refactoring in fmt_new.c.

:100644 100644 c7c519f3... 9d818742... M	sbr/fmt_new.c

commit e40215969ef46d66423bdf9f9d7b27da44fe676b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 17:48:03 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 17:48:03 2012 +0100

    Updated mh-chart(1) for spost.
    The man page post(8) still waits to be replaced by one for spost(8).

:100644 100644 a945ab23... 51052683... M	man/mh-chart.man1

commit f3cb7cde0e6f10451b6848678d95860d512224b9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 17:38:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 17:38:27 2012 +0100

    Removed -format and -filter from send(1); they were just passed to (s)post(8).
    -(no)format switches normalization of addresses on/off. If spost would
    support address normalization, then it should be always enabled or disabled.
    But as spost doesn't support it it's a no-op in mmh anyway.
    -filter is for generating non-MIME messages for Bcc recipients. We'll use
    MIME in this case ... as soon as this code is written.
    Note: spost is still lagging behind the current development.

:100644 100644 59263a39... a945ab23... M	man/mh-chart.man1
:100644 100644 e4ee40c5... bb81ddb6... M	man/send.man1
:100644 100644 c85ac8e5... 1529c0fa... M	uip/send.c

commit 67411b1f95d6ec987b4c732459e1ba8a8ac192c6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 17:22:52 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 17:22:52 2012 +0100

    repl: renamed -noformat to -nofilter; removed -format; default to -filter.
    The new default: Filter with the default filter file.

:100644 100644 d043d929... 59263a39... M	man/mh-chart.man1
:100644 100644 08b6b6bd... 60c54b55... M	man/repl.man1
:100644 100644 299185db... 4e2c18ae... M	uip/repl.c

commit 0ddc6c965ef307ff93f4fa642949d3130a700f9d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 16:51:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 16:51:27 2012 +0100

    repl: Changed the meaning of -mime: It's now orthogonal to -format/-filter.
    See changes in man page repl(1) for explanations.

:100644 100644 c3178bbf... 08b6b6bd... M	man/repl.man1
:100644 100644 a36b2c74... 299185db... M	uip/repl.c

commit 81744a46ac9f845d6c2b9908074d269275178d2e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 16:25:08 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 16:25:08 2012 +0100

    Merged replsbr.c into repl.c.

:100644 100644 26b21073... 00768e5d... M	h/prototypes.h
:100644 100644 4a75a2a4... 09e39ed6... M	uip/Makefile.in
:100644 100644 a21b0dfb... a36b2c74... M	uip/repl.c
:100644 000000 624ffd60... 00000000... D	uip/replsbr.c

commit b9c033e20a676470ec3ead90654ee13f99fd85bc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 16:14:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 16:14:46 2012 +0100

    Added a note about formataddr(), because this had confused me.

:100644 100644 852becd0... 624ffd60... M	uip/replsbr.c

commit 88d0e7601d67f8212791482433dcda4cb9d3eaac
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 15:47:14 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 15:47:14 2012 +0100

    Removed the -fcc switch from repl(1).
    None of comp, dist, forw has it, why should repl then have it?
    It likely had been added as the replcomps are not just copied but processed.
    It had been quite easy to add this feature but nobody went far enough to
    process components, distcomps, forwcomps as well to be able to have such
    an -fcc switch for those tools as well.

:100644 100644 918e2858... bc3ac32c... M	docs/COMPLETION-BASH
:100644 100644 86ee4b4b... 16e3e0dd... M	docs/COMPLETION-ZSH
:100644 100644 2520c8e3... 3b943809... M	etc/replcomps
:100644 100644 ff09c06b... 789633f2... M	etc/replgroupcomps
:100644 100644 d9b105b2... 26b21073... M	h/prototypes.h
:100644 100644 7412f557... d043d929... M	man/mh-chart.man1
:100644 100644 ee59f716... dccedad6... M	man/mh-format.man5
:100644 100644 05a97365... c3178bbf... M	man/repl.man1
:100644 100644 354bb79c... a21b0dfb... M	uip/repl.c
:100644 100644 fbf31c73... 852becd0... M	uip/replsbr.c

commit 51676eb43e6b8aced3a78f45f84ae146c046a5f0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 15:31:20 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 15:31:20 2012 +0100

    Minor cleanups.

:100644 100644 786178d3... 15360eaf... M	uip/mhlsbr.c

commit 451a4d8564d347d126725760c2e20d924ec29dc0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 15:29:53 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 15:29:53 2012 +0100

    Moved mhl(1) from libdir to bindir.
    The user should be able to use this tool normally, without inconveniences.

:100644 100644 3cc7305e... 8d5bd7cd... M	config/config.c
:100644 100644 305e99ef... 7412f557... M	man/mh-chart.man1
:100644 100644 ddde3392... d687eef1... M	man/mhl.man1
:100644 100644 11cac870... af9f6307... M	man/mhparam.man1
:100644 100644 e69b0196... 4a75a2a4... M	uip/Makefile.in

commit 6e271608b7b9c23771523f88d23a4d3593010cf1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 15:06:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 15:06:49 2012 +0100

    forw(1) does always MIMEify now.
    Removed the -(no)mime, -(no)format, -filter switches. If you like to forward
    messages in non-MIME format, then manually read in the output of:
            mhl -forwall -form mhl.forward `mhpath MSGS...`
    Digest do get MIMEified too. To send non-MIME digests use:
            mhl -forwall -from mhl.digest -digest X -volume Y -issue Z `mhpath ...`

:100644 100644 29d732d1... 49c8881e... M	etc/digestcomps
:100644 100644 dcbed35b... 026b2cf7... M	man/forw.man1
:100644 100644 e9c6a1a6... 305e99ef... M	man/mh-chart.man1
:100644 100644 c3474c5f... b84632bd... M	uip/forw.c

commit 8d102acadc29635b951f7e113c49d9ea686c7b2d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 14:00:37 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 14:00:37 2012 +0100

    Removed the -file switch from forw(1).

:100644 100644 aa9e5ff7... dcbed35b... M	man/forw.man1
:100644 100644 a66523be... e9c6a1a6... M	man/mh-chart.man1
:100644 100644 44c32a02... c3474c5f... M	uip/forw.c

commit a00b90d9bf60cd3e6855a7632ee70cafb51c6327
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 13:51:11 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 13:51:11 2012 +0100

    comp(1) has no -file switch anymore.

:100644 100644 d722bfd3... da503008... M	man/comp.man1
:100644 100644 bea085b2... a66523be... M	man/mh-chart.man1

commit a156e770d2b1f11e794d7b5eae8db1c4856933d4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Feb 9 11:58:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Feb 9 11:58:47 2012 +0100

    Updated man pages: Removed the notice that whatnow could be called internally.
    This bug had been solved within the previous commits.

:100644 100644 a9e75da1... d722bfd3... M	man/comp.man1
:100644 100644 8bcec7d8... 0bb35664... M	man/dist.man1
:100644 100644 356911e6... aa9e5ff7... M	man/forw.man1
:100644 100644 115e78f1... 05a97365... M	man/repl.man1
:100644 100644 526c71a8... 27a9ee54... M	man/whatnow.man1

commit 5387b36c358138244d3ec2615cc26df61838837e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 22:36:04 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 22:36:04 2012 +0100

    Removed unnecessary dependencies from Makefile (annosbr.o).

:100644 100644 6f153038... e69b0196... M	uip/Makefile.in

commit 3caf9e298a8861729ca8b8a84f57022b6f3ea742
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 22:30:30 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 22:30:30 2012 +0100

    Call anno(1) instead of compiling annosbr.c into send(1).
    This time we don't even get slower. Not that I'd care for speed ...

:100644 100644 80e8001e... 6f153038... M	uip/Makefile.in
:100644 100644 3055df78... c85ac8e5... M	uip/send.c

commit c8195849d2e366c569271abb0f5f60f4ebf0b4d0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 21:47:20 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 21:47:20 2012 +0100

    Annotations will always be done inplace from now on.

:100644 100644 746f899b... 918e2858... M	docs/COMPLETION-BASH
:100644 100644 b5aeb25d... 86ee4b4b... M	docs/COMPLETION-ZSH
:100644 100644 cd282b0f... d9b105b2... M	h/prototypes.h
:100644 100644 65db87ef... 1e27cf50... M	man/anno.man1
:100644 100644 a1eeab42... 8bcec7d8... M	man/dist.man1
:100644 100644 2f3fa6e0... 356911e6... M	man/forw.man1
:100644 100644 baaa28de... bea085b2... M	man/mh-chart.man1
:100644 100644 d94f3018... 784e9c0c... M	man/mh-profile.man5
:100644 100644 ed020c23... 115e78f1... M	man/repl.man1
:100644 100644 68d721a7... aacd8267... M	uip/anno.c
:100644 100644 e8c03e17... 99422e6b... M	uip/annosbr.c
:100644 100644 7eee3f7e... 45363720... M	uip/comp.c
:100644 100644 57393769... 52e480ee... M	uip/dist.c
:100644 100644 9cdb793f... 44c32a02... M	uip/forw.c
:100644 100644 6231d469... 354bb79c... M	uip/repl.c
:100644 100644 907465ef... fbf31c73... M	uip/replsbr.c
:100644 100644 d52b9e35... 3055df78... M	uip/send.c
:100644 100644 b0819003... 5b59c86c... M	uip/whatnow.c
:100644 100644 12cd13af... 1b16e5d6... M	uip/whatnowproc.c

commit 7b300825615f4d13c2c1a1bd0d05462f9708b7e7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 21:17:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 21:17:43 2012 +0100

    Removed left-overs from the -idanno removal.
    post (not spost) had written into a temp file those addresses to which it
    had delivered mail. annoaux() in send had read from this temp file and
    annotated the original message with each of those addresses. Now, no
    addresses at all get annotated, but only the date of the action.

:100644 100644 2cf97576... d52b9e35... M	uip/send.c

commit f91306c3767cfdca47dd84ab865947c9dda9a745
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 20:18:32 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 20:18:32 2012 +0100

    Removed unnecessary prototypes.

:100644 100644 4d93d9b3... cd282b0f... M	h/prototypes.h
:100644 100644 c1e937f0... 42742d29... M	sbr/addrsbr.c
:100644 100644 ef6e8794... 797c192a... M	sbr/fmt_compile.c
:100644 100644 ecdbbcfb... 86066ed5... M	uip/rcvtty.c
:100644 100644 a79e34fe... 2cf97576... M	uip/send.c

commit 275c6bc6c87156ea8ce804ae2c7d45e2d9294fe5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 20:10:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 20:10:43 2012 +0100

    Cosmetic changes.

:100644 100644 da401e62... a79e34fe... M	uip/send.c

commit 33dc8211a72df0c27fa11220f3b27583cd1c7e49
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 18:38:54 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 18:38:54 2012 +0100

    Merged h/mts.h into h/prototypes.h.
    Note: spost.c is not up to date.

:100644 100644 dbf540ec... a2c40610... M	h/Makefile.in
:100644 000000 2155e055... 00000000... D	h/mts.h
:100644 100644 9425b6d4... 4d93d9b3... M	h/prototypes.h
:100644 100644 4059ce00... c1e937f0... M	sbr/addrsbr.c
:100644 100644 4dbd94fd... d64457f3... M	sbr/m_getfld.c
:100644 100644 f43b15de... dd193bc4... M	sbr/mts.c
:100644 100644 f1d74163... df29930c... M	uip/ali.c
:100644 100644 4f7f7603... e444cd89... M	uip/ap.c
:100644 100644 03de873a... 0d9c78c4... M	uip/conflict.c
:100644 100644 dd7a2df5... 62ba424e... M	uip/dropsbr.c
:100644 100644 1f03e2b7... 587bd846... M	uip/inc.c
:100644 100644 734d8ab2... 63d7be2f... M	uip/mhbuild.c
:100644 100644 43586062... 069ea85f... M	uip/mhbuildsbr.c
:100644 100644 13ab1534... c6f0603b... M	uip/mhcachesbr.c
:100644 100644 12480cf7... 8902f759... M	uip/mhlist.c
:100644 100644 e11cf5dc... 4c788d16... M	uip/mhlistsbr.c
:100644 100644 939275f6... 00b538ca... M	uip/mhoutsbr.c
:100644 100644 d2f69bc6... 86c16a9a... M	uip/mhparse.c
:100644 100644 1f37c0e8... bf5ef8bb... M	uip/mhshow.c
:100644 100644 b7452d8a... e302d3bd... M	uip/mhshowsbr.c
:100644 100644 2167a3fe... c1a3edbe... M	uip/mhstore.c
:100644 100644 0b1a9b30... aa95dd8a... M	uip/mhstoresbr.c
:100644 100644 0cfce9f8... 7dc9c07d... M	uip/mhtest.c
:100644 100644 5e10ad33... 932da206... M	uip/msgchk.c
:100644 100644 cff337db... 338455f9... M	uip/rcvdist.c
:100644 100644 f0f1bd18... d6e10257... M	uip/rcvpack.c
:100644 100644 ebf3e14d... 04b62d85... M	uip/rcvstore.c
:100644 100644 1dc38c4e... ecdbbcfb... M	uip/rcvtty.c
:100644 100644 18de4c48... d228c717... M	uip/scan.c
:100644 100644 0ef54c6f... fe1977fa... M	uip/slocal.c

commit c42222869e318fff5dec395eca3e776db3075455
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 18:04:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 18:04:44 2012 +0100

    Moved sendsbr.c into send.c as it is not compiled into other binaries anymore.

:100644 100644 699c8b8b... 9425b6d4... M	h/prototypes.h
:100644 100644 b36bc758... 80e8001e... M	uip/Makefile.in
:100644 100644 7a8b8e6d... da401e62... M	uip/send.c
:100644 000000 029ccb75... 00000000... D	uip/sendsbr.c

commit 66153aae4e74cc270cbdbc48f20284b13fb700fc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 17:52:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 17:52:49 2012 +0100

    Updated .gitignore and removed the unused mts.conf.in.
    I've forgotten to remove the mts.conf.in some days ago.

:100644 100644 15199ba1... 6dffc550... M	.gitignore
:100644 000000 ca31e0c7... 00000000... D	etc/mts.conf.in

commit 0e82199cf3c991a173e0ac8aa776efdb3ded61e6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 17:46:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 17:46:27 2012 +0100

    Replaced sendfiles with a simpler version that uses send instead of viamail.
    Also moved it from etc/ to uip/. Updated man pages.
    
    Note: The splitting of large messages by sendfile/viamail/or elsewhere
    seems not to be available anymore, although it had been documented in the
    man page. Either the man pages don't match the code or I've not found this
    function yet.

:100644 100644 5de4e41a... 10111e7c... M	etc/Makefile.in
:100755 000000 5582b2a8... 00000000... D	etc/sendfiles.in
:100644 100644 ddb43f81... 395b76a0... M	man/mhstore.man1
:100644 100644 a2bf7beb... f2015b48... M	man/sendfiles.man1
:100644 100644 1634f7b9... b36bc758... M	uip/Makefile.in
:000000 100755 00000000... 40d8f72e... A	uip/sendfiles.sh

commit eda72d6a7a7c20ff123043fb7f19c509ea01f932
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 16:50:47 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 16:50:47 2012 +0100

    Removed viamail.
    It is pretty much outdated. We can send files as MIME messages better with
    the new attachment system.

:100644 100644 85ffa6c4... 1634f7b9... M	uip/Makefile.in
:100644 000000 76450ac4... 00000000... D	uip/viamail.c

commit 5e075c03338adb1e6904f09c2d85d7f04333f07c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 15:59:16 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 15:59:16 2012 +0100

    comp, dist, forw, repl don't depend on sendsbr anymore.
    I had forgotten to remove the deps in the makefile.

:100644 100644 88b9bd75... 85ffa6c4... M	uip/Makefile.in

commit 308f5a6147ab19b6cac588d1160010e89d2e6060
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 15:31:41 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 15:31:41 2012 +0100

    Improved the patch for send(1) to handle absolute path name arguments.
    See changeset 3df5ab3c116e6d4a2fb4bb5cc9dfc5f781825815

:100644 100644 bdcd83be... 7a8b8e6d... M	uip/send.c

commit 9b4431bb9d1c74c2cd588afd79654a7bf5ce9064
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 14:58:01 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 14:58:01 2012 +0100

    Fixed mhmail. (It wanted to read the profile to create a temp file.)

:100644 100644 a013ecb8... f9e7fcd8... M	uip/mhmail.c

commit d297b2240c664de09b6d51a07a071aab33c4bf32
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 14:33:30 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 14:33:30 2012 +0100

    Removed the `-delete' option from the `quit' command at the whatnow prompt.
    There already is a command `delete' that's equal to the removed `quit -delete'.

:100644 100644 764234be... 526c71a8... M	man/whatnow.man1
:100644 100644 7033cdf4... b0819003... M	uip/whatnow.c

commit 3df5ab3c116e6d4a2fb4bb5cc9dfc5f781825815
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 14:24:08 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 14:24:08 2012 +0100

    Separated send from whatnow, similar to the previous commit.
    Again, I traded execution speed for less (doubled) code, clearer interfaces,
    and modularization. Oh what an improvement!

:100644 100644 63f71e2f... 88b9bd75... M	uip/Makefile.in
:100644 100644 da5f23bf... bdcd83be... M	uip/send.c
:100644 100644 0ec8e41a... 7033cdf4... M	uip/whatnow.c

commit c73c00bfccd22ec77e9593f47462aeca4a8cd9c0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 13:42:11 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 13:42:11 2012 +0100

    Always exec whatnow; don't link the code into comp, repl, forw, dist.
    Although this might slow it a bit down, it makes the boundaries clearer.
    The main problem for me is the interweaving of the parts in nmh. Let's
    trade a bit of speed for better modularization.

:100644 100644 6254ee98... 63f71e2f... M	uip/Makefile.in
:100644 100644 0488f94e... 0ec8e41a... M	uip/whatnow.c
:100644 100644 8d6830e4... 12cd13af... M	uip/whatnowproc.c
:100644 000000 bd409049... 00000000... D	uip/whatnowsbr.c

commit 946f59629730dd1683f54d7171ee381208ebe9f0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 13:32:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 13:32:06 2012 +0100

    Cosmetic changes.

:100644 100644 f8b415cb... 029ccb75... M	uip/sendsbr.c
:100644 100644 8cb67446... bd409049... M	uip/whatnowsbr.c

commit 3baec236a39c5c89a9bda8dbd988d643a21decc6
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 11:19:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 11:19:50 2012 +0100

    Better mime types for attachments. Use some command; e.g. `file --mime'.
    Up to now attachments had either been text/plain or application/octet-stream,
    if one hadn't added mhshow-suffix- profile entries for any possible type.
    Now we call mimetypequeryproc (default: `file -b --mime' for GNU file),
    this can be changed with the profile entry `Mime-Type-Query'. This command
    will be executed with the attachment filename as last argument. If your
    file(1) command does not print MIME types, you can still grep your profile
    for matching mhshow-suffix- entries. However, I suggest to store this data
    somewhere else. IMO the profile is not the right location for it.

:100644 100644 cdf8f5a7... 3cc7305e... M	config/config.c
:100644 100644 ef7aa034... 52dc5049... M	h/mh.h
:100644 100644 4f20f557... 2a1d97e2... M	uip/mhparam.c
:100644 100644 89a07487... f8b415cb... M	uip/sendsbr.c

commit 9c3137c1ca74a287703fdd1d940a1a1cce86e3b2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 8 09:41:03 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 8 09:41:03 2012 +0100

    Layouting and comment changes. (minor stuff)

:100644 100644 8eb67cc8... 89a07487... M	uip/sendsbr.c

commit e31729d51e468c4cd56fa049850619a94e53840a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 16:19:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 16:19:06 2012 +0100

    Removed the -backup flag from spost.
    Post hadn't had it as renaming the draft is done by send. It appears as
    if it were only there for debugging purposes.

:100644 100644 5b51ad4c... 5afa435d... M	uip/spost.c

commit 736132b163f34ce9eaa5b7604f49961df9f52329
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 16:12:22 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 16:12:22 2012 +0100

    Improved quoting the fullname.

:100644 100644 6b8b3a2c... f43b15de... M	sbr/mts.c

commit ecd6d6a20cb7a1507e3a20d6c4cb3a1cf14c6bbf
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 13:39:32 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 13:39:32 2012 +0100

    Removed the suppress dups feature from slocal for simplicity reasons.
    Now we don't need dbm anymore. This removed a heavy dependency and
    complicated configure code.

:100644 100644 89c9ac83... 009d4796... M	INSTALL
:100644 100644 fcc5fbd7... b678f475... M	aclocal.m4
:100644 100644 a6a55efb... efae9fcc... M	configure.ac
:100644 100644 81fbe0b5... baaa28de... M	man/mh-chart.man1
:100644 100644 e2b6051e... 200d280c... M	man/slocal.man1
:100644 100644 4a02564b... 6254ee98... M	uip/Makefile.in
:100644 100644 2573cbe0... 0ef54c6f... M	uip/slocal.c

commit d3540eaa4251b3a282115a72ed5d1bb39ce74b3f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 13:08:51 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 13:08:51 2012 +0100

    Removed mts.conf; the maildelivery option went into slocal directly.
    The MTS is a non-MUA part of MH, which is/gets removed in MMH.
    Now, you cannot change the global maildelivery file without changing the
    code. You stil can specify -maildelivery to slocal.
    I've also remove support for the env vars MHMTSCONF and MHMTSUSERCONF,
    which were added by Earl Hood in 2010. We might want to add support
    for them again. I need to think about the future of slocal anyway.

:100644 100644 d4bd38fb... 89c9ac83... M	INSTALL
:100644 100644 90451b9d... 5e1004b3... M	docs/README.manpages
:100644 100644 0c7736d6... 5de4e41a... M	etc/Makefile.in
:100644 100644 a0f83dc2... 2155e055... M	h/mts.h
:100644 100644 de3c254a... 8998184a... M	man/Makefile.in
:100644 100644 0a5ac5a8... af967dff... M	man/ap.man8
:100644 100644 4df70944... dc05548f... M	man/conflict.man8
:100644 100644 1dc95890... 40a04c5c... M	man/inc.man1
:100644 100644 e3a949a2... 60545daa... M	man/mh-tailor.man5
:100644 000000 9d534fd1... 00000000... D	man/mts.conf.man5
:100644 100644 3653f472... 21bc1dce... M	man/rcvdist.man1
:100644 100644 8c9da9e9... 55305f2d... M	man/rcvpack.man1
:100644 100644 f098b218... 3a141e3d... M	man/rcvtty.man1
:100644 100644 bf6c210b... e2b6051e... M	man/slocal.man1
:100644 100644 95ff94c0... d05672cd... M	sbr/Makefile.in
:100644 100644 a2dba260... 4dbd94fd... M	sbr/m_getfld.c
:100644 100644 503ec3c1... 6b8b3a2c... M	sbr/mts.c
:100644 100644 58a82af4... 4a02564b... M	uip/Makefile.in
:100644 100644 8907e69f... f1d74163... M	uip/ali.c
:100644 100644 ad3c9987... 4f7f7603... M	uip/ap.c
:100644 100644 527dd113... 03de873a... M	uip/conflict.c
:100644 100644 f000d476... 1f03e2b7... M	uip/inc.c
:100644 100644 5b75814c... 5e10ad33... M	uip/msgchk.c
:100644 100644 898073fa... cff337db... M	uip/rcvdist.c
:100644 100644 85de619d... f0f1bd18... M	uip/rcvpack.c
:100644 100644 ba3cfccd... ebf3e14d... M	uip/rcvstore.c
:100644 100644 a62d091f... 1dc38c4e... M	uip/rcvtty.c
:100644 100644 a11ca0da... 18de4c48... M	uip/scan.c
:100644 100644 7546cdd9... 2573cbe0... M	uip/slocal.c
:100644 100644 e3cf211d... 5b51ad4c... M	uip/spost.c

commit 4e38095f027a81c005a48a888d0f8937e98543a5
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 11:57:16 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 11:57:16 2012 +0100

    Removed the built-in FTP client.
    That's another of these things that are not the MUA's tasks.
    There are good FTP clients around, just use one of them.
    We could provide an external FTP wrapper script around wget or so,
    to use with nmh-access-ftp. However, I'm not sure how to deal with
    message/external-body in general. Although this concept is great,
    I've never seen any such message in all my email life.

:100644 100644 43e4ad82... f4ca2dd2... M	acconfig.h
:100644 100644 bce55c15... f451ccb4... M	man/mhshow.man1
:100644 100644 acf36947... ddb43f81... M	man/mhstore.man1
:100644 100644 ee096aa0... 58a82af4... M	uip/Makefile.in
:100644 000000 b37d246a... 00000000... D	uip/ftpsbr.c
:100644 100644 f6677139... d2f69bc6... M	uip/mhparse.c

commit 6a7760a0fa8ccb36a056a7600aab31f3656f7cfa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Feb 4 10:51:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Feb 4 10:51:26 2012 +0100

    Refactoring in spost.

:100644 100644 8fc2f211... e3cf211d... M	uip/spost.c

commit 2abae0bfd0ad5bf898461e50aa4b466d641f23d9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 18:42:55 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 18:42:55 2012 +0100

    Removed the last masquerading type: username_extension.
    If you want some username extension, then change the From: line in the
    message draft. If you want real masquerading, then consult your MTA.
    mmh is an MUA, no MTA.
    (spost hadn't supported username_extension maquerading, anyway.)

:100644 100644 40575357... d4bd38fb... M	INSTALL
:100644 100644 8b23986f... a6a55efb... M	configure.ac
:100644 100644 1216177e... 0c7736d6... M	etc/Makefile.in
:100644 100644 725a76bd... ca31e0c7... M	etc/mts.conf.in
:100644 100644 59187143... e3a949a2... M	man/mh-tailor.man5
:100644 100644 4cc0006a... 4059ce00... M	sbr/addrsbr.c
:100644 100644 313cbbc4... 503ec3c1... M	sbr/mts.c

commit b14ea6073f77b4359aaf3fddd0e105989db9f306
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 18:28:51 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 18:28:51 2012 +0100

    Removed draft_from masquerading.
    We're an MUA and should not care for SMTP envelopes at all.

:100644 100644 7049a409... 40575357... M	INSTALL
:100644 100644 e132f1ff... 8b23986f... M	configure.ac
:100644 100644 d4d4a0a7... 725a76bd... M	etc/mts.conf.in
:100644 100644 e4c2d1e4... 59187143... M	man/mh-tailor.man5
:100644 100644 89ed1b64... 313cbbc4... M	sbr/mts.c
:100644 100644 ee36a6fb... 8fc2f211... M	uip/spost.c

commit 0836c8000ccb34b59410ef1c15b1b7feac70ce5f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 18:07:11 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 18:07:11 2012 +0100

    Removed mmailid masquerading.
    That's an MTA's task, but mmh is an MUA.

:100644 100644 7d86fe30... 7049a409... M	INSTALL
:100644 100644 3de6bf62... e132f1ff... M	configure.ac
:100644 100644 65b9d1d5... d4d4a0a7... M	etc/mts.conf.in
:100644 100644 7bb331be... e4c2d1e4... M	man/mh-tailor.man5
:100644 100644 ced0cf73... 89ed1b64... M	sbr/mts.c

commit de448e64862babc8ea92d6ee3f61f68ba3915128
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 17:02:11 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 17:02:11 2012 +0100

    Removed unused parameter from mbx_copy().

:100644 100644 2349dbbd... 2b21f10d... M	h/dropsbr.h
:100644 100644 007186e0... dd7a2df5... M	uip/dropsbr.c
:100644 100644 071cc3d0... 62c09da3... M	uip/packf.c
:100644 100644 fd1c2aa2... 85de619d... M	uip/rcvpack.c
:100644 100644 7b148e8c... 7546cdd9... M	uip/slocal.c

commit 4ab286d12be3ccc5f3000673857b4f69b689c69b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 12:25:42 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 12:25:42 2012 +0100

    Major bugfix: inc does not lose data anymore.
    What have I done in 70b2643e0da8485174480c644ad9785c84f5bff4 ?
    Producing scan listings and inc'ing mail are too closely related.
    By removing the body component from scan listings, I also had removed
    the ability to copy bodies during inc. Hence this commit undos the
    changes. (And reintroduces the body component in scan listings. :-( )
    The code is too much interweaved!

:100644 100644 9617237a... a43044c8... M	uip/scansbr.c

commit 4d9ffab89f18b962c7d440053079c5f9b00af659
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 11:16:05 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 11:16:05 2012 +0100

    Removed the -(no)remove switches from spost.
    I wonder why it existed, as the draft can get printed to stdout with -debug.
    That should be enough for debugging without modifying source code.

:100644 100644 36923637... ee36a6fb... M	uip/spost.c

commit 60c047ea25679aa76137d3152cc64d10e4244e68
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 10:50:13 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 10:50:13 2012 +0100

    Comment changes.

:100644 100644 6c99b5d7... b1228098... M	sbr/seq_add.c

commit 0b81a300d9e7cf78b6bc11d8c870f57fa81fcdc4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 10:42:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 10:42:49 2012 +0100

    Fixed abort of e.g. comp when draft folder is empty.
    In this case mp->lowoff is 1 but mp->lowmsg equal mp->hghmsg equal 0.
    Hence we have an access at mp->msgstats[-1], which corrupted our mem.
    Gdb hadn't helped me for this, but valgrind showed me the problem.

:100644 100644 5d0987ce... 6c99b5d7... M	sbr/seq_add.c

commit 0bfc482371bf63c4c312c749ba0bfc50483772ba
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Feb 3 10:15:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Feb 3 10:15:19 2012 +0100

    Syntactic and comment changes.

:100644 100644 d383d788... 2930254e... M	sbr/folder_free.c
:100644 100644 51955920... 8ccffc50... M	sbr/folder_read.c
:100644 100644 f1b703f4... e69b833f... M	sbr/folder_realloc.c
:100644 100644 1cd3dc93... 641a75db... M	sbr/utils.c
:100644 100644 e021055e... 872e18a0... M	uip/picksbr.c

commit 6d71dfbec7c6f3bec1c04d18479a87d63c1120ef
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 1 00:47:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 1 00:47:35 2012 +0100

    spost: refactoring; removed -(no)format switches as they were not used.

:100644 100644 73787f79... 36923637... M	uip/spost.c

commit 5276fe8873c9201f9b4ba8c6fcb5efb3887eab77
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Feb 1 00:36:54 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Feb 1 00:36:54 2012 +0100

    spost: refactoring, added comments, removed unused code

:100644 100644 f2552dc9... 73787f79... M	uip/spost.c

commit 70b2643e0da8485174480c644ad9785c84f5bff4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 16:16:26 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 16:16:26 2012 +0100

    Scan listings shall not contain body content. Hence, removed this feature.
    Scan listings shall operator on message headers and non-message information
    only. Displaying the beginning of the body complicates everything too much.
    That's no surprise, because it's something completely different. If you
    want to examine the body, then use show(1)/mhshow(1).
    Changed the default scan formats accordingly.

:100644 100644 dd20b290... 942ddcc3... M	etc/scan.MMDDYY
:100644 100644 741681de... e91bcb1e... M	etc/scan.YYYYMMDD
:100644 100644 a59116cf... b15a2815... M	etc/scan.nmh
:100644 100644 8e2cedf6... 145e73f8... M	etc/scan.nomime
:100644 100644 a6b6698c... 5f35b365... M	etc/scan.size
:100644 100644 ee54a523... 4c581337... M	etc/scan.time
:100644 100644 06c068c2... 54f6d0a2... M	etc/scan.timely
:100644 100644 d1cd195c... 2cd0b820... M	etc/scan.unseen
:100644 100644 9629de55... ee59f716... M	man/mh-format.man5
:100644 100644 ba59b453... 17328959... M	man/scan.man1
:100644 100644 e1f5e942... a62d091f... M	uip/rcvtty.c
:100644 100644 a43044c8... 9617237a... M	uip/scansbr.c

commit 2759257a7d892584d45cdaf5113da06a264e9c9c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 14:32:10 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 14:32:10 2012 +0100

    Removed another deprecated mhn check.
    The comment appeared to be wrong ... maybe inverted. I removed it.

:100644 100644 38bb4b53... 1acaf70e... M	uip/show.c

commit 58160ee7bcee7dcc7dbf8e2d5377009e48bcf40b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 14:27:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 14:27:19 2012 +0100

    Removed the, in 1997 deprecated, send option -noshowproc and env var NOMHNPROC.

:100644 100644 ae1e71f1... b5aeb25d... M	docs/COMPLETION-ZSH
:100644 100644 3310d2f5... 8f798cba... M	man/show.man1
:100644 100644 e7ecb72d... 38bb4b53... M	uip/show.c

commit a4605f68e8ff04d4539e402a6fb00ff188944e1c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 12:42:06 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 12:42:06 2012 +0100

    Removed -pause from mhshow(1).
    My goal is to have show/mhshow generate a single stream of bytes to be
    piped through a pager. Content not convertable to text shall not be displayed
    directly. This is my idea currently.

:100644 100644 6a1caeb0... 81fbe0b5... M	man/mh-chart.man1
:100644 100644 1d5d99d7... bce55c15... M	man/mhshow.man1
:100644 100644 b9e76a11... 8d466ac8... M	test/tests/bad-input/test-header
:100644 100644 359d42e6... 53a772a5... M	test/tests/mhshow/test-cte-binary
:100644 100644 ae6ec056... 74d70eef... M	test/tests/mhshow/test-qp
:100644 100644 b1f3d3d0... 1f37c0e8... M	uip/mhshow.c
:100644 100644 ee401a78... b7452d8a... M	uip/mhshowsbr.c

commit bf5e3d96f882fe51157059787cd658d4a7ddd840
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 12:00:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 12:00:49 2012 +0100

    Bugfix: Removed -reverse switch from scan(1).
    No more to say but to quote MTR:
            -[no]reverse under #ifdef BERK (I really HATE this)
    And JLR:
            Lists messages in reverse order with the `-reverse' switch.
            This should be considered a bug.

:100644 100644 73f5efcf... 746f899b... M	docs/COMPLETION-BASH
:100644 100644 666f7e1b... ae1e71f1... M	docs/COMPLETION-ZSH
:100644 100644 d4e5501e... 6a1caeb0... M	man/mh-chart.man1
:100644 100644 30021bc0... ba59b453... M	man/scan.man1
:100644 100644 e5fb55a6... a11ca0da... M	uip/scan.c

commit f61367c1118de22149e1ddff4a2c2c2437d758f0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 11:33:59 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 11:33:59 2012 +0100

    Alias: Removed the address group `*', which meant everyone on the system.
    Therefore could remove `everyone' and `noshell' from mts.conf.
    If one really needs to write mail to everyone on the system (not just
    all regular users, which probably are in a group `user'), then he
    shurely can invest a bit more effort to do so. Likely, the simple condition
    to uids > 200 and not the shell `noshell' would anyways be to limited.
    Better use awk or the like and do it by hand.

:100644 100644 1e053356... befb8c91... M	h/aliasbr.h
:100644 100644 50926674... a0f83dc2... M	h/mts.h
:100644 100644 c8368beb... 597b1556... M	man/mh-alias.man5
:100644 100644 265c3cfd... 7bb331be... M	man/mh-tailor.man5
:100644 100644 2830bb70... ced0cf73... M	sbr/mts.c
:100644 100644 b9b32fa1... 073b1b28... M	uip/aliasbr.c

commit 684ec30d81e1223a282764452f4902ed4ad1c754
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 30 11:03:29 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 30 11:03:29 2012 +0100

    Rest of the MMDF-style mail drop support removal.
    Only Unix-style (mbox) mail drops are supported now. Their location
    is in `mailspool', which is reported in the  configure summary now.
    If users like to have different locations, they can use the environment
    variable MAILDROP or the profile entry MailDrop to overrule the default.
    From mts.conf, mmdfldir and mmdflfil were removed.
    msgchk(1) received several cleanups.
    I touched sbr/m_getfld.c ... Wooohh ...

:100644 100644 c1b16bd6... da7d12ab... M	config/Makefile.in
:100644 100644 30c95749... cdf8f5a7... M	config/config.c
:100644 100644 0d3dc69e... 3de6bf62... M	configure.ac
:100644 100644 c5fd01c0... 65b9d1d5... M	etc/mts.conf.in
:100644 100644 116abdb1... ef7aa034... M	h/mh.h
:100644 100644 5ddd837e... 50926674... M	h/mts.h
:100644 100644 fc2f8d79... 4df70944... M	man/conflict.man8
:100644 100644 8213cb74... 265c3cfd... M	man/mh-tailor.man5
:100644 100644 1b9843b6... 1b58ee5c... M	man/msgchk.man1
:100644 100644 8fd83643... a2dba260... M	sbr/m_getfld.c
:100644 100644 a3ea0f81... 2830bb70... M	sbr/mts.c
:100644 100644 4251ab2d... 527dd113... M	uip/conflict.c
:100644 100644 e3199c04... f000d476... M	uip/inc.c
:100644 100644 36edccb4... 5b75814c... M	uip/msgchk.c
:100644 100644 a81afa90... 7b148e8c... M	uip/slocal.c

commit a0f6183a0f52f9c0f48ce42b4f10592ceec2b014
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 20:46:46 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 20:46:46 2012 +0100

    Removed mmdelim[12], which were the delimiters for MMDF-style mail drops.

:100644 100644 1601c147... 8213cb74... M	man/mh-tailor.man5
:100644 100644 4f9d0581... a3ea0f81... M	sbr/mts.c

commit 507688ab0777c8274a1fd05775f22b7accbce3b7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 20:45:13 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 20:45:13 2012 +0100

    Removed paragraphs which looked like forgotten to remove.

:100644 100644 0cf54dde... 1601c147... M	man/mh-tailor.man5

commit 3916ab66ad5d183705ac12357621ea8661afd3c0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 20:40:31 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 20:40:31 2012 +0100

    Removed support for MMDF-style mail drops.
    I'm not sure yet if I've removed all of it but it should be most of it.

:100644 100644 e4361e01... 43e4ad82... M	acconfig.h
:100644 100644 b32d316a... 2349dbbd... M	h/dropsbr.h
:100644 100644 8eac96ff... d4e5501e... M	man/mh-chart.man1
:100644 100644 f0e6a3d9... 79dccacd... M	man/packf.man1
:100644 100644 ca00d6b2... 8c9da9e9... M	man/rcvpack.man1
:100644 100644 cc822f0e... bf6c210b... M	man/slocal.man1
:100644 100644 86812776... 007186e0... M	uip/dropsbr.c
:100644 100644 6a756d98... e3199c04... M	uip/inc.c
:100644 100644 faf199c0... 071cc3d0... M	uip/packf.c
:100644 100644 f9687d8f... fd1c2aa2... M	uip/rcvpack.c
:100644 100644 85bc52a0... a81afa90... M	uip/slocal.c

commit d455d79d05331347130d3ab59628c3fd77b87279
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 18:58:07 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 18:58:07 2012 +0100

    Synced man page mh-chart with send.
    The man page mh-chart definately should be generated!
    Automate this task, man!

:100644 100644 178687d9... 8eac96ff... M	man/mh-chart.man1

commit 556e1267b7be84fd25c2d52aa754d623889d52ac
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 18:40:02 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 18:40:02 2012 +0100

    Fixed path lookup for alias files: ali, send, whatnow.

:100644 100644 3d450d72... 8907e69f... M	uip/ali.c
:100644 100644 85260d83... b9b32fa1... M	uip/aliasbr.c
:100644 100644 a5589eba... da5f23bf... M	uip/send.c
:100644 100644 79f75e5a... 8cb67446... M	uip/whatnowsbr.c

commit 3a2993ae0a411209ac7d51180c781662139f882b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 16:05:54 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 16:05:54 2012 +0100

    forw/repl/dist annotations won't add address lists anymore.
    spost does not support it and I wonder if we need it.
    Remove the undocumented -idanno switch, actually a no-op, from spost.

:100644 100644 59bcd19b... a1eeab42... M	man/dist.man1
:100644 100644 4ed1f423... 2f3fa6e0... M	man/forw.man1
:100644 100644 48378d74... ed020c23... M	man/repl.man1
:100644 100644 b2a298cd... 8eb67cc8... M	uip/sendsbr.c
:100644 100644 947904e8... f2552dc9... M	uip/spost.c

commit b9b14fd176e7146fb6d37485bb0eecb1753d0e0b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 15:21:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 15:21:44 2012 +0100

    Trivial typesetting fix in man page.

:100644 100644 a1874835... 48378d74... M	man/repl.man1

commit b872e8606e7880bf1d32e95271493dcd5d8394fa
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 13:35:42 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 13:35:42 2012 +0100

    Removed the ATTVIBUG compile option.
    If you do have the bug, then workaround it like described in the FAQ:
    
    Subject: 06.01 What to do with "Problems with edit - draft removed".
    From: John Romine <jromine at ics.uci.edu>
    Date: Mon, 1 May 1995 00:00:00 -0800
    
      If your users are using an AT&T version of "vi", it's exiting with
      non-zero status (supposedly a count of the "errors" during the
      edit). Move "vi" to "broken_vi" and put it its place :
    
        #! /bin/sh
        /usr/ucb/broken_vi "$@"
        exit 0
    
      Alternatively, compile MH with the ATTVIBUG option.
    
      Then complain to your vendor that "vi" is broken, and they shouldfix it.
    
    btw: ex-vi does not have this bug.

:100644 100644 f3d9ca34... e4361e01... M	acconfig.h
:100644 100644 3ed0ea4a... 79f75e5a... M	uip/whatnowsbr.c

commit 357003235f891fa019995f8bc69e6bd11149a5fd
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 13:10:50 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 13:10:50 2012 +0100

    Removed EISREMOTE check.
    It's not in POSIX and Google finds only nmh code containing it.
    Maybe it was some BSD experiment. Who knows.

:100644 100644 7a4a9826... 69083cc8... M	sbr/folder_addmsg.c
:100644 100644 e6d61dc5... a5589eba... M	uip/send.c

commit 47a78dcb28c6a836574f73f40b05d4adc9c3ad81
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 13:04:59 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 13:04:59 2012 +0100

    Removed the undocumented -unique switches. Seems they were JLR-only stuff.

:100644 100644 c19cf4fa... e6d61dc5... M	uip/send.c
:100644 100644 9c335bd9... b2a298cd... M	uip/sendsbr.c
:100644 100644 79f7c6f9... 3ed0ea4a... M	uip/whatnowsbr.c

commit 869aa60129811d7b160f353892dc5956a8aaac22
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 12:54:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 12:54:36 2012 +0100

    Removed the -width switch from send, spost and repl.
    Adressee header fields will always be folded for OUTPUTLINELEN (=72) chars.

:100644 100644 d80ab5a5... 699c8b8b... M	h/prototypes.h
:100644 100644 85ee9094... 178687d9... M	man/mh-chart.man1
:100644 100644 9f8cc8fc... a1874835... M	man/repl.man1
:100644 100644 3cb64abc... e4ee40c5... M	man/send.man1
:100644 100644 077f912c... 898073fa... M	uip/rcvdist.c
:100644 100644 3b490045... 6231d469... M	uip/repl.c
:100644 100644 2cdd847e... 907465ef... M	uip/replsbr.c
:100644 100644 e77f2b10... c19cf4fa... M	uip/send.c
:100644 100644 8c55c06e... 947904e8... M	uip/spost.c

commit 4d4f3e6367922ac4237d87ccfb070dbbcb6ff6be
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 12:26:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 12:26:36 2012 +0100

    Removed options to deactivate dashstuffing. Always dashstuff.
    Maybe there are few RFC 934 messages around, but dashstuffing is IMO
    more useful than bad.

:100644 100644 806c9340... 73f5efcf... M	docs/COMPLETION-BASH
:100644 100644 5f99bfaf... 4ed1f423... M	man/forw.man1
:100644 100644 94000d73... 85ee9094... M	man/mh-chart.man1
:100644 100644 b0d4601e... 9cdb793f... M	uip/forw.c
:100644 100644 1764aa5f... 786178d3... M	uip/mhlsbr.c

commit 875a8bcc360e2cbb611b8163ff3d2234287be3bc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Jan 28 12:12:21 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Jan 28 12:12:21 2012 +0100

    Removed unneeded options from send.
    Most of them were supported by post but are not by spost.
    We don't need them. (More about dashstuffing soon.)

:100644 100644 6e7b19e5... 3cb64abc... M	man/send.man1
:100644 100644 2092c372... e77f2b10... M	uip/send.c
:100644 100644 45f33c7f... 79f7c6f9... M	uip/whatnowsbr.c

commit 2c3b7da72126a21f05130e9ed6bb70f43624ce25
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:56:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:56:43 2012 +0100

    Removed the UCI code to read the signatur (= name) from ~/.signature.
    If we want to read something from ~/.signature, then those lines that
    form the footer of a mail message. What is called ``signature'' here
    is the name of the sender; the name that is put into the From: line.
    There are already several options to put it:
    - environment variable: SIGNATURE (to change temporary)
    - profile entry: Signature: (to set only for the mail system)
    - GECOS field in passwd (fallback and global)
    These should be enough.

:100644 100644 5ad243de... d94f3018... M	man/mh-profile.man5
:100644 100644 eb140c9f... 2092c372... M	uip/send.c
:100644 100644 4e93a1ab... 45f33c7f... M	uip/whatnowsbr.c

commit 1c6fe69a6025e8249c7ed30af0c2ebe9ff9da4c3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:38:54 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:38:54 2012 +0100

    Removed UCI-specific group leader code from conflict(8).

:100644 100644 4a20e4ba... 4251ab2d... M	uip/conflict.c
:100644 100644 374d752a... 043ecd69... M	uip/rmf.c

commit 565f869c5ab6d61d372d164058079c6a094707e7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:36:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:36:49 2012 +0100

    Removed the UCI alternative name of anno(1): `fanno'.
    fanno didn't add the date. If you want this, run `anno -nodate'. Hey, you
    can create a shell alias for it. What about that? ;-)

:100644 100644 7de86005... 68d721a7... M	uip/anno.c

commit c477dc5d1d03fa6d9a8ab3dd3508c63cbddc044e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:29:34 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:29:34 2012 +0100

    Removed the -header option from scan(1).
    The heading had been very simple since the advent of format strings anyway.
    If someone wants a heading, he can run folder(1) before.

:100644 100644 3a1ffa2b... 94000d73... M	man/mh-chart.man1
:100644 100644 a4007d35... 30021bc0... M	man/scan.man1
:100644 100644 cb4bac46... e5fb55a6... M	uip/scan.c

commit 3fe7a0704e4ab592003af2e66c3003718ecde2c1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:21:56 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:21:56 2012 +0100

    Removed (allmost all) JLR-specific code.
    There still is one fragment in fmt_scan(), of which I don't understand
    the logic. I don't want to remove stuff I don't understand.

:100644 100644 26096796... 4a8da144... M	sbr/fmt_scan.c
:100644 100644 6881c340... cb4bac46... M	uip/scan.c
:100644 100644 8e02e575... a43044c8... M	uip/scansbr.c

commit 5d4f603fcfc7cf4a238b27de2b18567a733bb6b4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:05:07 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:05:07 2012 +0100

    Removed LBL compile condition (format: addtoseq).

:100644 100644 d60ac4a8... a84efaed... M	h/fmt_compile.h
:100644 100644 7f5d73d1... 9629de55... M	man/mh-format.man5
:100644 100644 cf5c497b... ef6e8794... M	sbr/fmt_compile.c
:100644 100644 2c16dfef... 26096796... M	sbr/fmt_scan.c
:100644 100644 160daaff... d948a063... M	uip/fmtdump.c
:100644 100644 f3e5a4fa... 6881c340... M	uip/scan.c

commit 9f9bfa91d88b3ca4cd9206c1f2b17c6d13ebcaba
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 22:00:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 22:00:58 2012 +0100

    Removed several `#if 0' fragments.
    We better don't carry dead code with us, it might start smelling.

:100644 100644 737f9988... b427dfda... M	sbr/dtime.c
:100644 100644 34d743e5... e065c93e... M	sbr/lock_file.c
:100644 100644 1ff8e320... 8fd83643... M	sbr/m_getfld.c
:100644 100644 e07c847b... 3d450d72... M	uip/ali.c
:100644 100644 4c504859... 725abec3... M	uip/burst.c
:100644 100644 f65b6e32... 43586062... M	uip/mhbuildsbr.c
:100644 100644 478e4a69... f3e5a4fa... M	uip/scan.c
:100644 100644 6eca9314... 8e02e575... M	uip/scansbr.c
:100644 100644 e958ef37... 4e93a1ab... M	uip/whatnowsbr.c

commit 72d1181d50ccb0b410e3745f4fd3981fd673d647
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 13:31:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 13:31:36 2012 +0100

    Finally fixed the annoying `Invalid cross-device link' problem.
    Due to a missing slash (/), temporary files were put into the parent
    directory instead of the same one. See:
            mhbuild: unable to rename output /home/meillo/Mail/send0zxfDu to
            /home/meillo/MailmhbuildzQjMUm: Invalid cross-device link

:100644 100644 4a1eed17... 4c7703cd... M	sbr/m_mktemp.c

commit 1b91fa72064a70b6ecf24c085cead38ff91fedb9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 00:04:05 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 00:04:05 2012 +0100

    Updated the man pages to the recent changes.

:100644 100644 46dd70b1... 5f99bfaf... M	man/forw.man1
:100644 100644 38b81231... 5ad243de... M	man/mh-profile.man5
:100644 100644 280782e4... 3d3260f8... M	man/mhbuild.man1
:100644 100644 accb38e8... 9f8cc8fc... M	man/repl.man1
:100644 100644 057c2174... 764234be... M	man/whatnow.man1

commit f41f04cf4ceca7355232cf7413e59afafccc9550
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 25 00:01:51 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 25 00:01:51 2012 +0100

    Fixed -mime for forw and repl.
    If the value of an attachment header starts with `+', then it is treated
    as the specification of a message in MH style: ``+folder msg''

:100644 100644 8dc26b79... b0d4601e... M	uip/forw.c
:100644 100644 2affe310... 2cdd847e... M	uip/replsbr.c
:100644 100644 150c175c... 9c335bd9... M	uip/sendsbr.c

commit dba36faad141d652c7b84d26295537c76fd2b5be
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 24 20:55:15 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 24 20:55:15 2012 +0100

    Removed the mime command from whatnow and automimeproc (automhnproc).
    The man pages need to be updated.
    repl and forw are broken right now.

:100644 100644 d07c37e4... e958ef37... M	uip/whatnowsbr.c

commit 8ff284ff9167eff8f5349481529332d59ed913b1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 24 20:08:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 24 20:08:35 2012 +0100

    Activated Jon's attachment system by default and steamlined it.
    I had done similar work already some time ago. See:
    http://www.mail-archive.com/nmh-workers@nongnu.org/msg02112.html
    This time it's the second go.
    
    I changed Jon's attachment system to have a default attachment header
    field name, or get it from the profile. I removed the command line options.
    The new profile name is: `Attachment-Header'. Stored in attach_fmt.
    I removed the the choice between several attachment formats.
    
    A message gets mimeified if it has attachment headers or (and this is new)
    contains any non-ASCII character. The body won't be scanned for lines
    matching /^#/. The MIME structure is created automatically.
    
    The content-typing of unknown attachments is still poor and needs to
    be improved.
    
    You shouldn't use the `mime' command at the whatnow prompt anymore.

:100644 100644 294352ae... 30c95749... M	config/config.c
:100644 100644 fe99246c... 116abdb1... M	h/mh.h
:100644 100644 0b191f06... d80ab5a5... M	h/prototypes.h
:100644 100644 053213a7... 38b81231... M	man/mh-profile.man5
:100644 100644 a1a134ac... 6e7b19e5... M	man/send.man1
:100644 100644 d1c5846a... 057c2174... M	man/whatnow.man1
:100644 100644 fff8a84e... b78eb06e... M	sbr/readconfig.c
:100644 100644 5cf7881c... 4f20f557... M	uip/mhparam.c
:100644 100644 eb678245... eb140c9f... M	uip/send.c
:100644 100644 de00429e... 150c175c... M	uip/sendsbr.c
:100644 100644 ccb149c8... 76450ac4... M	uip/viamail.c
:100644 100644 8eeed10e... d07c37e4... M	uip/whatnowsbr.c

commit 6dc010d334b477ad4dee0b1a1d3ee6a6bdb7bd9a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 24 16:28:36 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 24 16:28:36 2012 +0100

    Added a comment and a variable initialization.

:100644 100644 69ecaf2d... 5c0de057... M	uip/mhpath.c
:100644 100644 2ac56d63... a4da6357... M	uip/new.c

commit eec22f627f35bfb37d408463c4d810482b0d3dae
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 19:24:20 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 19:24:20 2012 +0100

    Free memory after use in m_draft().

:100644 100644 427d2dbc... 3659ff3d... M	sbr/m_draft.c

commit d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 19:18:12 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 19:18:12 2012 +0100

    Explicit checks for return values of strcmp().
    The return value of strcmp() is unintuitive for string equality tests.
    I prefer explicit comparisions against 0. I changed this everywhere.

:100644 100644 96acd562... 38e27934... M	h/fmt_scan.h
:100644 100644 6b3aa2f9... 4d813563... M	sbr/context_replace.c
:100644 100644 0693a216... 0185bd83... M	sbr/crawl_folders.c
:100644 100644 cdbf344d... 51955920... M	sbr/folder_read.c
:100644 100644 df128d7d... 734bdb58... M	sbr/m_convert.c
:100644 100644 db509fcc... 1ff8e320... M	sbr/m_getfld.c
:100644 100644 45bbecd4... 53752a34... M	sbr/mf.c
:100644 100644 9638f568... 4f9d0581... M	sbr/mts.c
:100644 100644 ca3a2c49... 02e6a3cf... M	sbr/norm_charmap.c
:100644 100644 f88fcef5... 0e169a5b... M	sbr/ruserpass.c
:100644 100644 38bbdcf6... 5d0987ce... M	sbr/seq_add.c
:100644 100644 92e2f1e7... e342d1cb... M	sbr/seq_del.c
:100644 100644 4605915d... 3c3b9106... M	sbr/seq_getnum.c
:100644 100644 a6cdbdaa... f051e38b... M	sbr/seq_list.c
:100644 100644 3a9633eb... 5707dae9... M	sbr/seq_read.c
:100644 100644 78eea645... 594b269f... M	sbr/showfile.c
:100644 100644 07c5e035... 85260d83... M	uip/aliasbr.c
:100644 100644 82dfdcc0... 4a20e4ba... M	uip/conflict.c
:100644 100644 cc668cdb... 86812776... M	uip/dropsbr.c
:100644 100644 c4d9a3b1... c98a3f06... M	uip/flist.c
:100644 100644 ae7bac53... b1398e45... M	uip/folder.c
:100644 100644 f82f51b9... b37d246a... M	uip/ftpsbr.c
:100644 100644 bf6f646f... 734d8ab2... M	uip/mhbuild.c
:100644 100644 ab8d99c1... f65b6e32... M	uip/mhbuildsbr.c
:100644 100644 313719f0... 0c8e644a... M	uip/mhmisc.c
:100644 100644 1ac7ea9a... f6677139... M	uip/mhparse.c
:100644 100644 5d5ac3e4... b1f3d3d0... M	uip/mhshow.c
:100644 100644 8fed651f... ee401a78... M	uip/mhshowsbr.c
:100644 100644 0afcc995... 0b1a9b30... M	uip/mhstoresbr.c
:100644 100644 48a555e9... 374d752a... M	uip/rmf.c
:100644 100644 999272b0... e7ecb72d... M	uip/show.c
:100644 100644 2ac93d1d... 85bc52a0... M	uip/slocal.c
:100644 100644 0699fcee... 8eeed10e... M	uip/whatnowsbr.c

commit b0b1dd37ff515578cf7cba51625189eb34a196cb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 12:26:09 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 12:26:09 2012 +0100

    Removed isprefix() and replaced it with strncmp().
    isprefix() had been ssequal(), which had not been what it advertised to be.
    Now, all this is gone.
    We could get problems if one of the arguments is NULL, as isprefix()
    handled this situation, but strncmp() does not. It appears as if this case
    does not show up in the code.

:100644 100644 5e5672ce... 0b191f06... M	h/prototypes.h
:100644 100644 b42dd49b... 95ff94c0... M	sbr/Makefile.in
:100644 000000 33c06998... 00000000... D	sbr/isprefix.c
:100644 100644 b535fe3a... df128d7d... M	sbr/m_convert.c
:100644 100644 7924fbc7... 3a70c545... M	sbr/print_sw.c
:100644 100644 c1ac9fa7... 3a9633eb... M	sbr/seq_read.c
:100644 100644 847bb365... c4d9a3b1... M	uip/flist.c
:100644 100644 224bb034... ae7bac53... M	uip/folder.c
:100644 100644 923f23ae... 48a555e9... M	uip/rmf.c
:100644 100644 671a4419... 999272b0... M	uip/show.c

commit 1f958f791cd9ee06e1de07c348555c920772af67
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 11:56:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 11:56:44 2012 +0100

    Removed forgotten unused variable.

:100644 100644 77137c92... f283a1bc... M	sbr/uprf.c

commit 39cd310f18074231e3400e53f7e5234a8615a87e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 11:52:03 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 11:52:03 2012 +0100

    Removed the non-LOCALE character code and the #ifdefs and simplified.
    POSIX says: tolower() won't change its argument if it is not isupper().
    And isupper() doesn't need an additional check for isalpha().

:100644 100644 bcd7b3d1... cf5c497b... M	sbr/fmt_compile.c
:100644 100644 4f9bce0e... 2c16dfef... M	sbr/fmt_scan.c
:100644 100644 2b9a0155... c90bfefd... M	sbr/gans.c
:100644 100644 03bf0d08... b903b7e8... M	sbr/m_atoi.c
:100644 100644 836a98b0... 77137c92... M	sbr/uprf.c

commit 99e89d0fcc69e509924b0a14a56e10d15721ccb0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 11:28:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 11:28:18 2012 +0100

    Refactoring in sbr/m_convert.c

:100644 100644 b42a5aaa... b535fe3a... M	sbr/m_convert.c

commit f3db6244253b548f4196ea5cf41f4bc8d400d0c3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 11:19:22 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 11:19:22 2012 +0100

    Reserved special sequence names may be upper case too. Even without LOCALE.

:100644 100644 98c47337... b42a5aaa... M	sbr/m_convert.c

commit 452df42b9645e99101184f28518652646ad75ba7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Thu Jan 5 11:11:13 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Thu Jan 5 11:11:13 2012 +0100

    Much more straight-forward handling of the beyond sequence.
    Could remove the message flag SELECT_EMPTY in the same go.
    This frees one more space for a user-defined sequence.

:100644 100644 73845a41... fe99246c... M	h/mh.h
:100644 100644 1350c371... 98c47337... M	sbr/m_convert.c

commit afd666e21d9a1bd391f037c82b7c097d69e7b2f4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 21:04:56 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 21:04:56 2012 +0100

    Various minor cleanups in sbr/m_convert.c.

:100644 100644 2837e0f4... 1350c371... M	sbr/m_convert.c

commit 2c8265621a3526d1d6791d28bef778df49501a29
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 19:36:08 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 19:36:08 2012 +0100

    Removed the unused message flag: DELETED.
    Now we can store one user-defines seq more.

:100644 100644 1f8a23c1... 73845a41... M	h/mh.h

commit 0f56dec07e0eda5042276a5e65cb51ea95c23ff9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 18:57:18 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 18:57:18 2012 +0100

    s/ALLOW_NEW/ALLOW_BEYOND/

:100644 100644 b8896d1a... 1f8a23c1... M	h/mh.h
:100644 100644 6e6acd7e... 2837e0f4... M	sbr/m_convert.c
:100644 100644 8492dd91... 427d2dbc... M	sbr/m_draft.c
:100644 100644 e1cf0ff9... 69ecaf2d... M	uip/mhpath.c

commit 3cc8ed080f6e741b8df04a3ebe764c659e75cb38
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 18:29:23 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 18:29:23 2012 +0100

    Renamed all standard sequences (e.g. cur->c) and made them globally changeable
    The full list:
            cur -> c
            first -> f
            last -> l
            next -> n
            prev -> p
            all -> a
            new -> b (mnemonic: one beyond the last)
    They are globally changeable in config/config.c
    Could be that I'll add the old names again, as convenience aliases.

:100644 100644 6a1e0b1d... 294352ae... M	config/config.c
:100644 100644 5d72178b... b8896d1a... M	h/mh.h
:100644 100644 cd588e4c... c2b59116... M	sbr/folder_pack.c
:100644 100644 3065941a... 6e6acd7e... M	sbr/m_convert.c
:100644 100644 77ea394a... 8492dd91... M	sbr/m_draft.c
:100644 100644 d8f019ab... 38bbdcf6... M	sbr/seq_add.c
:100644 100644 1e2e606a... a6cdbdaa... M	sbr/seq_list.c
:100644 100644 f9ed1b0e... a61dd9c0... M	sbr/seq_nameok.c
:100644 100644 26337c03... c1ac9fa7... M	sbr/seq_read.c
:100644 100644 0de8b970... f8668b0c... M	sbr/seq_setcur.c
:100644 100644 5de385f0... 7de86005... M	uip/anno.c
:100644 100644 66831c1b... 4c504859... M	uip/burst.c
:100644 100644 5b9a9f14... 7eee3f7e... M	uip/comp.c
:100644 100644 9ecfea17... 57393769... M	uip/dist.c
:100644 100644 31d01c1a... 847bb365... M	uip/flist.c
:100644 100644 7f829f09... 224bb034... M	uip/folder.c
:100644 100644 d51c57c7... 8dc26b79... M	uip/forw.c
:100644 100644 2914a44f... 79763ff2... M	uip/mark.c
:100644 100644 05f1b35c... ab8d99c1... M	uip/mhbuildsbr.c
:100644 100644 c12a6b98... 12480cf7... M	uip/mhlist.c
:100644 100644 73d5e133... e1cf0ff9... M	uip/mhpath.c
:100644 100644 a090e2e0... 5d5ac3e4... M	uip/mhshow.c
:100644 100644 8ce7d620... 2167a3fe... M	uip/mhstore.c
:100644 100644 1f6846bc... 0cfce9f8... M	uip/mhtest.c
:100644 100644 a7b35ba1... faf199c0... M	uip/packf.c
:100644 100644 e8720df5... e4d13704... M	uip/pick.c
:100644 100644 b85186a3... e699a144... M	uip/refile.c
:100644 100644 95b4f698... 3b490045... M	uip/repl.c
:100644 100644 f214f59a... 923f23ae... M	uip/rmf.c
:100644 100644 c1b1608c... 35983bd6... M	uip/rmm.c
:100644 100644 ea05cd2b... 478e4a69... M	uip/scan.c
:100644 100644 2847add2... eb678245... M	uip/send.c
:100644 100644 f279cded... 671a4419... M	uip/show.c
:100644 100644 59247c2b... 125991cc... M	uip/sortm.c
:100644 100644 ed5647ef... 0699fcee... M	uip/whatnowsbr.c

commit a7771fd2e83d64228fb675749fc936151249dbd3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 14:49:09 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 14:49:09 2012 +0100

    Inverted the second arg of seq_setunseen(), to be more natural.

:100644 100644 2bb09b94... e6283932... M	sbr/seq_setunseen.c
:100644 100644 f7121521... 6a756d98... M	uip/inc.c
:100644 100644 07a05a9b... a090e2e0... M	uip/mhshow.c
:100644 100644 b9342209... ba3cfccd... M	uip/rcvstore.c
:100644 100644 80d7e6bd... f279cded... M	uip/show.c

commit 4b48c047da7d65a6d8db0b88becccdf520bd1f9c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 14:46:58 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 14:46:58 2012 +0100

    Another fix for the strchr() transition: Check for NULL arguments.
    Is now the point to reintroduce the brkany() helper? Hmm...

:100644 100644 da42d619... 32dd37f7... M	sbr/brkstring.c

commit db74c2bd004b2dc9bf8086a6d8bf773ac051f3cc
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 12:35:19 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 12:35:19 2012 +0100

    Activated default sequence negation (exclamation mark).

:100644 100644 ae8e7e9d... 053213a7... M	man/mh-profile.man5
:100644 100644 b96230ea... 98564e0d... M	man/mh-sequence.man7
:100644 100644 05533f61... 3065941a... M	sbr/m_convert.c

commit c2360569e1d8d3678e294eb7c1354cb8bf7501c1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 12:04:44 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 12:04:44 2012 +0100

    Activated a default unseen sequence; updated man pages to it.

:100644 100644 feffaca6... ae8e7e9d... M	man/mh-profile.man5
:100644 100644 eb54adc0... b96230ea... M	man/mh-sequence.man7
:100644 100644 b18de5d2... 2bb09b94... M	sbr/seq_setunseen.c
:100644 100644 d2a04903... 31d01c1a... M	uip/flist.c
:100644 100644 7a5a06b6... 2ac56d63... M	uip/new.c
:100644 100644 69c2da97... ea05cd2b... M	uip/scan.c

commit 909cdf33782fb9803b8e18f7f378bfcec21e4b15
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 11:16:12 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 11:16:12 2012 +0100

    Fixed bug in brkstring(), newly introduced by the switch to strchr().
    strchr() treats the trailing null byte surprisingly:
    ``The terminating null byte is considered to be part of the string.''

:100644 100644 68c7b703... da42d619... M	sbr/brkstring.c

commit 83bc095e820728da7dfe22d2f95962660c79de03
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 10:06:51 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 10:06:51 2012 +0100

    Globally defined the names for the standard sequences.
    I'll rework the whole code to use them and not have hard-coded names anymore.
    The `new' sequence will be called `beyond' sequence (`b') from now on.
    The `unseen' sequence will be set by default to `u' from now on.
    The sequence negation will be set by default to `!' from now on.

:100644 100644 fb216021... 6a1e0b1d... M	config/config.c
:100644 100644 12bb9852... 5d72178b... M	h/mh.h

commit b25e57753f3f4fb3fdde4240e0f617ef8dbea043
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Jan 4 09:54:43 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Jan 4 09:54:43 2012 +0100

    sbr/brkstring.c: replaced static brkany() with call to strchr(); plus cleanups

:100644 100644 4e71ab54... 68c7b703... M	sbr/brkstring.c

commit 026d896175424fed9b9d87c93b6c2fa49f0dc7ec
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 3 07:14:24 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 3 07:14:24 2012 +0100

    Fixed minor typo in man page.

:100644 100644 0cfb552b... eb54adc0... M	man/mh-sequence.man7

commit c840e9f3c212b901300df2a8ec12fd359fb85a7f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 3 06:41:27 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 3 06:41:27 2012 +0100

    Removed remaining lines from the --with-pager=... removal, months ago.

:100644 100644 b3fa70ad... 0d3dc69e... M	configure.ac

commit 40821f5c1316e9205a08375e7075909cc9968e7d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 3 06:36:30 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 3 06:36:30 2012 +0100

    s/vfork/fork/
    I truly believe that vfork is wrong. Forking should not be too slow for us.

:100644 100644 467718b0... 771d5589... M	sbr/ext_hook.c
:100644 100644 4950330a... d6e63b6c... M	sbr/folder_delmsgs.c
:100644 100644 d5d536ce... f064f773... M	sbr/makedir.c
:100644 100644 48f0b444... 55ba754e... M	sbr/refile.c
:100644 100644 3f23801f... 78eea645... M	sbr/showfile.c
:100644 100644 873b0e3a... 05f1b35c... M	uip/mhbuildsbr.c
:100644 100644 927d8454... 1764aa5f... M	uip/mhlsbr.c
:100644 100644 95f89121... 1ac7ea9a... M	uip/mhparse.c
:100644 100644 0136ca32... 8fed651f... M	uip/mhshowsbr.c
:100644 100644 a71a516e... e1f5e942... M	uip/rcvtty.c
:100644 100644 b63d0134... 2affe310... M	uip/replsbr.c
:100644 100644 42c2c21d... de00429e... M	uip/sendsbr.c
:100644 100644 cc163ac0... 8c55c06e... M	uip/spost.c
:100644 100644 82af31e8... ed5647ef... M	uip/whatnowsbr.c

commit 5b792c4424571f05bc2008e3109797d18d7d00d1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Jan 3 06:16:30 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Jan 3 06:16:30 2012 +0100

    Relayouted all switch statements: case aligns with switch.
    Desired style is:
            switch (n) {
            case foo:
                    ...
            }

:100644 100644 77b6baa5... 4cc0006a... M	sbr/addrsbr.c
:100644 100644 e62aca83... 44542b53... M	sbr/context_save.c
:100644 100644 86211cf6... b788fefb... M	sbr/cpydgst.c
:100644 100644 4e563787... c7c519f3... M	sbr/fmt_new.c
:100644 100644 ac988833... 4f9bce0e... M	sbr/fmt_scan.c
:100644 100644 c28b4301... cdbf344d... M	sbr/folder_read.c
:100644 100644 919fd32d... af882d5f... M	sbr/getans.c
:100644 100644 586876a2... db509fcc... M	sbr/m_getfld.c
:100644 100644 d93ad265... 45bbecd4... M	sbr/mf.c
:100644 100644 2f5132f9... 9638f568... M	sbr/mts.c
:100644 100644 d664927b... 17c62eef... M	sbr/push.c
:100644 100644 72123038... fff8a84e... M	sbr/readconfig.c
:100644 100644 00647ddd... 48f0b444... M	sbr/refile.c
:100644 100644 3b7b50f7... 26337c03... M	sbr/seq_read.c
:100644 100644 289fa5dc... e07c847b... M	uip/ali.c
:100644 100644 19238676... 07c5e035... M	uip/aliasbr.c
:100644 100644 1d27a9e9... 5de385f0... M	uip/anno.c
:100644 100644 212d35cf... e8c03e17... M	uip/annosbr.c
:100644 100644 b835acb9... ad3c9987... M	uip/ap.c
:100644 100644 0e7c53a3... 66831c1b... M	uip/burst.c
:100644 100644 a256f712... 5b9a9f14... M	uip/comp.c
:100644 100644 30ff189b... 82dfdcc0... M	uip/conflict.c
:100644 100644 27be4a54... 9ecfea17... M	uip/dist.c
:100644 100644 319e496a... 396aca8d... M	uip/distsbr.c
:100644 100644 a5accf53... d5f0c599... M	uip/dp.c
:100644 100644 15cee8fb... cc668cdb... M	uip/dropsbr.c
:100644 100644 adda2944... 160daaff... M	uip/fmtdump.c
:100644 100644 e2191096... 7f829f09... M	uip/folder.c
:100644 100644 3ce0b216... d51c57c7... M	uip/forw.c
:100644 100644 7d6d72b4... f82f51b9... M	uip/ftpsbr.c
:100644 100644 c365470f... 13ab1534... M	uip/mhcachesbr.c
:100644 100644 6918e0e3... dd1277c8... M	uip/mhfree.c
:100644 100644 ecd6bacd... e11cf5dc... M	uip/mhlistsbr.c
:100644 100644 7bce5da2... 927d8454... M	uip/mhlsbr.c
:100644 100644 ebe8b764... a013ecb8... M	uip/mhmail.c
:100644 100644 85177811... 939275f6... M	uip/mhoutsbr.c
:100644 100644 6c28e192... 5cf7881c... M	uip/mhparam.c
:100644 100644 3aeb3511... 95f89121... M	uip/mhparse.c
:100644 100644 5009a2fe... 73d5e133... M	uip/mhpath.c
:100644 100644 7f3ef703... 0136ca32... M	uip/mhshowsbr.c
:100644 100644 14963b56... 0afcc995... M	uip/mhstoresbr.c
:100644 100644 7b29b54c... 36edccb4... M	uip/msgchk.c
:100644 100644 c4026ba4... 7a5a06b6... M	uip/new.c
:100644 100644 9bb61f50... a7b35ba1... M	uip/packf.c
:100644 100644 ffacb5db... e021055e... M	uip/picksbr.c
:100644 100644 5b2131ce... db61fb34... M	uip/prompter.c
:100644 100644 24cf48b7... 077f912c... M	uip/rcvdist.c
:100644 100644 84fcc26d... f9687d8f... M	uip/rcvpack.c
:100644 100644 20274e76... a71a516e... M	uip/rcvtty.c
:100644 100644 ff936bc0... 95b4f698... M	uip/repl.c
:100644 100644 1bdab9e9... b63d0134... M	uip/replsbr.c
:100644 100644 36c1eed2... f214f59a... M	uip/rmf.c
:100644 100644 5cac6264... 69c2da97... M	uip/scan.c
:100644 100644 8a07418a... 6eca9314... M	uip/scansbr.c
:100644 100644 051e357c... 2847add2... M	uip/send.c
:100644 100644 15344024... 42c2c21d... M	uip/sendsbr.c
:100644 100644 757b0018... 80d7e6bd... M	uip/show.c
:100644 100644 ac9225b1... 2ac93d1d... M	uip/slocal.c
:100644 100644 262e84db... cc163ac0... M	uip/spost.c
:100644 100644 007adb36... ccb149c8... M	uip/viamail.c
:100644 100644 aefe67f5... 82af31e8... M	uip/whatnowsbr.c

commit 8e5be81f784682822f5e868c1bf3c8624682bd23
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 2 14:54:05 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 2 14:54:05 2012 +0100

    Removed ``Face'' support in mhl.
    It appears to be about `Face:' headers, but neither Jerry Peek, nor
    Ken Hornstein knew more.

:100644 100644 54fea67d... fb216021... M	config/config.c
:100644 100644 56ce885a... 12bb9852... M	h/mh.h
:100644 100644 3cc8b7b0... 72123038... M	sbr/readconfig.c
:100644 100644 2cd7c8fb... 7bce5da2... M	uip/mhlsbr.c
:100644 100644 d9ba2a37... 6c28e192... M	uip/mhparam.c

commit fd00a3b030ab9d854eac79641f7bf25e6538acc1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 2 11:50:35 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 2 11:50:35 2012 +0100

    Removed references to unused default procs and commented config/config.c

:100644 100644 9add9e29... 54fea67d... M	config/config.c
:100644 100644 0c0d81fa... 56ce885a... M	h/mh.h
:100644 100644 63633fde... feffaca6... M	man/mh-profile.man5
:100644 100644 a557cda7... 3cc8b7b0... M	sbr/readconfig.c
:100644 100644 dc122add... d9ba2a37... M	uip/mhparam.c

commit 6c75e2f0f00732488aa03b967713d95037edd895
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 2 11:20:00 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 2 11:20:00 2012 +0100

    Removed the configuration option NOPUBLICSEQ.
    You can change it still, by setting mh_seq to NULL in config/config.c.

:100644 100644 3f9d1061... 9add9e29... M	config/config.c
:100644 100644 1c231dd6... 3b7b50f7... M	sbr/seq_read.c

commit f12a3e5036a986f579b80861f4421bcb86f84cee
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 2 10:57:24 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 2 10:57:24 2012 +0100

    Renames: s/+outbox/+sent/ and s/cc:/Cc:/
    IMO ``sent'' specifies more exactly what it contains. ``outbox'' would
    mean to me that these messages are prepared for delivery, but are not
    already sent.

:100644 100644 7f255ea5... 585814bf... M	etc/components
:100644 100644 d30819a1... aac13547... M	etc/distcomps
:100644 100644 7f255ea5... 585814bf... M	etc/forwcomps
:100644 100644 7f8a5672... 8533744d... M	etc/mhl.format
:100644 100644 82b4ebc7... a24462fe... M	etc/mhl.forward
:100644 100644 795eab2c... 995dbf52... M	etc/mhl.headers
:100644 100644 13fe8082... 872ffc08... M	etc/rcvdistcomps.outbox
:100644 100644 91664113... 2520c8e3... M	etc/replcomps
:100644 100644 210a3e00... ff09c06b... M	etc/replgroupcomps
:100644 100644 7b46eaa8... 59bcd19b... M	man/dist.man1
:100644 100644 80021df7... 7f5d73d1... M	man/mh-format.man5
:100644 100644 2f296402... 34d983cb... M	man/mh-mail.man5
:100644 100644 9a78e021... 280782e4... M	man/mhbuild.man1
:100644 100644 ba2edcbc... 33c237e5... M	man/mhmail.man1
:100644 100644 50dd103a... 139f6f6d... M	man/pick.man1
:100644 100644 6c58c14e... 14c3ae77... M	man/post.man8
:100644 100644 3f52d6c1... accb38e8... M	man/repl.man1
:100644 100644 c5bec46a... a1a134ac... M	man/send.man1
:100644 100644 1dece262... 8e783744... M	test/tests/mhbuild/test-forw
:100644 100644 ded61947... 2cd7c8fb... M	uip/mhlsbr.c
:100644 100644 037246dd... ebe8b764... M	uip/mhmail.c
:100644 100644 fde41074... ac9225b1... M	uip/slocal.c
:100644 100644 76b68a4e... 262e84db... M	uip/spost.c

commit 0b5de876d3d1f915e6485a249f3e65749b437709
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Jan 2 10:20:49 2012 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Jan 2 10:20:49 2012 +0100

    Updated INSTALL and changed `nmh' strings to `mmh'

:100644 100644 179d11d7... 7d86fe30... M	INSTALL
:100755 100755 61d9637a... 5a9628c2... M	config/version.sh
:100644 100644 35d1b2d7... b3fa70ad... M	configure.ac

commit 5aaedc4256d58afe2481d667afdcb5162a914ba9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 12:09:55 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 12:09:55 2011 +0100

    Reworked the man page system and some man page contents (mmh-intro).
    Now it's possible to have two equally named pages in two different sections.
    This appeared to be interesting for mmh(X), but I don't use it now. Let's
    see if we keep the new system or even rework it to become simpler.

:100644 100644 6cdc7b62... 15199ba1... M	.gitignore
:100644 100644 e4add418... de3c254a... M	man/Makefile.in
:100644 100644 b0d47128... b0d47128... R100	man/ali.man	man/ali.man1
:100644 100644 65db87ef... 65db87ef... R100	man/anno.man	man/anno.man1
:100644 100644 0a5ac5a8... 0a5ac5a8... R100	man/ap.man	man/ap.man8
:100644 100644 5569f750... 5569f750... R100	man/burst.man	man/burst.man1
:100644 100644 0b080edf... a9e75da1... R099	man/comp.man	man/comp.man1
:100644 100644 fc2f8d79... fc2f8d79... R100	man/conflict.man	man/conflict.man8
:100644 100644 89b8537b... 7b46eaa8... R099	man/dist.man	man/dist.man1
:100644 100644 27428068... 27428068... R100	man/dp.man	man/dp.man8
:100644 100644 def7b904... f505ba8d... R098	man/flist.man	man/flist.man1
:100644 100644 fbc6b9be... fbc6b9be... R100	man/flists.man	man/flists.man1
:100644 100644 d8e5a68d... 55f9b99a... R097	man/fmtdump.man	man/fmtdump.man8
:100644 100644 7529017e... 7529017e... R100	man/fnext.man	man/fnext.man1
:100644 100644 4858486e... 4858486e... R100	man/folder.man	man/folder.man1
:100644 100644 7c3e32aa... 7c3e32aa... R100	man/folders.man	man/folders.man1
:100644 100644 0e79cfeb... 46dd70b1... R099	man/forw.man	man/forw.man1
:100644 100644 7529017e... 7529017e... R100	man/fprev.man	man/fprev.man1
:100644 100644 1dc95890... 1dc95890... R100	man/inc.man	man/inc.man1
:100644 100644 71b24f63... 24d84ff9... R099	man/mark.man	man/mark.man1
:100644 100644 c8368beb... c8368beb... R100	man/mh-alias.man	man/mh-alias.man5
:100644 100644 3a1ffa2b... 3a1ffa2b... R100	man/mh-chart.man	man/mh-chart.man1
:100644 100644 70e988fd... eebae889... R097	man/mh-draft.man	man/mh-draft.man7
:100644 100644 80021df7... 80021df7... R100	man/mh-format.man	man/mh-format.man5
:100644 100644 2f296402... 2f296402... R100	man/mh-mail.man	man/mh-mail.man5
:100644 100644 43c3f2ed... 63633fde... R099	man/mh-profile.man	man/mh-profile.man5
:100644 100644 ecb65026... 0cfb552b... R099	man/mh-sequence.man	man/mh-sequence.man7
:100644 100644 0cf54dde... 0cf54dde... R100	man/mh-tailor.man	man/mh-tailor.man5
:100644 100644 9a78e021... 9a78e021... R100	man/mhbuild.man	man/mhbuild.man1
:100644 100644 ddde3392... ddde3392... R100	man/mhl.man	man/mhl.man1
:100644 100644 b99de6c9... b99de6c9... R100	man/mhlist.man	man/mhlist.man1
:100644 100644 ba2edcbc... ba2edcbc... R100	man/mhmail.man	man/mhmail.man1
:100644 100644 11cac870... 11cac870... R100	man/mhparam.man	man/mhparam.man1
:100644 100644 3cdcf501... 3cdcf501... R100	man/mhpath.man	man/mhpath.man1
:100644 100644 1d5d99d7... 1d5d99d7... R100	man/mhshow.man	man/mhshow.man1
:100644 100644 acf36947... acf36947... R100	man/mhstore.man	man/mhstore.man1
:100644 100644 2006cf28... bddbda91... R071	man/nmh.man	man/mmh-intro.man7
:100644 100644 c8d76324... 82117deb... R090	man/mmh.man	man/mmh.man1
:100644 100644 1b9843b6... 1b9843b6... R100	man/msgchk.man	man/msgchk.man1
:100644 100644 9d534fd1... 9d534fd1... R100	man/mts.conf.man	man/mts.conf.man5
:100644 100644 8bfc5d8d... 8bfc5d8d... R100	man/new.man	man/new.man1
:100644 100644 c32689a0... c32689a0... R100	man/next.man	man/next.man1
:100644 100644 f0e6a3d9... f0e6a3d9... R100	man/packf.man	man/packf.man1
:100644 100644 50dd103a... 50dd103a... R100	man/pick.man	man/pick.man1
:100644 100644 6c58c14e... 6c58c14e... R100	man/post.man	man/post.man8
:100644 100644 7cdb8e43... 7cdb8e43... R100	man/prev.man	man/prev.man1
:100644 100644 aa7b4fcc... aa7b4fcc... R100	man/prompter.man	man/prompter.man1
:100644 100644 3653f472... 3653f472... R100	man/rcvdist.man	man/rcvdist.man1
:100644 100644 ca00d6b2... ca00d6b2... R100	man/rcvpack.man	man/rcvpack.man1
:100644 100644 a14b5ab6... cbc21272... R098	man/rcvstore.man	man/rcvstore.man1
:100644 100644 f098b218... f098b218... R100	man/rcvtty.man	man/rcvtty.man1
:100644 100644 f50eacd8... 036baab5... R099	man/refile.man	man/refile.man1
:100644 100644 9aa9fd4c... 3f52d6c1... R099	man/repl.man	man/repl.man1
:100644 100644 ee294510... ee294510... R100	man/rmf.man	man/rmf.man1
:100644 100644 0cf138fa... 0cf138fa... R100	man/rmm.man	man/rmm.man1
:100644 100644 a4007d35... a4007d35... R100	man/scan.man	man/scan.man1
:100644 100644 b27ecc00... c5bec46a... R099	man/send.man	man/send.man1
:100644 100644 a2bf7beb... a2bf7beb... R100	man/sendfiles.man	man/sendfiles.man1
:100644 100644 3310d2f5... 3310d2f5... R100	man/show.man	man/show.man1
:100644 100644 cc822f0e... cc822f0e... R100	man/slocal.man	man/slocal.man1
:100644 100644 8932d646... 8932d646... R100	man/sortm.man	man/sortm.man1
:100644 100644 7529017e... 7529017e... R100	man/unseen.man	man/unseen.man1
:100644 100644 7e2020e6... d1c5846a... R099	man/whatnow.man	man/whatnow.man1
:100644 100644 9315b12b... 27aa5976... M	man/whom.man

commit 2676fdf95667cfa0fec45372dbb956c8645c1119
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 09:00:59 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 09:00:59 2011 +0100

    Be quiet! Only talk if you have something useful to say.

:100644 100644 721cacb7... 1216177e... M	etc/Makefile.in

commit cba433a5b67a0eeb8b42663cd6be7d763505462e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 08:32:41 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 08:32:41 2011 +0100

    Adjusted Makefile to the rename: etc/scan.default -> etc/scan.nmh

:100644 100644 e37b5f0d... 721cacb7... M	etc/Makefile.in

commit 363190329760d38060e89956206583831b0d084d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 08:32:08 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 08:32:08 2011 +0100

    Updated all man pages and renamed install-mh.man to mmh.man.

:100644 100644 b23fb6bf... e4add418... M	man/Makefile.in
:100644 100644 4dbff4e0... b0d47128... M	man/ali.man
:100644 100644 1436f739... 65db87ef... M	man/anno.man
:100644 100644 30e5fb8a... 0a5ac5a8... M	man/ap.man
:100644 100644 d7e28d57... 5569f750... M	man/burst.man
:100644 100644 1e0c9f8a... 0b080edf... M	man/comp.man
:100644 100644 4f0ff85b... 89b8537b... M	man/dist.man
:100644 100644 e31e6264... 27428068... M	man/dp.man
:100644 100644 66f2f854... def7b904... M	man/flist.man
:100644 100644 00127e66... d8e5a68d... M	man/fmtdump.man
:100644 100644 9fffec63... 4858486e... M	man/folder.man
:100644 100644 e5c25c90... 0e79cfeb... M	man/forw.man
:100644 100644 817d98f6... 1dc95890... M	man/inc.man
:100644 000000 094ec4cd... 00000000... D	man/install-mh.man
:100644 100644 9b9766df... 71b24f63... M	man/mark.man
:100644 100644 35ff88f0... c8368beb... M	man/mh-alias.man
:100644 100644 a630b76e... 3a1ffa2b... M	man/mh-chart.man
:100644 100644 bd841660... 70e988fd... M	man/mh-draft.man
:100644 100644 48e4b6b3... 43c3f2ed... M	man/mh-profile.man
:100644 100644 12fdb1ca... ecb65026... M	man/mh-sequence.man
:100644 100644 b0af8810... 9a78e021... M	man/mhbuild.man
:100644 100644 d824b471... ddde3392... M	man/mhl.man
:100644 100644 f0ef31a8... b99de6c9... M	man/mhlist.man
:100644 100644 b5617814... 11cac870... M	man/mhparam.man
:100644 100644 e04c4a3f... 3cdcf501... M	man/mhpath.man
:100644 100644 27ebd95e... 1d5d99d7... M	man/mhshow.man
:100644 100644 af05bf2b... acf36947... M	man/mhstore.man
:000000 100644 00000000... c8d76324... A	man/mmh.man
:100644 100644 fd2b0f5f... 1b9843b6... M	man/msgchk.man
:100644 100644 5be7983f... 8bfc5d8d... M	man/new.man
:100644 100644 613b5003... c32689a0... M	man/next.man
:100644 100644 b3d3a290... 2006cf28... M	man/nmh.man
:100644 100644 cdc4ee69... f0e6a3d9... M	man/packf.man
:100644 100644 c5ef463f... 50dd103a... M	man/pick.man
:100644 100644 b99ed0de... 6c58c14e... M	man/post.man
:100644 100644 4703caed... 7cdb8e43... M	man/prev.man
:100644 100644 623abba6... aa7b4fcc... M	man/prompter.man
:100644 100644 f24ea8e5... 3653f472... M	man/rcvdist.man
:100644 100644 010e2381... a14b5ab6... M	man/rcvstore.man
:100644 100644 cfbf616b... f50eacd8... M	man/refile.man
:100644 100644 80096eb2... 9aa9fd4c... M	man/repl.man
:100644 100644 22c00463... ee294510... M	man/rmf.man
:100644 100644 0f8b5cee... 0cf138fa... M	man/rmm.man
:100644 100644 fb72ac3d... a4007d35... M	man/scan.man
:100644 100644 c1deede3... b27ecc00... M	man/send.man
:100644 100644 39a867a9... a2bf7beb... M	man/sendfiles.man
:100644 100644 b2b9dc94... 3310d2f5... M	man/show.man
:100644 100644 283cf124... 8932d646... M	man/sortm.man
:100644 100644 3f2c6f8e... 7e2020e6... M	man/whatnow.man
:100644 100644 6a5a9015... 9315b12b... M	man/whom.man

commit 849bead2b2f3f202280353636716ec7e83fc5645
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 08:13:22 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 08:13:22 2011 +0100

    Unimportant stuff.

:100644 100644 a3dc4a2e... 6cdc7b62... M	.gitignore
:100644 100644 e7d7da8e... 5a38030f... M	sbr/context_foil.c

commit f387b393dfab5cb5c00974b1807e8633531e0774
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 08:12:20 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 08:12:20 2011 +0100

    Replaced C program `install-mh' by shell script `mmh'.
    It is updated to the separated directories.

:100644 100644 f3a4caaa... a3dc4a2e... M	.gitignore
:100644 100644 d92d27a4... ee096aa0... M	uip/Makefile.in
:100644 000000 d5c16d9e... 00000000... D	uip/install-mh.c
:000000 100755 00000000... cb27ae82... A	uip/mmh.sh

commit 7030d7edb099bff36ded7548bb5380f7acab4f9b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 23 08:00:58 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 23 08:00:58 2011 +0100

    Split nmh dir into mmh dir (~/.mmh) and mail storage (~/Mail).
    The profile (~/.mh_profile) became (~/.mmh/profile).
    
    The idea was to separate the configuration files and the data (= messages).
    
    The environment variables changed accordingly:
    MH -> MMHP (profile)
    MHCONTEXT -> MMHC (context)
    new: MMH (mmh dir)
    
    mh-install is not adjusted, yet.

:100644 100644 2bcc4359... 3f9d1061... M	config/config.c
:100644 100644 8ca6c441... 0c0d81fa... M	h/mh.h
:100644 100644 6ca9a3d6... 1e795b05... M	sbr/context_read.c
:100644 100644 fd05f346... e5576b89... M	sbr/path.c
:100644 100644 5bbd9fcd... dc122add... M	uip/mhparam.c

commit 8971a6f1301b3220c4d4b7e729772420cfcd2b53
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Dec 13 14:20:32 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Dec 13 14:20:32 2011 +0100

    Fixed bug, reported by Phil: Profile entry Draft-Folder was case sensitive.
    The components in the profile should be matched case*in*sensitive, always.

:100644 100644 ef43bdee... a557cda7... M	sbr/readconfig.c

commit a3ba584be2a9daf451bbe3c488d73703d14e8d53
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Dec 13 14:19:40 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Dec 13 14:19:40 2011 +0100

    Cleanup in m_draft. There was some confusingly unnecessary code.

:100644 100644 38584e4a... 77ea394a... M	sbr/m_draft.c

commit 8758071f649ab5b469ca183a8c011d44e41951e2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Dec 13 13:10:15 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Dec 13 13:10:15 2011 +0100

    Minor change in output message

:100644 100644 df81839d... 77b6baa5... M	sbr/addrsbr.c

commit fce8a87e8a4a443a08a98b24eef270451a63fab8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Dec 12 14:09:44 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Dec 12 14:09:44 2011 +0100

    Removed the global alias file
    Either use personal alias files or the MTA alias file.

:100644 100644 83ea0aed... 2bcc4359... M	config/config.c
:100644 000000 e8455db2... 00000000... D	etc/MailAliases
:100644 100644 c3265770... e37b5f0d... M	etc/Makefile.in
:100644 100644 c38223a8... 1e053356... M	h/aliasbr.h
:100644 100644 772e967f... 4dbff4e0... M	man/ali.man
:100644 100644 fc9cc993... fc2f8d79... M	man/conflict.man
:100644 100644 2087aea9... 35ff88f0... M	man/mh-alias.man
:100644 100644 bed0a555... b5617814... M	man/mhparam.man
:100644 100644 c90b4ee7... b99ed0de... M	man/post.man
:100644 100644 2edb7da1... c1deede3... M	man/send.man
:100644 100644 c054dcf2... 6a5a9015... M	man/whom.man
:100644 100644 a4ab2950... 289fa5dc... M	uip/ali.c
:100644 100644 43a0e1b6... 19238676... M	uip/aliasbr.c
:100644 100644 5710aab8... 30ff189b... M	uip/conflict.c
:100644 100644 0679ac6b... 76b68a4e... M	uip/spost.c

commit b4c29794c12099556151d93a860ee51badae2e35
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Dec 12 13:38:51 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Dec 12 13:38:51 2011 +0100

    Moved etcpath() from config/config.c to sbr/path.c

:100644 100644 e282b257... 83ea0aed... M	config/config.c
:100644 100644 ca3595a1... fd05f346... M	sbr/path.c

commit ff99b7b6299a8ebe433a31f7bf15b158e9dcdea8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 22:12:34 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 22:12:34 2011 +0100

    Code cosmetic

:100644 100644 676ff236... a256f712... M	uip/comp.c

commit c20e315f9fb9f0f0955749726dbf4fd897cd9f48
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 21:56:44 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 21:56:44 2011 +0100

    Adjusted the default scan listing: remove the body preview
    The original listing is still available as etc/scan.nmh

:100644 100644 f898e86c... a59116cf... R053	etc/scan.default	etc/scan.nmh
:100644 100644 45dd1fee... f7a8e37b... M	h/scansbr.h

commit 7a5e53498290dc876ee21feff9611c4640fabec4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 21:26:54 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 21:26:54 2011 +0100

    Code cosmetics

:100644 100644 7454666f... e282b257... M	config/config.c

commit 7e3bc577e84e13a47005a706718bd6ec0e6a0e0a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 18:44:19 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 18:44:19 2011 +0100

    We have `NULL' in order to not need to write `(char *)0' anymore.

:100644 100644 2fba8974... 35d1b2d7... M	configure.ac
:100644 100644 57653ea2... 6ca9a3d6... M	sbr/context_read.c
:100644 100644 a4b09343... 467718b0... M	sbr/ext_hook.c
:100644 100644 391f5c81... 7a4a9826... M	sbr/folder_addmsg.c
:100644 100644 e9257bd7... 4950330a... M	sbr/folder_delmsgs.c
:100644 100644 034aa12a... 212d35cf... M	uip/annosbr.c
:100644 100644 fc2f7111... 0e7c53a3... M	uip/burst.c
:100644 100644 1834c920... f7121521... M	uip/inc.c
:100644 100644 615ac71f... d5c16d9e... M	uip/install-mh.c
:100644 100644 44fd19aa... 14963b56... M	uip/mhstoresbr.c
:100644 100644 99ec48c5... b9342209... M	uip/rcvstore.c
:100644 100644 10a4a103... 36c1eed2... M	uip/rmf.c
:100644 100644 a9ae46d7... 051e357c... M	uip/send.c
:100644 100644 8d85559a... 15344024... M	uip/sendsbr.c
:100644 100644 0d8e39da... 59247c2b... M	uip/sortm.c
:100644 100644 3fff44a4... 007adb36... M	uip/viamail.c
:100644 100644 032566e2... aefe67f5... M	uip/whatnowsbr.c

commit 246ca516a0f7b870316116bc184347b0fb2bc00b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 18:34:39 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 18:34:39 2011 +0100

    Removed void casts for ignored return values of function calls.
    IMO, this distracts from the important without being much worth.

:100644 100644 4f744997... 57653ea2... M	sbr/context_read.c
:100644 100644 423384a0... 391f5c81... M	sbr/folder_addmsg.c
:100644 100644 ac93068d... e9257bd7... M	sbr/folder_delmsgs.c
:100644 100644 5280e30a... cd588e4c... M	sbr/folder_pack.c
:100644 100644 14f2242a... 3fd4528e... M	sbr/getpass.c
:100644 100644 e48f7d9f... 034aa12a... M	uip/annosbr.c
:100644 100644 ec507086... fc2f7111... M	uip/burst.c
:100644 100644 54eb70ef... 1834c920... M	uip/inc.c
:100644 100644 30ac8f6c... 615ac71f... M	uip/install-mh.c
:100644 100644 3808f548... 10a4a103... M	uip/rmf.c
:100644 100644 a8e09641... 8d85559a... M	uip/sendsbr.c
:100644 100644 0caab302... 0d8e39da... M	uip/sortm.c
:100644 100644 86878154... 032566e2... M	uip/whatnowsbr.c

commit 552fd7253e5ee9e554c5c7a8248a6322aa4363bb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 18:21:27 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 18:21:27 2011 +0100

    We don't want to use copy() anymore; but kept it for concat() only

:100644 100644 b7d6bfbc... 5e5672ce... M	h/prototypes.h
:100644 100644 77809709... b42dd49b... M	sbr/Makefile.in
:100644 100644 4c3fcff3... 5c519e9f... M	sbr/concat.c
:100644 000000 80a1e549... 00000000... D	sbr/copy.c
:100644 100644 00104cfd... 3808f548... M	uip/rmf.c

commit 682962d94b21e120c78a52a8bdcb6aa994330a14
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 18:11:10 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 18:11:10 2011 +0100

    s/pfolder/curfolder/g

:100644 100644 245ecdea... 7454666f... M	config/config.c
:100644 100644 4b846cf1... 8ca6c441... M	h/mh.h
:100644 100644 41328964... ca3595a1... M	sbr/path.c
:100644 100644 ec3590c4... 1d27a9e9... M	uip/anno.c
:100644 100644 b5414ad6... ec507086... M	uip/burst.c
:100644 100644 991f5cd1... 27be4a54... M	uip/dist.c
:100644 100644 d85ad61c... d2a04903... M	uip/flist.c
:100644 100644 70f497d3... e2191096... M	uip/folder.c
:100644 100644 3f940f7b... 3ce0b216... M	uip/forw.c
:100644 100644 2a866e92... 54eb70ef... M	uip/inc.c
:100644 100644 1fb68342... 30ac8f6c... M	uip/install-mh.c
:100644 100644 5fd27f66... 2914a44f... M	uip/mark.c
:100644 100644 b87e5221... c12a6b98... M	uip/mhlist.c
:100644 100644 35101207... 07a05a9b... M	uip/mhshow.c
:100644 100644 1fbd50e2... 8ce7d620... M	uip/mhstore.c
:100644 100644 df5985fa... 1f6846bc... M	uip/mhtest.c
:100644 100644 fc87b3a6... c4026ba4... M	uip/new.c
:100644 100644 b48a92d6... 9bb61f50... M	uip/packf.c
:100644 100644 2efac420... e8720df5... M	uip/pick.c
:100644 100644 32b7f15f... b85186a3... M	uip/refile.c
:100644 100644 058b5367... ff936bc0... M	uip/repl.c
:100644 100644 7d81a39b... 00104cfd... M	uip/rmf.c
:100644 100644 e599f6fd... c1b1608c... M	uip/rmm.c
:100644 100644 1276d5b1... 5cac6264... M	uip/scan.c
:100644 100644 977b0e41... 757b0018... M	uip/show.c
:100644 100644 5132c1f5... 0caab302... M	uip/sortm.c

commit cff0e16925e7edbd25b8b9d6d4fbdf03e0e60c01
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 17:32:28 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 17:32:28 2011 +0100

    "." is no longer an alias for "cur"
    Don't fear more typing, as "cur" will soon be cut down to "c",
    likewise the other predefined sequences.

:100644 100644 a67305bb... 05533f61... M	sbr/m_convert.c

commit aa2bd5081731e83a2cedba6f7f2be61cde201e7d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 17:17:50 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 17:17:50 2011 +0100

    Removed the option to disable `~user' support (MHRC)

:100644 100644 c8882cb4... f3d9ca34... M	acconfig.h
:100644 100644 cc121284... 245ecdea... M	config/config.c

commit d39e2c447b0d163a5a63f480b23d06edb7a73aa0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Dec 9 16:34:57 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Dec 9 16:34:57 2011 +0100

    Completely reworked the path convertion functions
    Moved everything (from sbr/getfolder.c and sbr/m_maildir.c) into
    sbr/path.c, but actually replaced the code almost completely.
    See h/prototypes.h for the function changes.
    sbr/path.c provides explaining comments on the functions.
    None of them allocates memory automatically.
    
    Additionally:
    - Like for other ``files'', `inc -audit file' places file relative
      to the cwd, not relative to the mh-dir. This is for consistency.
    - Replaced add(foo, NULL) with getcpy(foo), which ist clearer.

:100644 100644 24827e96... cc121284... M	config/config.c
:100644 100644 59b5c0f8... 4b846cf1... M	h/mh.h
:100644 100644 15031eab... b7d6bfbc... M	h/prototypes.h
:100644 100644 b581ec26... 817d98f6... M	man/inc.man
:100644 100644 ad54a951... 77809709... M	sbr/Makefile.in
:100644 100644 0995d4fa... 4f744997... M	sbr/context_read.c
:100644 100644 0e013abf... 80a1e549... M	sbr/copy.c
:100644 100644 222b490f... c28b4301... M	sbr/folder_read.c
:100644 000000 fc87e1e8... 00000000... D	sbr/getfolder.c
:100644 100644 df767ef2... 38584e4a... M	sbr/m_draft.c
:100644 000000 957e44b4... 00000000... D	sbr/m_maildir.c
:100644 100644 68f1a54e... 4a1eed17... M	sbr/m_mktemp.c
:100644 100644 3dd552c1... 41328964... M	sbr/path.c
:100644 100644 55be77c4... 1cd3dc93... M	sbr/utils.c
:100644 100644 66d8a0d4... ec3590c4... M	uip/anno.c
:100644 100644 44f6bfe9... b5414ad6... M	uip/burst.c
:100644 100644 95b5c94e... 676ff236... M	uip/comp.c
:100644 100644 d31c5c95... 991f5cd1... M	uip/dist.c
:100644 100644 aef291a6... d85ad61c... M	uip/flist.c
:100644 100644 735b5e79... 70f497d3... M	uip/folder.c
:100644 100644 666228b7... 3f940f7b... M	uip/forw.c
:100644 100644 9e6fb6f0... 2a866e92... M	uip/inc.c
:100644 100644 11f7bc56... 1fb68342... M	uip/install-mh.c
:100644 100644 03818f32... 5fd27f66... M	uip/mark.c
:100644 100644 50552656... bf6f646f... M	uip/mhbuild.c
:100644 100644 94c1ce73... 873b0e3a... M	uip/mhbuildsbr.c
:100644 100644 91affaa3... c365470f... M	uip/mhcachesbr.c
:100644 100644 92169a0a... b87e5221... M	uip/mhlist.c
:100644 100644 7830173b... ecd6bacd... M	uip/mhlistsbr.c
:100644 100644 6553ac35... 3aeb3511... M	uip/mhparse.c
:100644 100644 eb3b6182... 5009a2fe... M	uip/mhpath.c
:100644 100644 42e0ee06... 35101207... M	uip/mhshow.c
:100644 100644 0a527ad7... 7f3ef703... M	uip/mhshowsbr.c
:100644 100644 4a17547d... 1fbd50e2... M	uip/mhstore.c
:100644 100644 0fa70cac... 44fd19aa... M	uip/mhstoresbr.c
:100644 100644 454fa1d4... df5985fa... M	uip/mhtest.c
:100644 100644 c1ae0cc5... fc87b3a6... M	uip/new.c
:100644 100644 5e171475... b48a92d6... M	uip/packf.c
:100644 100644 f0dcec37... 2efac420... M	uip/pick.c
:100644 100644 f95ddbc3... ffacb5db... M	uip/picksbr.c
:100644 100644 5ed378a9... 99ec48c5... M	uip/rcvstore.c
:100644 100644 690b55b1... 32b7f15f... M	uip/refile.c
:100644 100644 fd92101f... 058b5367... M	uip/repl.c
:100644 100644 3b532e0e... 7d81a39b... M	uip/rmf.c
:100644 100644 b90b43e5... e599f6fd... M	uip/rmm.c
:100644 100644 80addfcc... 1276d5b1... M	uip/scan.c
:100644 100644 81633850... a9ae46d7... M	uip/send.c
:100644 100644 4670345c... a8e09641... M	uip/sendsbr.c
:100644 100644 fb517d12... 977b0e41... M	uip/show.c
:100644 100644 8b8d554c... fde41074... M	uip/slocal.c
:100644 100644 f9a4cff4... 5132c1f5... M	uip/sortm.c
:100644 100644 a5f88399... 86878154... M	uip/whatnowsbr.c

commit 6e8aba3714fe8ffc21dbb75ea9efdc41ab87b07f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Nov 21 11:29:03 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Nov 21 11:29:03 2011 +0100

    Cosmetic refactoring

:100644 100644 ef391e67... d42c21b6... M	sbr/m_name.c
:100644 100644 1c13bb65... d5d536ce... M	sbr/makedir.c

commit 5048c3273f8780b3d73e81d0ea5b434f53a83f9f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 20 21:19:43 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 20 21:19:43 2011 +0100

    Cosmetic change

:100644 100644 fd43a209... 03818f32... M	uip/mark.c

commit 70b12e63eda23f816d3c5330d2df4fb6c5b66a58
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 20 21:17:44 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 20 21:17:44 2011 +0100

    Cosmetic change

:100644 100644 88cac063... aef291a6... M	uip/flist.c

commit 137b1ac9efd8d566e03708b74fe3f9d8d5c266f8
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 20 21:14:29 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 20 21:14:29 2011 +0100

    Added comment

:100644 100644 99c55101... 55be77c4... M	sbr/utils.c

commit 8041c8a4001e576d7600efaaf6628a791263490d
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 20 21:13:07 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 20 21:13:07 2011 +0100

    Simplification: Removed unnecessary variable

:100644 100644 4d1feffb... df767ef2... M	sbr/m_draft.c

commit 3d78b9c80a95f4e7885ed607018f9b1b9be559b4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Nov 20 12:38:17 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Nov 20 12:38:17 2011 +0100

    The existence of the profile entry Path is already enforced by context_read().
    Hence, removed the obscure ``free(path("./", TFOLDER));'' calls.
    Still I don't see the sense in these lines, but they won't get executed,
    as the condition is checked before (and the program aborts then).
    Probably that's obsolete stuff that remained through several reworks.

:100644 100644 3a0fa8cb... 66d8a0d4... M	uip/anno.c
:100644 100644 032c5b5c... 44f6bfe9... M	uip/burst.c
:100644 100644 9f0929d7... 95b5c94e... M	uip/comp.c
:100644 100644 131cda94... d31c5c95... M	uip/dist.c
:100644 100644 5d9dfcc3... 88cac063... M	uip/flist.c
:100644 100644 4fa9424b... 735b5e79... M	uip/folder.c
:100644 100644 002bb675... 666228b7... M	uip/forw.c
:100644 100644 d23bf32d... 9e6fb6f0... M	uip/inc.c
:100644 100644 d56a1615... fd43a209... M	uip/mark.c
:100644 100644 735a77e1... 50552656... M	uip/mhbuild.c
:100644 100644 5eb0937c... 92169a0a... M	uip/mhlist.c
:100644 100644 2281ba0e... eb3b6182... M	uip/mhpath.c
:100644 100644 bb7a8e71... 42e0ee06... M	uip/mhshow.c
:100644 100644 f61a5c02... 4a17547d... M	uip/mhstore.c
:100644 100644 581349f6... 454fa1d4... M	uip/mhtest.c
:100644 100644 727298cd... 5e171475... M	uip/packf.c
:100644 100644 69b94150... f0dcec37... M	uip/pick.c
:100644 100644 a120c665... 5ed378a9... M	uip/rcvstore.c
:100644 100644 34e55ce1... 690b55b1... M	uip/refile.c
:100644 100644 8d10e5d7... fd92101f... M	uip/repl.c
:100644 100644 94198d00... 3b532e0e... M	uip/rmf.c
:100644 100644 aca436a1... b90b43e5... M	uip/rmm.c
:100644 100644 4b0b3380... 80addfcc... M	uip/scan.c
:100644 100644 f7771558... 81633850... M	uip/send.c
:100644 100644 ceb90188... fb517d12... M	uip/show.c
:100644 100644 51518892... f9a4cff4... M	uip/sortm.c

commit cadeb41388928c84e39842b6a45d1bdce1773ad4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 19:07:47 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 19:07:47 2011 +0100

    Code reformating.

:100644 100644 5c1253d8... 99c55101... M	sbr/utils.c

commit 5bfae54a3c9f2be059454d04875ba66fcbf1e6d4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 18:40:23 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 18:40:23 2011 +0100

    Improved pluspath() and used it instead of path() where appropriate.

:100644 100644 39203157... 4d1feffb... M	sbr/m_draft.c
:100644 100644 b3a8fff5... 3dd552c1... M	sbr/path.c
:100644 100644 f391f617... 34e55ce1... M	uip/refile.c
:100644 100644 006cabea... 8d10e5d7... M	uip/repl.c

commit 32c2ca5c95ce1e43c158c28722097bcd2304eef2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 18:13:17 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 18:13:17 2011 +0100

    Refactored sbr/getfolder.c

:100644 100644 9a6b18bb... fc87e1e8... M	sbr/getfolder.c

commit 097c84b61603c4a4c5837f3dcc09c30a1e751702
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 17:56:07 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 17:56:07 2011 +0100

    Introduced FDEF and FCUR for speaking arguments to getfolder().
    Maybe it would be better to two separate functions, but I cannot
    imagine good names for them ... :-(

:100644 100644 2e3be95b... 59b5c0f8... M	h/mh.h
:100644 100644 95f72afb... 957e44b4... M	sbr/m_maildir.c
:100644 100644 8802eaa5... b3a8fff5... M	sbr/path.c
:100644 100644 b7c15636... 3a0fa8cb... M	uip/anno.c
:100644 100644 a8f42d0c... 032c5b5c... M	uip/burst.c
:100644 100644 7a493629... 9f0929d7... M	uip/comp.c
:100644 100644 5ff0d6cf... 131cda94... M	uip/dist.c
:100644 100644 4bf3f82c... 5d9dfcc3... M	uip/flist.c
:100644 100644 25ab068c... 4fa9424b... M	uip/folder.c
:100644 100644 13aaaa99... 002bb675... M	uip/forw.c
:100644 100644 c06c57c8... d23bf32d... M	uip/inc.c
:100644 100644 fa5c2cba... d56a1615... M	uip/mark.c
:100644 100644 23163f7e... 94c1ce73... M	uip/mhbuildsbr.c
:100644 100644 f33e39b0... 5eb0937c... M	uip/mhlist.c
:100644 100644 bce976dd... 2281ba0e... M	uip/mhpath.c
:100644 100644 ba5c037e... bb7a8e71... M	uip/mhshow.c
:100644 100644 7be91632... f61a5c02... M	uip/mhstore.c
:100644 100644 027dac65... 0fa70cac... M	uip/mhstoresbr.c
:100644 100644 17ca1ab7... 581349f6... M	uip/mhtest.c
:100644 100644 d4df05cf... 727298cd... M	uip/packf.c
:100644 100644 93a24006... 69b94150... M	uip/pick.c
:100644 100644 06b8b694... a120c665... M	uip/rcvstore.c
:100644 100644 a79e8be8... f391f617... M	uip/refile.c
:100644 100644 61ba08cf... 006cabea... M	uip/repl.c
:100644 100644 71fd017f... 94198d00... M	uip/rmf.c
:100644 100644 7f773401... aca436a1... M	uip/rmm.c
:100644 100644 b42d8a26... 4b0b3380... M	uip/scan.c
:100644 100644 b19f7627... ceb90188... M	uip/show.c
:100644 100644 ffe14f86... 51518892... M	uip/sortm.c

commit 64d621d6806432dabe5bd62282f17027bb08d418
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 17:51:30 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 17:51:30 2011 +0100

    Rearranged code in the file.

:100644 100644 3b633d02... 8802eaa5... M	sbr/path.c

commit d318de52a08f7a84467a5e349b9b655b84ef6fca
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 17:35:13 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 17:35:13 2011 +0100

    Refactoring in sbr/path.c.
    Especially: Replaced compath() with a more general packpath().

:100644 100644 b13c5fe6... 3b633d02... M	sbr/path.c

commit 240013872c392fe644bd4f79382d9f5314b4ea60
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 14:04:02 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 14:04:02 2011 +0100

    Renamed r1bindex() to mhbasename(), to make its function becomes clear.
    All calls to r1bindex() had '/' as second argument. For everything else
    one can use strrchr(3) instead of r1bindex().

:100644 100644 6200ea66... 15031eab... M	h/prototypes.h
:100644 100644 0cb7488a... ad54a951... M	sbr/Makefile.in
:100644 100644 db7bcec8... a4b09343... M	sbr/ext_hook.c
:100644 100644 77131b12... ac93068d... M	sbr/folder_delmsgs.c
:100644 100644 17f7ad59... 3749452b... M	sbr/m_backup.c
:100644 100644 c0c1a9c7... 68f1a54e... M	sbr/m_mktemp.c
:000000 100644 00000000... 038e506d... A	sbr/mhbasename.c
:100644 000000 49ac0f57... 00000000... D	sbr/r1bindex.c
:100644 100644 21d933c5... 00647ddd... M	sbr/refile.c
:100644 100644 c0d3608b... 3f23801f... M	sbr/showfile.c
:100644 100644 6b9dbf5f... a4ab2950... M	uip/ali.c
:100644 100644 a2cfc849... b7c15636... M	uip/anno.c
:100644 100644 41e990a1... b835acb9... M	uip/ap.c
:100644 100644 374eff52... a8f42d0c... M	uip/burst.c
:100644 100644 83b002a3... 7a493629... M	uip/comp.c
:100644 100644 909bbc8f... 5710aab8... M	uip/conflict.c
:100644 100644 89315c2c... 5ff0d6cf... M	uip/dist.c
:100644 100644 878e2c1c... a5accf53... M	uip/dp.c
:100644 100644 a857a1a8... 15cee8fb... M	uip/dropsbr.c
:100644 100644 a86d226c... 4bf3f82c... M	uip/flist.c
:100644 100644 2096c644... adda2944... M	uip/fmtdump.c
:100644 100644 ac931ce3... 25ab068c... M	uip/folder.c
:100644 100644 9ad28771... 13aaaa99... M	uip/forw.c
:100644 100644 186312ed... c06c57c8... M	uip/inc.c
:100644 100644 50854f0c... 11f7bc56... M	uip/install-mh.c
:100644 100644 bdd02ade... fa5c2cba... M	uip/mark.c
:100644 100644 e1ca05fb... 735a77e1... M	uip/mhbuild.c
:100644 100644 9ec8f5d9... f33e39b0... M	uip/mhlist.c
:100644 100644 2b32b643... 7830173b... M	uip/mhlistsbr.c
:100644 100644 c4e822b3... ded61947... M	uip/mhlsbr.c
:100644 100644 c7a7afaf... 037246dd... M	uip/mhmail.c
:100644 100644 575c7a7a... 5bbd9fcd... M	uip/mhparam.c
:100644 100644 db6f0ad9... 6553ac35... M	uip/mhparse.c
:100644 100644 6f53aba6... bce976dd... M	uip/mhpath.c
:100644 100644 ea66f32a... ba5c037e... M	uip/mhshow.c
:100644 100644 f79d42e6... 0a527ad7... M	uip/mhshowsbr.c
:100644 100644 dd5f5178... 7be91632... M	uip/mhstore.c
:100644 100644 8b2dc00a... 027dac65... M	uip/mhstoresbr.c
:100644 100644 621c701d... 17ca1ab7... M	uip/mhtest.c
:100644 100644 ffde2b49... 7b29b54c... M	uip/msgchk.c
:100644 100644 92366623... c1ae0cc5... M	uip/new.c
:100644 100644 14ecdaaf... d4df05cf... M	uip/packf.c
:100644 100644 040ebecd... 93a24006... M	uip/pick.c
:100644 100644 a75c5633... 5b2131ce... M	uip/prompter.c
:100644 100644 62ae2a85... 24cf48b7... M	uip/rcvdist.c
:100644 100644 e8934ca2... 84fcc26d... M	uip/rcvpack.c
:100644 100644 868ed47b... 06b8b694... M	uip/rcvstore.c
:100644 100644 1e2a3efc... 20274e76... M	uip/rcvtty.c
:100644 100644 b24e42eb... a79e8be8... M	uip/refile.c
:100644 100644 6893f569... 61ba08cf... M	uip/repl.c
:100644 100644 e26badd1... 1bdab9e9... M	uip/replsbr.c
:100644 100644 fff4abb7... 71fd017f... M	uip/rmf.c
:100644 100644 f8a1d236... 7f773401... M	uip/rmm.c
:100644 100644 03a260bd... b42d8a26... M	uip/scan.c
:100644 100644 2416baf9... f7771558... M	uip/send.c
:100644 100644 c7f4d447... 4670345c... M	uip/sendsbr.c
:100644 100644 f536af7c... b19f7627... M	uip/show.c
:100644 100644 2e7c257c... 8b8d554c... M	uip/slocal.c
:100644 100644 a5d0e118... ffe14f86... M	uip/sortm.c
:100644 100644 e87fcf1c... 0679ac6b... M	uip/spost.c
:100644 100644 bbae08b4... 3fff44a4... M	uip/viamail.c
:100644 100644 583f133c... 8d6830e4... M	uip/whatnowproc.c
:100644 100644 5a31a903... a5f88399... M	uip/whatnowsbr.c

commit c20b4fa14515c7ab388ce35411d89a7a92300711
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 11:47:42 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 11:47:42 2011 +0100

    Renamed ssequal() to isprefix(), because that's what it checks.

:100644 100644 81c4801d... 6200ea66... M	h/prototypes.h
:100644 100644 65a62617... 0cb7488a... M	sbr/Makefile.in
:000000 100644 00000000... 33c06998... A	sbr/isprefix.c
:100644 100644 89da537d... a67305bb... M	sbr/m_convert.c
:100644 100644 b19415ab... b13c5fe6... M	sbr/path.c
:100644 100644 6f0c9816... 7924fbc7... M	sbr/print_sw.c
:100644 100644 141c1a2e... 1c231dd6... M	sbr/seq_read.c
:100644 000000 99b12498... 00000000... D	sbr/ssequal.c
:100644 100644 0f44555d... a86d226c... M	uip/flist.c
:100644 100644 06788b28... ac931ce3... M	uip/folder.c
:100644 100644 38a93ff8... fff4abb7... M	uip/rmf.c
:100644 100644 dc6d24e6... f536af7c... M	uip/show.c

commit 8529829823bebf483ab22fe8d24c96394647a298
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 10:31:30 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 10:31:30 2011 +0100

    Removed defines for obsolete BSD bcopy functions; Use getc() directly.

:100644 100644 75d4d2a3... 26eb0a2b... M	h/nmh.h
:100644 100644 26707a27... 586876a2... M	sbr/m_getfld.c

commit 5d09b7206ae2602d3aedb2b552ef160b855d8054
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 10:26:18 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 10:26:18 2011 +0100

    We don't need macros for only putting two strings next to each other.

:100644 100644 d72cd917... 24827e96... M	config/config.c
:100644 100644 3313aef2... 2f5132f9... M	sbr/mts.c

commit a2b61c58a3322ed9a1958b53d46ea8c844740e3f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sat Nov 5 09:43:56 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sat Nov 5 09:43:56 2011 +0100

    Removed references to bboards, as we don't support them anymore.

:100644 100644 9057dde5... 2087aea9... M	man/mh-alias.man
:100644 100644 13e381cd... 48e4b6b3... M	man/mh-profile.man

commit ea9ebdabc3e32c94e906dfc1b8a85e78b1b68a77
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 1 15:55:31 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 1 15:55:31 2011 +0100

    Broke long lines.

:100644 100644 ea7d5da8... 0995d4fa... M	sbr/context_read.c

commit 71b43c2803ffed08ec727c29d70a0d2de3ffb3f1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 1 09:29:08 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 1 09:29:08 2011 +0100

    Don't call writev() anymore.
    It might be a sexy syscall, but it's not portable and more complex than
    the mainstream solution. For sexy source program, go elsewhere!

:100644 100644 6a37f2fc... 2fba8974... M	configure.ac
:100644 100644 7db8d18c... d8313cec... M	sbr/error.c

commit a0b72ae951177e0262dbe9266582edbd83c9684e
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 1 09:10:19 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 1 09:10:19 2011 +0100

    Removed outc(), which only called putchar(), while having the same signature.
    I substituted all outc() calls with calls to putchar().

:100644 100644 bb8a6077... 3c45eb28... M	uip/termsbr.c

commit 714b5c530ece27ea2835a313013f5b770163403c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Nov 1 09:05:30 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Nov 1 09:05:30 2011 +0100

    Removed the space between function names and the opening parenthesis.

:100644 100644 5405531e... c38223a8... M	h/aliasbr.h
:100644 100644 e81acb17... afc249c2... M	h/crawl_folders.h
:100644 100644 2742ae6b... b32d316a... M	h/dropsbr.h
:100644 100644 f65dab1c... 96acd562... M	h/fmt_scan.h
:100644 100644 b5a78923... 373a6928... M	h/mf.h
:100644 100644 70bfee7b... 2e3be95b... M	h/mh.h
:100644 100644 bef3f4f8... 9d31c4ae... M	h/mhparse.h
:100644 100644 df1d9b5a... 5ddd837e... M	h/mts.h
:100644 100644 4ae127d7... 75d4d2a3... M	h/nmh.h
:100644 100644 d69825a1... 31b904ed... M	h/picksbr.h
:100644 100644 baf40d94... 81c4801d... M	h/prototypes.h
:100644 100644 bba2b449... 45dd1fee... M	h/scansbr.h
:100644 100644 645c340d... d805d192... M	h/signals.h
:100644 100644 77ccaa6e... 289a6732... M	h/tws.h
:100644 100644 c8eb0c81... df81839d... M	sbr/addrsbr.c
:100644 100644 6105a508... f2126b7e... M	sbr/ambigsw.c
:100644 100644 4496ae66... 4e71ab54... M	sbr/brkstring.c
:100644 100644 cba270d0... d11d7729... M	sbr/check_charset.c
:100644 100644 0f87bde4... 8a4da493... M	sbr/closefds.c
:100644 100644 65ded77c... 4c3fcff3... M	sbr/concat.c
:100644 100644 13414247... 6eebd7e0... M	sbr/context_del.c
:100644 100644 e5ba5ff6... 64ed8e07... M	sbr/context_find.c
:100644 100644 93b198da... e7d7da8e... M	sbr/context_foil.c
:100644 100644 1e1a84e3... ea7d5da8... M	sbr/context_read.c
:100644 100644 bb49a90a... 6b3aa2f9... M	sbr/context_replace.c
:100644 100644 7d99cc37... e62aca83... M	sbr/context_save.c
:100644 100644 e4253da5... e5ded829... M	sbr/copyip.c
:100644 100644 207bc032... 048579eb... M	sbr/cpydata.c
:100644 100644 04ca76e3... 86211cf6... M	sbr/cpydgst.c
:100644 100644 2691a781... 0693a216... M	sbr/crawl_folders.c
:100644 100644 eb7e7c87... 03eaa102... M	sbr/discard.c
:100644 100644 60ab9d76... 737f9988... M	sbr/dtime.c
:100644 100644 42511c92... 7db8d18c... M	sbr/error.c
:100644 100644 769c525a... 937d196e... M	sbr/fdcompare.c
:100644 100644 a2338e36... d6218b56... M	sbr/fmt_addr.c
:100644 100644 9d8f41d0... bcd7b3d1... M	sbr/fmt_compile.c
:100644 100644 7576ae42... 4e563787... M	sbr/fmt_new.c
:100644 100644 5bc78505... dc123e53... M	sbr/fmt_rfc2047.c
:100644 100644 8a8e4c15... ac988833... M	sbr/fmt_scan.c
:100644 100644 5d1690e0... 423384a0... M	sbr/folder_addmsg.c
:100644 100644 5df5b5f5... 77131b12... M	sbr/folder_delmsgs.c
:100644 100644 d88febea... d383d788... M	sbr/folder_free.c
:100644 100644 29ed6874... 5280e30a... M	sbr/folder_pack.c
:100644 100644 57431666... 222b490f... M	sbr/folder_read.c
:100644 100644 2418abd1... f1b703f4... M	sbr/folder_realloc.c
:100644 100644 27d91cdd... 2b9a0155... M	sbr/gans.c
:100644 100644 3e38d873... 919fd32d... M	sbr/getans.c
:100644 100644 47072556... 9bac0e52... M	sbr/getanswer.c
:100644 100644 5dbdf568... ce33c2ea... M	sbr/getarguments.c
:100644 100644 b2891b87... 478986a9... M	sbr/getcpy.c
:100644 100644 02910c37... 9a6b18bb... M	sbr/getfolder.c
:100644 100644 d3d447ee... 34d743e5... M	sbr/lock_file.c
:100644 100644 02225337... 03bf0d08... M	sbr/m_atoi.c
:100644 100644 e8c55662... 17f7ad59... M	sbr/m_backup.c
:100644 100644 cd184064... 89da537d... M	sbr/m_convert.c
:100644 100644 845fb961... 39203157... M	sbr/m_draft.c
:100644 100644 1ce52b6b... 26707a27... M	sbr/m_getfld.c
:100644 100644 999e6f79... 9c86e77e... M	sbr/m_gmprot.c
:100644 100644 1ba21c8f... 95f72afb... M	sbr/m_maildir.c
:100644 100644 9b9652bb... c0c1a9c7... M	sbr/m_mktemp.c
:100644 100644 20acffec... ef391e67... M	sbr/m_name.c
:100644 100644 89e90457... 1c13bb65... M	sbr/makedir.c
:100644 100644 8f7e3579... d93ad265... M	sbr/mf.c
:100644 100644 55c0f023... 3313aef2... M	sbr/mts.c
:100644 100644 502ad97a... b19415ab... M	sbr/path.c
:100644 100644 ff8cf48a... f845058a... M	sbr/pidstatus.c
:100644 100644 65c55b92... ebee02ec... M	sbr/pidwait.c
:100644 100644 a46a88b4... 039ab31f... M	sbr/print_help.c
:100644 100644 8e489dc3... 6f0c9816... M	sbr/print_sw.c
:100644 100644 162e1718... 8361c664... M	sbr/print_version.c
:100644 100644 70fba6c7... d664927b... M	sbr/push.c
:100644 100644 5b53298d... 5c7279b0... M	sbr/putenv.c
:100644 100644 cc8be82b... ef43bdee... M	sbr/readconfig.c
:100644 100644 ef95db88... 21d933c5... M	sbr/refile.c
:100644 100644 c1e92434... f88fcef5... M	sbr/ruserpass.c
:100644 100644 4e016921... d8f019ab... M	sbr/seq_add.c
:100644 100644 3d52ed50... 589bc03a... M	sbr/seq_bits.c
:100644 100644 1dbb0b82... 92e2f1e7... M	sbr/seq_del.c
:100644 100644 34e60498... 4605915d... M	sbr/seq_getnum.c
:100644 100644 87c5d04f... 1e2e606a... M	sbr/seq_list.c
:100644 100644 e9598c06... f9ed1b0e... M	sbr/seq_nameok.c
:100644 100644 e73424ef... 7cd7c1a1... M	sbr/seq_print.c
:100644 100644 448f9ef9... 141c1a2e... M	sbr/seq_read.c
:100644 100644 e6f5a5bb... 15d3f1c7... M	sbr/seq_save.c
:100644 100644 357c04b6... 0de8b970... M	sbr/seq_setcur.c
:100644 100644 530c11f6... c66c1328... M	sbr/seq_setprev.c
:100644 100644 8c9fe41c... b18de5d2... M	sbr/seq_setunseen.c
:100644 100644 ac9fc69f... c0d3608b... M	sbr/showfile.c
:100644 100644 1f1b0be0... 77d61ce0... M	sbr/signals.c
:100644 100644 655831c2... ce7bf8ac... M	sbr/snprintb.c
:100644 100644 95c67760... 99b12498... M	sbr/ssequal.c
:100644 100644 354fd0fb... 608b4a58... M	sbr/strcasecmp.c
:100644 100644 7696e5f8... 2d30d86e... M	sbr/strdup.c
:100644 100644 fdde7fdf... 2513b306... M	sbr/strindex.c
:100644 100644 1f590c31... 64dd8487... M	sbr/trimcpy.c
:100644 100644 ea0964ed... 836a98b0... M	sbr/uprf.c
:100644 100644 f450c58b... 5c1253d8... M	sbr/utils.c
:100644 100644 e9ed23ef... bd01a2c7... M	sbr/vfgets.c
:100644 100644 21b95e15... 6b9dbf5f... M	uip/ali.c
:100644 100644 094b1a56... 43a0e1b6... M	uip/aliasbr.c
:100644 100644 89679614... a2cfc849... M	uip/anno.c
:100644 100644 db748709... e48f7d9f... M	uip/annosbr.c
:100644 100644 a9f07756... 41e990a1... M	uip/ap.c
:100644 100644 9d33214c... 374eff52... M	uip/burst.c
:100644 100644 b39b6e7d... 83b002a3... M	uip/comp.c
:100644 100644 fdd6de20... 909bbc8f... M	uip/conflict.c
:100644 100644 86c564f6... 89315c2c... M	uip/dist.c
:100644 100644 7c46da1a... 319e496a... M	uip/distsbr.c
:100644 100644 67b2feee... 878e2c1c... M	uip/dp.c
:100644 100644 40de7638... a857a1a8... M	uip/dropsbr.c
:100644 100644 17916fb2... 0f44555d... M	uip/flist.c
:100644 100644 9b326a3c... 2096c644... M	uip/fmtdump.c
:100644 100644 a5326c17... 06788b28... M	uip/folder.c
:100644 100644 5c71c552... 9ad28771... M	uip/forw.c
:100644 100644 fb306f47... 7d6d72b4... M	uip/ftpsbr.c
:100644 100644 8947a66e... 186312ed... M	uip/inc.c
:100644 100644 ce07d5dc... 50854f0c... M	uip/install-mh.c
:100644 100644 9cca0ad5... bdd02ade... M	uip/mark.c
:100644 100644 cdec9352... e1ca05fb... M	uip/mhbuild.c
:100644 100644 ca69fbe6... 23163f7e... M	uip/mhbuildsbr.c
:100644 100644 100f9729... 91affaa3... M	uip/mhcachesbr.c
:100644 100644 356a4d7e... 6918e0e3... M	uip/mhfree.c
:100644 100644 743f22bc... 48b8f1db... M	uip/mhl.c
:100644 100644 91b11e73... 9ec8f5d9... M	uip/mhlist.c
:100644 100644 80c9ad69... 2b32b643... M	uip/mhlistsbr.c
:100644 100644 fbd25037... c4e822b3... M	uip/mhlsbr.c
:100644 100644 12a0bb59... c7a7afaf... M	uip/mhmail.c
:100644 100644 869fe1cf... 313719f0... M	uip/mhmisc.c
:100644 100644 e0a8cfa3... 85177811... M	uip/mhoutsbr.c
:100644 100644 f92a3ecd... 575c7a7a... M	uip/mhparam.c
:100644 100644 62fc7654... db6f0ad9... M	uip/mhparse.c
:100644 100644 b658f298... 6f53aba6... M	uip/mhpath.c
:100644 100644 d55f2c60... ea66f32a... M	uip/mhshow.c
:100644 100644 68576f66... f79d42e6... M	uip/mhshowsbr.c
:100644 100644 add5c028... dd5f5178... M	uip/mhstore.c
:100644 100644 e5b92e86... 8b2dc00a... M	uip/mhstoresbr.c
:100644 100644 f8e6e387... 621c701d... M	uip/mhtest.c
:100644 100644 0b2f3eb5... ffde2b49... M	uip/msgchk.c
:100644 100644 cb2abc49... 92366623... M	uip/new.c
:100644 100644 732be656... 14ecdaaf... M	uip/packf.c
:100644 100644 95f99cdf... 040ebecd... M	uip/pick.c
:100644 100644 c0692a8e... f95ddbc3... M	uip/picksbr.c
:100644 100644 88a56dfb... a75c5633... M	uip/prompter.c
:100644 100644 53d74552... 62ae2a85... M	uip/rcvdist.c
:100644 100644 a89d1fe7... e8934ca2... M	uip/rcvpack.c
:100644 100644 40adf865... 868ed47b... M	uip/rcvstore.c
:100644 100644 b3c1d52a... 1e2a3efc... M	uip/rcvtty.c
:100644 100644 b1c2aa98... b24e42eb... M	uip/refile.c
:100644 100644 f6016dea... 6893f569... M	uip/repl.c
:100644 100644 8e60a526... e26badd1... M	uip/replsbr.c
:100644 100644 050817bf... 38a93ff8... M	uip/rmf.c
:100644 100644 6e991b04... f8a1d236... M	uip/rmm.c
:100644 100644 3a0e6c64... 03a260bd... M	uip/scan.c
:100644 100644 67fc5eb2... 8a07418a... M	uip/scansbr.c
:100644 100644 043e05ed... 2416baf9... M	uip/send.c
:100644 100644 0cae8780... c7f4d447... M	uip/sendsbr.c
:100644 100644 6c795cae... dc6d24e6... M	uip/show.c
:100644 100644 52e323af... 2e7c257c... M	uip/slocal.c
:100644 100644 7d5a35c3... a5d0e118... M	uip/sortm.c
:100644 100644 63b49da8... e87fcf1c... M	uip/spost.c
:100644 100644 f2b0a53e... bb8a6077... M	uip/termsbr.c
:100644 100644 3bf341d7... bbae08b4... M	uip/viamail.c
:100644 100644 061c8449... 0488f94e... M	uip/whatnow.c
:100644 100644 9d4d06d2... 583f133c... M	uip/whatnowproc.c
:100644 100644 0dfc3d72... 5a31a903... M	uip/whatnowsbr.c

commit ced6090a330d3d83d0bce709f756aa3d7d65fea4
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Mon Oct 31 15:06:33 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Mon Oct 31 15:06:33 2011 +0100

    Reformated comments and long lines

:100644 100644 5d11ef31... d72cd917... M	config/config.c
:100644 100644 7c997f66... 5e19b788... M	h/addrsbr.h
:100644 100644 aa38c42c... 5405531e... M	h/aliasbr.h
:100644 100644 a5ac7b4d... e81acb17... M	h/crawl_folders.h
:100644 100644 c2615416... 2742ae6b... M	h/dropsbr.h
:100644 100644 f3b2b9b9... d60ac4a8... M	h/fmt_compile.h
:100644 100644 ea348987... f65dab1c... M	h/fmt_scan.h
:100644 100644 0a750bef... 8a1104ad... M	h/md5.h
:100644 100644 7fd5ef5e... b5a78923... M	h/mf.h
:100644 100644 35c8b419... 70bfee7b... M	h/mh.h
:100644 100644 68bd2be3... 77caabf5... M	h/mhcachesbr.h
:100644 100644 e3abf318... bef3f4f8... M	h/mhparse.h
:100644 100644 9773293b... dc37db2a... M	h/mime.h
:100644 100644 20b42a05... df1d9b5a... M	h/mts.h
:100644 100644 f10ec1eb... 4ae127d7... M	h/nmh.h
:100644 100644 9c4b4752... d69825a1... M	h/picksbr.h
:100644 100644 c54172bc... baf40d94... M	h/prototypes.h
:100644 100644 98a7f18b... 6a622846... M	h/rcvmail.h
:100644 100644 d3b1c9fa... bba2b449... M	h/scansbr.h
:100644 100644 d65da58f... 645c340d... M	h/signals.h
:100644 100644 1db78c77... 77ccaa6e... M	h/tws.h
:100644 100644 bc5c2ec3... 18d778e8... M	h/utils.h
:100644 100644 d8f6a12a... c8eb0c81... M	sbr/addrsbr.c
:100644 100644 cd84ad65... 6105a508... M	sbr/ambigsw.c
:100644 100644 a0e4f74b... cb557b7d... M	sbr/atooi.c
:100644 100644 1e78b172... 4496ae66... M	sbr/brkstring.c
:100644 100644 e6debc23... cba270d0... M	sbr/check_charset.c
:100644 100644 99543f5c... 0f87bde4... M	sbr/closefds.c
:100644 100644 2d0bc603... 65ded77c... M	sbr/concat.c
:100644 100644 f2ff0a4e... 13414247... M	sbr/context_del.c
:100644 100644 da1ee103... e5ba5ff6... M	sbr/context_find.c
:100644 100644 94f687a8... 93b198da... M	sbr/context_foil.c
:100644 100644 24e6350a... 1e1a84e3... M	sbr/context_read.c
:100644 100644 dbe1014a... bb49a90a... M	sbr/context_replace.c
:100644 100644 d4a56edc... 7d99cc37... M	sbr/context_save.c
:100644 100644 4a0ef51e... 0e013abf... M	sbr/copy.c
:100644 100644 5ae52bdf... e4253da5... M	sbr/copyip.c
:100644 100644 c74b2ae8... 207bc032... M	sbr/cpydata.c
:100644 100644 7195cd15... 04ca76e3... M	sbr/cpydgst.c
:100644 100644 28116b7e... 2691a781... M	sbr/crawl_folders.c
:100644 100644 496bb7ab... eb7e7c87... M	sbr/discard.c
:100644 100644 e4efff3a... 3545d108... M	sbr/done.c
:100644 100644 0c229eea... 60ab9d76... M	sbr/dtime.c
:100644 100644 1c150067... 42511c92... M	sbr/error.c
:100644 100644 8986c039... db7bcec8... M	sbr/ext_hook.c
:100644 100644 72dff995... 769c525a... M	sbr/fdcompare.c
:100644 100644 bfb42d83... a2338e36... M	sbr/fmt_addr.c
:100644 100644 87e07694... 9d8f41d0... M	sbr/fmt_compile.c
:100644 100644 d6e2e9ff... 65890e9b... M	sbr/fmt_def.c
:100644 100644 4acabe79... 7576ae42... M	sbr/fmt_new.c
:100644 100644 debc81ec... 5bc78505... M	sbr/fmt_rfc2047.c
:100644 100644 14ec48be... 8a8e4c15... M	sbr/fmt_scan.c
:100644 100644 e26e3bf4... 5d1690e0... M	sbr/folder_addmsg.c
:100644 100644 0636d119... 5df5b5f5... M	sbr/folder_delmsgs.c
:100644 100644 985c7a46... d88febea... M	sbr/folder_free.c
:100644 100644 2e321b04... 29ed6874... M	sbr/folder_pack.c
:100644 100644 c77ea1ea... 57431666... M	sbr/folder_read.c
:100644 100644 1d2b140a... 2418abd1... M	sbr/folder_realloc.c
:100644 100644 270b7293... 27d91cdd... M	sbr/gans.c
:100644 100644 befbd9a9... 3e38d873... M	sbr/getans.c
:100644 100644 ed5fac05... 47072556... M	sbr/getanswer.c
:100644 100644 d133e068... 5dbdf568... M	sbr/getarguments.c
:100644 100644 2e94f08b... b2891b87... M	sbr/getcpy.c
:100644 100644 11e2b212... 02910c37... M	sbr/getfolder.c
:100644 100644 865a6c93... 14f2242a... M	sbr/getpass.c
:100644 100644 5bc83cc8... d3d447ee... M	sbr/lock_file.c
:100644 100644 21606c40... 02225337... M	sbr/m_atoi.c
:100644 100644 1b219a27... e8c55662... M	sbr/m_backup.c
:100644 100644 ee9ba5b9... cd184064... M	sbr/m_convert.c
:100644 100644 4a648047... 845fb961... M	sbr/m_draft.c
:100644 100644 f2c2ffa5... 1ce52b6b... M	sbr/m_getfld.c
:100644 100644 9bf7088c... 999e6f79... M	sbr/m_gmprot.c
:100644 100644 15e4a66a... 1ba21c8f... M	sbr/m_maildir.c
:100644 100644 6f2089ba... 9b9652bb... M	sbr/m_mktemp.c
:100644 100644 cddb4e9f... cdab622c... M	sbr/m_msgdef.c
:100644 100644 bc3a6818... 20acffec... M	sbr/m_name.c
:100644 100644 1e03caac... 89e90457... M	sbr/makedir.c
:100644 100644 fdad91e4... 8f7e3579... M	sbr/mf.c
:100644 100644 4e028315... 55c0f023... M	sbr/mts.c
:100644 100644 8ec544f2... ca3a2c49... M	sbr/norm_charmap.c
:100644 100644 a01385fa... 502ad97a... M	sbr/path.c
:100644 100644 cee75044... 7d5f7f9c... M	sbr/peekc.c
:100644 100644 6f5f5785... ff8cf48a... M	sbr/pidstatus.c
:100644 100644 d7dd1d79... 65c55b92... M	sbr/pidwait.c
:100644 100644 ff3f0f15... a46a88b4... M	sbr/print_help.c
:100644 100644 dad30d2a... 8e489dc3... M	sbr/print_sw.c
:100644 100644 28ce0c9a... 162e1718... M	sbr/print_version.c
:100644 100644 b2517b3a... 70fba6c7... M	sbr/push.c
:100644 100644 bade935f... 5b53298d... M	sbr/putenv.c
:100644 100644 93ec950c... 49ac0f57... M	sbr/r1bindex.c
:100644 100644 5db79206... cc8be82b... M	sbr/readconfig.c
:100644 100644 5637d6f8... ef95db88... M	sbr/refile.c
:100644 100644 54376741... c1e92434... M	sbr/ruserpass.c
:100644 100644 fb56bb9c... 4e016921... M	sbr/seq_add.c
:100644 100644 e93846ad... 3d52ed50... M	sbr/seq_bits.c
:100644 100644 44ae6ce9... 1dbb0b82... M	sbr/seq_del.c
:100644 100644 c5ff8b40... 34e60498... M	sbr/seq_getnum.c
:100644 100644 23bd5442... 87c5d04f... M	sbr/seq_list.c
:100644 100644 e10ef92e... e9598c06... M	sbr/seq_nameok.c
:100644 100644 2db66565... e73424ef... M	sbr/seq_print.c
:100644 100644 6945f004... 448f9ef9... M	sbr/seq_read.c
:100644 100644 0c14f47d... e6f5a5bb... M	sbr/seq_save.c
:100644 100644 fdf20288... 357c04b6... M	sbr/seq_setcur.c
:100644 100644 7e62b64d... 530c11f6... M	sbr/seq_setprev.c
:100644 100644 a1155643... 8c9fe41c... M	sbr/seq_setunseen.c
:100644 100644 b8e984b5... ac9fc69f... M	sbr/showfile.c
:100644 100644 00f516cd... 1f1b0be0... M	sbr/signals.c
:100644 100644 b22df66b... 5bee67ff... M	sbr/smatch.c
:100644 100644 baab61f4... 655831c2... M	sbr/snprintb.c
:100644 100644 2b198811... 1dd4a65c... M	sbr/snprintf.c
:100644 100644 e7a12adb... 95c67760... M	sbr/ssequal.c
:100644 100644 79fc5a85... 354fd0fb... M	sbr/strcasecmp.c
:100644 100644 3e206c77... 7696e5f8... M	sbr/strdup.c
:100644 100644 92245b2f... fdde7fdf... M	sbr/strindex.c
:100644 100644 f24563ce... 1f590c31... M	sbr/trimcpy.c
:100644 100644 7964a82e... ea0964ed... M	sbr/uprf.c
:100644 100644 3bde778e... f450c58b... M	sbr/utils.c
:100644 100644 1a99b761... e9ed23ef... M	sbr/vfgets.c
:100644 100644 00af8cee... 21b95e15... M	uip/ali.c
:100644 100644 752cda70... 094b1a56... M	uip/aliasbr.c
:100644 100644 7fd22c19... 89679614... M	uip/anno.c
:100644 100644 427daba8... db748709... M	uip/annosbr.c
:100644 100644 1e2151b8... a9f07756... M	uip/ap.c
:100644 100644 8f0a238c... 9d33214c... M	uip/burst.c
:100644 100644 554d310e... b39b6e7d... M	uip/comp.c
:100644 100644 b49c1cc5... fdd6de20... M	uip/conflict.c
:100644 100644 0b8edb3a... 86c564f6... M	uip/dist.c
:100644 100644 a40d3e40... 7c46da1a... M	uip/distsbr.c
:100644 100644 0db0ba52... 67b2feee... M	uip/dp.c
:100644 100644 0e3ce193... 40de7638... M	uip/dropsbr.c
:100644 100644 51eff1e2... 17916fb2... M	uip/flist.c
:100644 100644 e6561adc... 9b326a3c... M	uip/fmtdump.c
:100644 100644 6f0f8b87... a5326c17... M	uip/folder.c
:100644 100644 6e33dc3a... 5c71c552... M	uip/forw.c
:100644 100644 82955461... fb306f47... M	uip/ftpsbr.c
:100644 100644 f9aae76a... 8947a66e... M	uip/inc.c
:100644 100644 364cfb26... ce07d5dc... M	uip/install-mh.c
:100644 100644 e4d078e4... 9cca0ad5... M	uip/mark.c
:100644 100644 a40d2898... 6737a3ea... M	uip/md5.c
:100644 100644 dc71d838... cdec9352... M	uip/mhbuild.c
:100644 100644 1ca80910... ca69fbe6... M	uip/mhbuildsbr.c
:100644 100644 0cefa872... 100f9729... M	uip/mhcachesbr.c
:100644 100644 b9f15aa7... 356a4d7e... M	uip/mhfree.c
:100644 100644 7914b5fe... 743f22bc... M	uip/mhl.c
:100644 100644 1cd8357c... 91b11e73... M	uip/mhlist.c
:100644 100644 e5fecd6d... 80c9ad69... M	uip/mhlistsbr.c
:100644 100644 e7f34c21... fbd25037... M	uip/mhlsbr.c
:100644 100644 4939b027... 12a0bb59... M	uip/mhmail.c
:100644 100644 c32157fe... 869fe1cf... M	uip/mhmisc.c
:100644 100644 e3549586... e0a8cfa3... M	uip/mhoutsbr.c
:100644 100644 4d00717e... f92a3ecd... M	uip/mhparam.c
:100644 100644 c72c4154... 62fc7654... M	uip/mhparse.c
:100644 100644 aa38bbea... b658f298... M	uip/mhpath.c
:100644 100644 bbb7fb86... d55f2c60... M	uip/mhshow.c
:100644 100644 be03d962... 68576f66... M	uip/mhshowsbr.c
:100644 100644 2b413d4c... add5c028... M	uip/mhstore.c
:100644 100644 2683fae8... e5b92e86... M	uip/mhstoresbr.c
:100644 100644 9f21c012... f8e6e387... M	uip/mhtest.c
:100644 100644 5f316856... 0b2f3eb5... M	uip/msgchk.c
:100644 100644 49840a1b... cb2abc49... M	uip/new.c
:100644 100644 cb7caf24... 732be656... M	uip/packf.c
:100644 100644 a4f61bdc... 95f99cdf... M	uip/pick.c
:100644 100644 fd29c4cb... c0692a8e... M	uip/picksbr.c
:100644 100644 f92eda12... 88a56dfb... M	uip/prompter.c
:100644 100644 89ed0299... 53d74552... M	uip/rcvdist.c
:100644 100644 b1bc518e... a89d1fe7... M	uip/rcvpack.c
:100644 100644 2458852a... 40adf865... M	uip/rcvstore.c
:100644 100644 577873fa... b3c1d52a... M	uip/rcvtty.c
:100644 100644 2ac8916f... b1c2aa98... M	uip/refile.c
:100644 100644 db41ebba... f6016dea... M	uip/repl.c
:100644 100644 add1371d... 8e60a526... M	uip/replsbr.c
:100644 100644 f3c335e0... 050817bf... M	uip/rmf.c
:100644 100644 e04efaad... 6e991b04... M	uip/rmm.c
:100644 100644 52a40afe... 3a0e6c64... M	uip/scan.c
:100644 100644 7c0d1985... 67fc5eb2... M	uip/scansbr.c
:100644 100644 45b5e261... 043e05ed... M	uip/send.c
:100644 100644 f7c2a08d... 0cae8780... M	uip/sendsbr.c
:100644 100644 413daeba... 6c795cae... M	uip/show.c
:100644 100644 b82b5e2d... 52e323af... M	uip/slocal.c
:100644 100644 4b63bb6e... 7d5a35c3... M	uip/sortm.c
:100644 100644 80c6183c... 63b49da8... M	uip/spost.c
:100644 100644 ce1420c4... f2b0a53e... M	uip/termsbr.c
:100644 100644 25e65c2c... 3bf341d7... M	uip/viamail.c
:100644 100644 a6bb0f97... 061c8449... M	uip/whatnow.c
:100644 100644 44146d7e... 9d4d06d2... M	uip/whatnowproc.c
:100644 100644 f8b7223b... 0dfc3d72... M	uip/whatnowsbr.c

commit 337338b404931f06f0db2119c9e145e8ca5a9860
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 30 11:35:54 2011 +0100
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 30 11:35:54 2011 +0100

    Removed the draft message in favor for a consistent draft folder facility
    - reworked sbr/m_draft.c (of course)
    - removed the -draftfolder/-draftmessage/-nodraftfolder switches
    - removed the -draft switch from anno and refile
    - no more need to question on existing draft message - yay!
    Everything is more consistent now. Cornercases went away. :-)
    
    (Also fixed the switch numbering, as already done for other files earlier.)

:100644 100644 97a24ffd... 5d11ef31... M	config/config.c
:100644 100644 1e84c1ee... 806c9340... M	docs/COMPLETION-BASH
:100644 100644 fe8e4223... 666f7e1b... M	docs/COMPLETION-ZSH
:100644 100644 58d1e1de... 35c8b419... M	h/mh.h
:100644 100644 4907410b... c54172bc... M	h/prototypes.h
:100644 100644 f97efa5e... 1436f739... M	man/anno.man
:100644 100644 b9c4bc61... 1e0c9f8a... M	man/comp.man
:100644 100644 7598e468... 4f0ff85b... M	man/dist.man
:100644 100644 3ff187f3... e5c25c90... M	man/forw.man
:100644 100644 c498b749... a630b76e... M	man/mh-chart.man
:100644 100644 63b7b0df... bd841660... M	man/mh-draft.man
:100644 100644 f9b805aa... cfbf616b... M	man/refile.man
:100644 100644 bb4a7e54... 80096eb2... M	man/repl.man
:100644 100644 7d0a4a27... 2edb7da1... M	man/send.man
:100644 100644 bdca14fc... b2b9dc94... M	man/show.man
:100644 100644 087511fe... 3f2c6f8e... M	man/whatnow.man
:100644 100644 ceee73a8... 4a648047... M	sbr/m_draft.c
:100644 100644 1dfd99d8... 5db79206... M	sbr/readconfig.c
:100644 100644 db1b96cf... 7fd22c19... M	uip/anno.c
:100644 100644 f713b6f4... 554d310e... M	uip/comp.c
:100644 100644 10ef995d... 0b8edb3a... M	uip/dist.c
:100644 100644 8a7ed349... 6e33dc3a... M	uip/forw.c
:100644 100644 b18ddb4a... 4d00717e... M	uip/mhparam.c
:100644 100644 b8b64d02... 2ac8916f... M	uip/refile.c
:100644 100644 7a9384bb... db41ebba... M	uip/repl.c
:100644 100644 53103fd6... e04efaad... M	uip/rmm.c
:100644 100644 d1a183e5... 45b5e261... M	uip/send.c
:100644 100644 eda19cac... 413daeba... M	uip/show.c
:100644 100644 c0f331a2... f8b7223b... M	uip/whatnowsbr.c

commit dc6c45394a06750eab463a2523406eed6c77e2e1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 16 19:50:26 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 16 19:50:26 2011 +0200

    Fixed broken swit numbering (there are more files to fix)

:100644 100644 ca1cc726... f9aae76a... M	uip/inc.c
:100644 100644 0bec6756... 5f316856... M	uip/msgchk.c
:100644 100644 db16f382... 80c6183c... M	uip/spost.c
:100644 100644 ccca1153... 25e65c2c... M	uip/viamail.c

commit 18017df38ebb626f6eed6f339641fd1298c326e7
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 16 11:48:09 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 16 11:48:09 2011 +0200

    Removed the whom program, which relayed on post(8) functionality.
    We can later add one again, which only expands aliases but does not
    require the MTA to support -bv.

:100644 100644 f5471a9c... 97a24ffd... M	config/config.c
:100644 100644 bdc584ff... 1e84c1ee... M	docs/COMPLETION-BASH
:100644 100644 02af265f... 644bcaf3... M	docs/COMPLETION-TCSH
:100644 100644 d2ba02ca... fe8e4223... M	docs/COMPLETION-ZSH
:100644 100644 d41ab958... 58d1e1de... M	h/mh.h
:100644 100644 2a5a77ae... b23fb6bf... M	man/Makefile.in
:100644 100644 ad47699a... 9057dde5... M	man/mh-alias.man
:100644 100644 1efacfd4... c498b749... M	man/mh-chart.man
:100644 100644 afe54445... 13e381cd... M	man/mh-profile.man
:100644 100644 6152ccb6... b3d3a290... M	man/nmh.man
:100644 100644 4fca2cd2... 087511fe... M	man/whatnow.man
:100644 100644 46644ebb... 1dfd99d8... M	sbr/readconfig.c
:100644 100644 d600813b... d92d27a4... M	uip/Makefile.in
:100644 100644 328ea6b5... b18ddb4a... M	uip/mhparam.c
:100644 100644 4d23fe5f... db16f382... M	uip/spost.c
:100644 100644 afc56fd2... c0f331a2... M	uip/whatnowsbr.c
:100644 000000 b68e3ae5... 00000000... D	uip/whom.c

commit 51cb63baa791f6ba84c0a7f8538ecfd00b013bcb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Sun Oct 16 10:47:04 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Sun Oct 16 10:47:04 2011 +0200

    Removed the split feature of send.
    It would split large messages into several partial ones, using MIME.
    But if a message contains one large file attached, it won't solve the
    problem. We better go without this feature and leave it to the user.

:100755 100755 a3545d19... 5582b2a8... M	etc/sendfiles.in
:100644 100644 d51e3af6... 9773293b... M	h/mime.h
:100644 100644 adf2a56f... 1efacfd4... M	man/mh-chart.man
:100644 100644 a45eb8f8... 7d0a4a27... M	man/send.man
:100644 100644 ed67329b... 39a867a9... M	man/sendfiles.man
:100644 100644 91f1c168... d1a183e5... M	uip/send.c
:100644 100644 772c0063... f7c2a08d... M	uip/sendsbr.c
:100644 100644 1d876cbb... ccca1153... M	uip/viamail.c
:100644 100644 a41ee46a... afc56fd2... M	uip/whatnowsbr.c

commit b067ff5c465a5d243ce5a19e562085a9a1a97215
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 7 10:41:15 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 7 10:41:15 2011 +0200

    Removed unneeded sbr code.
    memmove() and strerror() removed again. ;-) Mmh takes C89, at least, for
    available.

:100644 100644 e9d23548... 6a37f2fc... M	configure.ac
:100644 100644 9aaabd58... 7c997f66... M	h/addrsbr.h
:100644 100644 b84a6263... 7fd5ef5e... M	h/mf.h
:100644 100644 5ddd467f... 4907410b... M	h/prototypes.h
:100644 100644 9e699659... 65a62617... M	sbr/Makefile.in
:100644 100644 4ab3fece... d8f6a12a... M	sbr/addrsbr.c
:100644 000000 0dd4a67f... 00000000... D	sbr/client.c
:100644 100644 21fc88f9... 496bb7ab... M	sbr/discard.c
:100644 100644 5ff93949... 8986c039... M	sbr/ext_hook.c
:100644 100644 92e168ba... debc81ec... M	sbr/fmt_rfc2047.c
:100644 100644 97b2466d... f2c2ffa5... M	sbr/m_getfld.c
:100644 000000 a9294194... 00000000... D	sbr/m_scratch.c
:100644 000000 c0a60bca... 00000000... D	sbr/m_tmpfil.c
:100644 000000 fabe1331... 00000000... D	sbr/memmove.c
:100644 100644 063541b6... fdad91e4... M	sbr/mf.c
:100644 000000 397a6893... 00000000... D	sbr/remdir.c
:100644 100644 9bc163ab... 2b198811... M	sbr/snprintf.c
:100644 100644 c128f9b0... 79fc5a85... M	sbr/strcasecmp.c
:100644 000000 af8d58f7... 00000000... D	sbr/strerror.c
:100644 100644 7d0158aa... 3bde778e... M	sbr/utils.c
:100644 100644 a53fe4c9... f3c335e0... M	uip/rmf.c

commit a485ed478abbd599d8c9aab48934e7a26733ecb1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Oct 7 08:35:27 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Oct 7 08:35:27 2011 +0200

    Rearranged whitespace (and comments) in all the code!
    The primary goal was to only indent with tabs and not mix them with spaces.
    Also, no more tabs should appear past the first printable char on each line.
    Now editing the sources will be much easier, no matter which editor one uses,
    and rearranging won't break aligned code.
    (Beware, the changeset is huge, but the `diff -w' changes are moderate.)

:100644 100644 85dbf101... efab8859... M	Makefile.in
:100644 100644 1f1d5aa1... c1b16bd6... M	config/Makefile.in
:100644 100644 f03cd196... f5471a9c... M	config/config.c
:100755 100755 1ff7eed4... 61d9637a... M	config/version.sh
:100644 100644 f4d1dd65... e9d23548... M	configure.ac
:100644 100644 d6496f77... bdc584ff... M	docs/COMPLETION-BASH
:100644 100644 ea7cd58e... 4b7ecf8a... M	docs/ChangeLog_MH-3_to_MH-6.6
:100644 100644 f086862b... 4786c025... M	docs/FAQ
:100644 100644 66d49a9b... 767291c0... M	docs/MAILING-LISTS
:100644 100644 695bdf0a... 38db87e9... M	docs/Makefile.in
:100644 100644 83b6bf76... 714ba008... M	docs/README-HOOKS
:100644 100644 eba3004f... 41f44828... M	docs/README.about
:100644 100644 8b3da500... de321851... M	docs/README.developers
:100644 100644 c4dc67bf... 90451b9d... M	docs/README.manpages
:100644 100644 5037a545... e8455db2... M	etc/MailAliases
:100644 100644 faefd099... c3265770... M	etc/Makefile.in
:100644 100644 7f5036d6... 29d732d1... M	etc/digestcomps
:100755 100755 0db5d3ae... 1c798fc2... M	etc/mhn.defaults.sh
:100755 100755 3e5e98a5... 4b4230d4... M	etc/mhn.find.sh
:100644 100644 b86878b6... c5fd01c0... M	etc/mts.conf.in
:100755 100755 85ec6f0f... a3545d19... M	etc/sendfiles.in
:100644 100644 d40a92b0... dbf540ec... M	h/Makefile.in
:100644 100644 a6c7a41c... 9aaabd58... M	h/addrsbr.h
:100644 100644 cc4da7fe... aa38c42c... M	h/aliasbr.h
:100644 100644 51fc882e... a5ac7b4d... M	h/crawl_folders.h
:100644 100644 5a84ae1a... c2615416... M	h/dropsbr.h
:100644 100644 22be4508... f3b2b9b9... M	h/fmt_compile.h
:100644 100644 9872e09c... ea348987... M	h/fmt_scan.h
:100644 100644 e49ef4e0... 0a750bef... M	h/md5.h
:100644 100644 6063e60f... b84a6263... M	h/mf.h
:100644 100644 5898831f... d41ab958... M	h/mh.h
:100644 100644 9c1db6a4... 68bd2be3... M	h/mhcachesbr.h
:100644 100644 48f221fc... e3abf318... M	h/mhparse.h
:100644 100644 3e50ce2c... d51e3af6... M	h/mime.h
:100644 100644 07fa8a28... 20b42a05... M	h/mts.h
:100644 100644 f1711d5c... f10ec1eb... M	h/nmh.h
:100644 100644 27c2e66c... 9c4b4752... M	h/picksbr.h
:100644 100644 c679ace7... 5ddd467f... M	h/prototypes.h
:100644 100644 b2a355e9... 98a7f18b... M	h/rcvmail.h
:100644 100644 f6cd35ca... d3b1c9fa... M	h/scansbr.h
:100644 100644 4ad2b57d... d65da58f... M	h/signals.h
:100644 100644 5d99cf5a... 1db78c77... M	h/tws.h
:100644 100644 b9660a53... bc5c2ec3... M	h/utils.h
:100644 100644 cee07474... 2a5a77ae... M	man/Makefile.in
:100644 100644 f2fb5801... 772e967f... M	man/ali.man
:100644 100644 c77b39ed... 30e5fb8a... M	man/ap.man
:100644 100644 bfb78b3c... b9c4bc61... M	man/comp.man
:100644 100644 f6905960... fc9cc993... M	man/conflict.man
:100644 100644 ae7be11c... 7598e468... M	man/dist.man
:100644 100644 363f44a5... e31e6264... M	man/dp.man
:100644 100644 0524f01f... 00127e66... M	man/fmtdump.man
:100644 100644 34d3fa01... 9fffec63... M	man/folder.man
:100644 100644 877b49bb... 3ff187f3... M	man/forw.man
:100644 100644 eff4bf00... 9b9766df... M	man/mark.man
:100644 100644 0ea33b01... adf2a56f... M	man/mh-chart.man
:100644 100644 8925b8cb... 80021df7... M	man/mh-format.man
:100644 100644 19399fbd... afe54445... M	man/mh-profile.man
:100644 100644 f8546c31... d824b471... M	man/mhl.man
:100644 100644 6e3cf13c... ba2edcbc... M	man/mhmail.man
:100644 100644 eecc0441... 613b5003... M	man/next.man
:100644 100644 9b1f9556... 6152ccb6... M	man/nmh.man
:100644 100644 fd32b3ab... cdc4ee69... M	man/packf.man
:100644 100644 1a1b0ff3... c5ef463f... M	man/pick.man
:100644 100644 2f771da7... c90b4ee7... M	man/post.man
:100644 100644 6ef0b8e8... 4703caed... M	man/prev.man
:100644 100644 26ba263c... ca00d6b2... M	man/rcvpack.man
:100644 100644 4b55fe1f... f9b805aa... M	man/refile.man
:100644 100644 9f2f4893... bb4a7e54... M	man/repl.man
:100644 100644 047db5a8... 22c00463... M	man/rmf.man
:100644 100644 6fa35472... a45eb8f8... M	man/send.man
:100644 100644 76b793a7... ed67329b... M	man/sendfiles.man
:100644 100644 581cc6db... 9e699659... M	sbr/Makefile.in
:100644 100644 79d7afe4... 4ab3fece... M	sbr/addrsbr.c
:100644 100644 c11b9e75... cd84ad65... M	sbr/ambigsw.c
:100644 100644 d62de170... a0e4f74b... M	sbr/atooi.c
:100644 100644 5375596d... 1e78b172... M	sbr/brkstring.c
:100644 100644 8ee93b1e... e6debc23... M	sbr/check_charset.c
:100644 100644 92e07113... 0dd4a67f... M	sbr/client.c
:100644 100644 d292112a... 99543f5c... M	sbr/closefds.c
:100644 100644 82979f5a... 2d0bc603... M	sbr/concat.c
:100644 100644 474e51c8... f2ff0a4e... M	sbr/context_del.c
:100644 100644 8c0675f7... da1ee103... M	sbr/context_find.c
:100644 100644 4a6e89b3... 94f687a8... M	sbr/context_foil.c
:100644 100644 a655effc... 24e6350a... M	sbr/context_read.c
:100644 100644 a0c50328... dbe1014a... M	sbr/context_replace.c
:100644 100644 4ee40ca8... d4a56edc... M	sbr/context_save.c
:100644 100644 cc35e95b... 4a0ef51e... M	sbr/copy.c
:100644 100644 84f724cf... 5ae52bdf... M	sbr/copyip.c
:100644 100644 d322ba9b... c74b2ae8... M	sbr/cpydata.c
:100644 100644 12829f13... 7195cd15... M	sbr/cpydgst.c
:100644 100644 d8bcdba3... 28116b7e... M	sbr/crawl_folders.c
:100644 100644 dbc865c4... 21fc88f9... M	sbr/discard.c
:100644 100644 05bcf524... e4efff3a... M	sbr/done.c
:100644 100644 2e978d79... 0c229eea... M	sbr/dtime.c
:100644 100644 01910868... a3533934... M	sbr/dtimep.lex
:100644 100644 6dc69957... 1c150067... M	sbr/error.c
:100644 100644 e94083b3... 5ff93949... M	sbr/ext_hook.c
:100644 100644 38174e02... 72dff995... M	sbr/fdcompare.c
:100644 100644 be9b4839... bfb42d83... M	sbr/fmt_addr.c
:100644 100644 a180c561... 87e07694... M	sbr/fmt_compile.c
:100644 100644 1edb7875... d6e2e9ff... M	sbr/fmt_def.c
:100644 100644 44a18b37... 4acabe79... M	sbr/fmt_new.c
:100644 100644 4d3fc296... 92e168ba... M	sbr/fmt_rfc2047.c
:100644 100644 97a0b4a3... 14ec48be... M	sbr/fmt_scan.c
:100644 100644 a0595e6e... e26e3bf4... M	sbr/folder_addmsg.c
:100644 100644 e6fac04f... 0636d119... M	sbr/folder_delmsgs.c
:100644 100644 ebb58ab4... 985c7a46... M	sbr/folder_free.c
:100644 100644 b0bc67b3... 2e321b04... M	sbr/folder_pack.c
:100644 100644 f642ed39... c77ea1ea... M	sbr/folder_read.c
:100644 100644 6a94a007... 1d2b140a... M	sbr/folder_realloc.c
:100644 100644 6b76b7ba... 270b7293... M	sbr/gans.c
:100644 100644 3229eb57... befbd9a9... M	sbr/getans.c
:100644 100644 d0ec6f8e... ed5fac05... M	sbr/getanswer.c
:100644 100644 0f8834b7... d133e068... M	sbr/getarguments.c
:100644 100644 66332480... 2e94f08b... M	sbr/getcpy.c
:100644 100644 6c6d2672... 11e2b212... M	sbr/getfolder.c
:100644 100644 f3ae8291... 865a6c93... M	sbr/getpass.c
:100644 100644 7eaa0de3... 5bc83cc8... M	sbr/lock_file.c
:100644 100644 174c4077... 21606c40... M	sbr/m_atoi.c
:100644 100644 41598507... 1b219a27... M	sbr/m_backup.c
:100644 100644 1696190c... ee9ba5b9... M	sbr/m_convert.c
:100644 100644 e4791869... ceee73a8... M	sbr/m_draft.c
:100644 100644 42bb72fb... 97b2466d... M	sbr/m_getfld.c
:100644 100644 92ead2d9... 9bf7088c... M	sbr/m_gmprot.c
:100644 100644 6c8c5841... 15e4a66a... M	sbr/m_maildir.c
:100644 100644 aa25636a... 6f2089ba... M	sbr/m_mktemp.c
:100644 100644 d6029736... cddb4e9f... M	sbr/m_msgdef.c
:100644 100644 18ee081c... bc3a6818... M	sbr/m_name.c
:100644 100644 3c63d092... a9294194... M	sbr/m_scratch.c
:100644 100644 291d9966... c0a60bca... M	sbr/m_tmpfil.c
:100644 100644 4337b7ce... 1e03caac... M	sbr/makedir.c
:100644 100644 62a303f2... fabe1331... M	sbr/memmove.c
:100644 100644 fd92e369... 063541b6... M	sbr/mf.c
:100644 100644 6418ef5e... 4e028315... M	sbr/mts.c
:100644 100644 ae81046f... 8ec544f2... M	sbr/norm_charmap.c
:100644 100644 5a9529de... a01385fa... M	sbr/path.c
:100644 100644 5ed8c3f1... cee75044... M	sbr/peekc.c
:100644 100644 f16f7e0b... 6f5f5785... M	sbr/pidstatus.c
:100644 100644 ef42e1aa... d7dd1d79... M	sbr/pidwait.c
:100644 100644 e045788c... ff3f0f15... M	sbr/print_help.c
:100644 100644 6d475aba... dad30d2a... M	sbr/print_sw.c
:100644 100644 b828b3cc... 28ce0c9a... M	sbr/print_version.c
:100644 100644 ce00f68d... b2517b3a... M	sbr/push.c
:100644 100644 dd665141... bade935f... M	sbr/putenv.c
:100644 100644 92818f9a... 93ec950c... M	sbr/r1bindex.c
:100644 100644 671ada30... 46644ebb... M	sbr/readconfig.c
:100644 100644 fc2793c6... 5637d6f8... M	sbr/refile.c
:100644 100644 4ce0b145... 397a6893... M	sbr/remdir.c
:100644 100644 882889c3... 54376741... M	sbr/ruserpass.c
:100644 100644 68fa7249... fb56bb9c... M	sbr/seq_add.c
:100644 100644 30dd3f53... e93846ad... M	sbr/seq_bits.c
:100644 100644 eb41ec40... 44ae6ce9... M	sbr/seq_del.c
:100644 100644 251b6091... c5ff8b40... M	sbr/seq_getnum.c
:100644 100644 b64e8cd8... 23bd5442... M	sbr/seq_list.c
:100644 100644 6887ac6a... e10ef92e... M	sbr/seq_nameok.c
:100644 100644 3d970380... 2db66565... M	sbr/seq_print.c
:100644 100644 e3491218... 6945f004... M	sbr/seq_read.c
:100644 100644 94b75432... 0c14f47d... M	sbr/seq_save.c
:100644 100644 f18a3887... fdf20288... M	sbr/seq_setcur.c
:100644 100644 11de1439... 7e62b64d... M	sbr/seq_setprev.c
:100644 100644 ea18d176... a1155643... M	sbr/seq_setunseen.c
:100644 100644 59ae7952... b8e984b5... M	sbr/showfile.c
:100755 100755 88beac1e... 699302c6... M	sbr/sigmsg.awk
:100644 100644 919b8e0e... 00f516cd... M	sbr/signals.c
:100644 100644 88a098b3... b22df66b... M	sbr/smatch.c
:100644 100644 5f3f1243... baab61f4... M	sbr/snprintb.c
:100644 100644 efb6df06... 9bc163ab... M	sbr/snprintf.c
:100644 100644 5ccf28fd... e7a12adb... M	sbr/ssequal.c
:100644 100644 04aad7d3... c128f9b0... M	sbr/strcasecmp.c
:100644 100644 251145a2... 3e206c77... M	sbr/strdup.c
:100644 100644 476a5741... af8d58f7... M	sbr/strerror.c
:100644 100644 9a1e4fe7... 92245b2f... M	sbr/strindex.c
:100644 100644 b640ea6f... f24563ce... M	sbr/trimcpy.c
:100644 100644 b3c81ff0... 7964a82e... M	sbr/uprf.c
:100644 100644 48969abc... 7d0158aa... M	sbr/utils.c
:100644 100644 3a376e10... 1a99b761... M	sbr/vfgets.c
:100644 100644 91180456... d600813b... M	uip/Makefile.in
:100644 100644 41f92a6e... 00af8cee... M	uip/ali.c
:100644 100644 b1a7e619... 752cda70... M	uip/aliasbr.c
:100644 100644 41716f7c... db1b96cf... M	uip/anno.c
:100644 100644 87e9580b... 427daba8... M	uip/annosbr.c
:100644 100644 a0f7f778... 1e2151b8... M	uip/ap.c
:100644 100644 fa3ac73c... 8f0a238c... M	uip/burst.c
:100644 100644 5ebce6ed... f713b6f4... M	uip/comp.c
:100644 100644 07e77fc9... b49c1cc5... M	uip/conflict.c
:100644 100644 4bad51ac... 10ef995d... M	uip/dist.c
:100644 100644 afd4e419... a40d3e40... M	uip/distsbr.c
:100644 100644 c94c8eac... 0db0ba52... M	uip/dp.c
:100644 100644 76bc00db... 0e3ce193... M	uip/dropsbr.c
:100644 100644 e3da709b... 51eff1e2... M	uip/flist.c
:100644 100644 fff45022... e6561adc... M	uip/fmtdump.c
:100644 100644 3e7c85d8... 6f0f8b87... M	uip/folder.c
:100644 100644 7668b4d7... 8a7ed349... M	uip/forw.c
:100644 100644 57f25ba6... 82955461... M	uip/ftpsbr.c
:100644 100644 7c91c259... ca1cc726... M	uip/inc.c
:100644 100644 c4847711... 364cfb26... M	uip/install-mh.c
:100644 100644 dd09b488... e4d078e4... M	uip/mark.c
:100644 100644 5e0ab3be... a40d2898... M	uip/md5.c
:100644 100644 1e862909... dc71d838... M	uip/mhbuild.c
:100644 100644 f01abd53... 1ca80910... M	uip/mhbuildsbr.c
:100644 100644 2223e80e... 0cefa872... M	uip/mhcachesbr.c
:100644 100644 38b830ec... b9f15aa7... M	uip/mhfree.c
:100644 100644 fdbd6799... 7914b5fe... M	uip/mhl.c
:100644 100644 cb6a3cf6... 1cd8357c... M	uip/mhlist.c
:100644 100644 1aac74a8... e5fecd6d... M	uip/mhlistsbr.c
:100644 100644 58b29783... e7f34c21... M	uip/mhlsbr.c
:100644 100644 e5868609... 4939b027... M	uip/mhmail.c
:100644 100644 7a231392... c32157fe... M	uip/mhmisc.c
:100644 100644 7e12c46a... e3549586... M	uip/mhoutsbr.c
:100644 100644 eae587de... 328ea6b5... M	uip/mhparam.c
:100644 100644 d40d78ce... c72c4154... M	uip/mhparse.c
:100644 100644 23ca5428... aa38bbea... M	uip/mhpath.c
:100644 100644 191eeff8... bbb7fb86... M	uip/mhshow.c
:100644 100644 4a3589f5... be03d962... M	uip/mhshowsbr.c
:100644 100644 7b44a965... 2b413d4c... M	uip/mhstore.c
:100644 100644 7c91184f... 2683fae8... M	uip/mhstoresbr.c
:100644 100644 5c10b8bc... 9f21c012... M	uip/mhtest.c
:100644 100644 7ee5df5d... 0bec6756... M	uip/msgchk.c
:100644 100644 99d8528b... 49840a1b... M	uip/new.c
:100644 100644 c3654409... cb7caf24... M	uip/packf.c
:100644 100644 24e6862c... a4f61bdc... M	uip/pick.c
:100644 100644 bd4c263e... fd29c4cb... M	uip/picksbr.c
:100644 100644 7c28aece... f92eda12... M	uip/prompter.c
:100644 100644 9038d5ff... 89ed0299... M	uip/rcvdist.c
:100644 100644 0b4dc9fc... b1bc518e... M	uip/rcvpack.c
:100644 100644 3131076f... 2458852a... M	uip/rcvstore.c
:100644 100644 8b04d61d... 577873fa... M	uip/rcvtty.c
:100644 100644 25f76299... b8b64d02... M	uip/refile.c
:100644 100644 d2b75df9... 7a9384bb... M	uip/repl.c
:100644 100644 ec140d6f... add1371d... M	uip/replsbr.c
:100644 100644 12473f89... a53fe4c9... M	uip/rmf.c
:100644 100644 7680008d... 53103fd6... M	uip/rmm.c
:100644 100644 077f824a... 52a40afe... M	uip/scan.c
:100644 100644 dd0e4989... 7c0d1985... M	uip/scansbr.c
:100644 100644 c8b77f7a... 91f1c168... M	uip/send.c
:100644 100644 b610ad85... 772c0063... M	uip/sendsbr.c
:100644 100644 b5b48c50... eda19cac... M	uip/show.c
:100644 100644 e6880fe0... b82b5e2d... M	uip/slocal.c
:100644 100644 cfad3d3c... 4b63bb6e... M	uip/sortm.c
:100644 100644 c7582ba0... 4d23fe5f... M	uip/spost.c
:100644 100644 740d0210... ce1420c4... M	uip/termsbr.c
:100644 100644 aea746d3... 1d876cbb... M	uip/viamail.c
:100644 100644 d3fccfd6... a6bb0f97... M	uip/whatnow.c
:100644 100644 6bf4b369... 44146d7e... M	uip/whatnowproc.c
:100644 100644 f5f78d74... a41ee46a... M	uip/whatnowsbr.c
:100644 100644 1b1660fa... b68e3ae5... M	uip/whom.c

commit f480c03187724e54e5391ee61b810827da319a6c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 21:13:58 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 21:13:58 2011 +0200

    Removed mhn, as it was already replaced by mhlist/mhshow/mhstore.

:100644 100644 6811964f... 179d11d7... M	INSTALL
:100644 100644 81627980... c8882cb4... M	acconfig.h
:100644 100644 671292e6... f03cd196... M	config/config.c
:100644 100644 f759c357... d6496f77... M	docs/COMPLETION-BASH
:100644 100644 f75933ee... 02af265f... M	docs/COMPLETION-TCSH
:100644 100644 5c10cc89... d2ba02ca... M	docs/COMPLETION-ZSH
:100644 100644 8fee181c... 795eab2c... M	etc/mhl.headers
:100644 100644 589a0c81... cee07474... M	man/Makefile.in
:100644 100644 4414421d... 0ea33b01... M	man/mh-chart.man
:100644 000000 fc682ef1... 00000000... D	man/mhn.man
:100644 100644 4c2b59a8... 9b1f9556... M	man/nmh.man
:100644 100644 24231857... 91180456... M	uip/Makefile.in
:100644 100644 ac0c4c53... 7668b4d7... M	uip/forw.c
:100644 000000 a7644a39... 00000000... D	uip/mhn.c
:100644 100644 a63b8ed4... 4a3589f5... M	uip/mhshowsbr.c
:100644 100644 a1b5e2a8... 7c91184f... M	uip/mhstoresbr.c
:100644 100644 3dda4708... ec140d6f... M	uip/replsbr.c
:100644 100644 57ef0073... b610ad85... M	uip/sendsbr.c

commit 916690191222433a6923a4be54b0d8f6ac01bd02
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 19:09:27 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 19:09:27 2011 +0200

    Removed msh, vmh and wmh.
    The latter ones were long time obsolete; now they went away.
    Msh has hardly to do with everyday mmh usage, and we don't support bboards
    anymore.
    This one changeset saves us about 7,000 lines of code. *yay*

:100644 100644 9b64e29b... 671292e6... M	config/config.c
:100644 100644 542fbdec... f4d1dd65... M	configure.ac
:100644 100644 e77e152e... f759c357... M	docs/COMPLETION-BASH
:100644 100644 b6165249... d40a92b0... M	h/Makefile.in
:100644 100644 25bb4754... 5898831f... M	h/mh.h
:100644 000000 585e50a4... 00000000... D	h/msh.h
:100644 100644 1bc19d43... c679ace7... M	h/prototypes.h
:100644 000000 0b5a9a3e... 00000000... D	h/vmhsbr.h
:100644 100644 c822d4a6... 589a0c81... M	man/Makefile.in
:100644 100644 cb1e6f4e... d7e28d57... M	man/burst.man
:100644 100644 0c413f87... 4414421d... M	man/mh-chart.man
:100644 100644 635fc320... 19399fbd... M	man/mh-profile.man
:100644 100644 4f2d755f... 0cf54dde... M	man/mh-tailor.man
:100644 000000 93d02828... 00000000... D	man/msh.man
:100644 100644 46fd8fb0... 4c2b59a8... M	man/nmh.man
:100644 000000 9fe9220a... 00000000... D	man/vmh.man
:100644 100644 12dab45f... 4a6e89b3... M	sbr/context_foil.c
:100644 100644 be871c4e... 42bb72fb... M	sbr/m_getfld.c
:100644 100644 6eca2861... 671ada30... M	sbr/readconfig.c
:100644 100644 2beef921... 24231857... M	uip/Makefile.in
:100644 100644 137a6356... eae587de... M	uip/mhparam.c
:100644 000000 c2d4e1a6... 00000000... D	uip/msh.c
:100644 000000 3bd4db35... 00000000... D	uip/mshcmds.c
:100644 000000 908df854... 00000000... D	uip/vmh.c
:100644 000000 eb6e0378... 00000000... D	uip/vmhsbr.c
:100644 000000 572bad54... 00000000... D	uip/vmhtest.c

commit ecc90fb56b43863f4c33ed62da4abe898b17d7fb
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 18:21:11 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 18:21:11 2011 +0200

    Removed unused and not compiling program wmh.
    It was added 1986, and is not even mentioned in nmh's history.
    The website is (was?) http://wmh.sf.net

:100644 100644 7b483fe4... 2beef921... M	uip/Makefile.in
:100644 000000 e5ff4903... 00000000... D	uip/wmh.c

commit f30f5410a04ab0a6eed8ebcd99f5eaf51759cf8b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 18:14:41 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 18:14:41 2011 +0200

    Removed obsolete MTS docs from README.developers

:100644 100644 31a6e46f... 8b3da500... M	docs/README.developers

commit 97d33797dc936a9e9097cdfc8a6132fca65eac55
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 12:29:01 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 12:29:01 2011 +0200

    Clarification fix in man/mhparam.man, related to -debug.

:100644 100644 f1e17a22... bed0a555... M	man/mhparam.man

commit e87123959d15f3b190494dffdd8bce335c137874
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 12:25:09 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 12:25:09 2011 +0200

    Reworked LINK, now named `altmsglink', similar to BACKUP_PREFIX.

:100644 100644 25476022... 81627980... M	acconfig.h
:100644 100644 cc3bb009... 9b64e29b... M	config/config.c
:100644 100644 31b5f4d8... 25bb4754... M	h/mh.h
:100644 100644 b7e24ca9... 635fc320... M	man/mh-profile.man
:100644 100644 d59e7310... f642ed39... M	sbr/folder_read.c
:100644 100644 30585a23... 6eca2861... M	sbr/readconfig.c
:100644 100644 80b52a18... 137a6356... M	uip/mhparam.c
:100644 100644 878f22ad... 12473f89... M	uip/rmf.c
:100644 100644 4a29a64a... f5f78d74... M	uip/whatnowsbr.c

commit 104b36e0a37bafe6620062334fa78d484dce321c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 11:42:08 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 11:42:08 2011 +0200

    Moved default file/folder modes from acconfig.h to config/config.c

:100644 100644 efd9f383... 25476022... M	acconfig.h
:100644 100644 82e72aeb... cc3bb009... M	config/config.c

commit 5d43a99db70c12a673028c7758c20cbe3e13ef5f
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 11:28:46 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 11:28:46 2011 +0200

    Removed --with-{editor,pager} configure options.
    We keep defaulting to vi and more, but search in PATH at run time.
    Nowadays, both programs should be available via PATH everywhere.
    Otherwise, the the path in the profile.

:100644 100644 d4f7f242... 6811964f... M	INSTALL
:100644 100644 89cd54e2... 85dbf101... M	Makefile.in
:100644 100644 79d54d5e... 1f1d5aa1... M	config/Makefile.in
:100644 100644 1a7b72f6... 82e72aeb... M	config/config.c
:100644 100644 274e08d2... 542fbdec... M	configure.ac
:100644 100644 5e995423... c822d4a6... M	man/Makefile.in
:100644 100644 93eaa8ff... b7e24ca9... M	man/mh-profile.man
:100644 100644 49c9220a... 80b52a18... M	uip/mhparam.c

commit d19e58487c8b73f12712982185e5007c97a2cdb0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 10:22:17 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 10:22:17 2011 +0200

    Documented -debug switch or mhparam(1)

:100644 100644 ba00fc69... f1e17a22... M	man/mhparam.man

commit 55348ded7496135cd482e3e4169e61aba2437260
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 09:55:16 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 09:55:16 2011 +0200

    Moved sendmail item to better place in man page mh-profile(5)

:100644 100644 42d19473... 93eaa8ff... M	man/mh-profile.man

commit 6c40d481d661d532dd527eaf34cebb6d3f8ed086
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Oct 5 09:48:37 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Oct 5 09:48:37 2011 +0200

    Removed configure option --with-hash-prefix and moved backup-prefix to profile

:100644 100644 9d961bdb... 1a7b72f6... M	config/config.c
:100644 100644 ee288373... 274e08d2... M	configure.ac
:100644 100644 7442071f... 31b5f4d8... M	h/mh.h
:100644 100644 46c8424f... 42d19473... M	man/mh-profile.man
:100644 100644 6bde76f9... e6fac04f... M	sbr/folder_delmsgs.c
:100644 100644 bb886598... d59e7310... M	sbr/folder_read.c
:100644 100644 c34c4097... 41598507... M	sbr/m_backup.c
:100644 100644 09cb44de... 30585a23... M	sbr/readconfig.c
:100644 100644 0d5b32c8... 49c9220a... M	uip/mhparam.c
:100644 100644 a49ba4cf... 878f22ad... M	uip/rmf.c

commit bd2221448c3c545993ccf6f20365f01b5e9782e9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 21:39:54 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 21:39:54 2011 +0200

    Renamed configure.in to the more modern name configure.ac

:100644 100644 81f7067d... 89cd54e2... M	Makefile.in
:100644 100644 20d123fe... fcc5fbd7... M	aclocal.m4
:100644 100644 d15e9664... ee288373... R099	configure.in	configure.ac
:100644 100644 f026c741... 31a6e46f... M	docs/README.developers

commit 37910518c33a356c5da893c3db0dce6349b78aa0
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 21:07:22 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 21:07:22 2011 +0200

    Nicer structure in summary printing of the configure script.

:100644 100644 12c29ca1... d15e9664... M	configure.in

commit 6f1a8c3b8d6f19bbe33e7d3fa746ae1d2e9ac455
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 21:05:33 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 21:05:33 2011 +0200

    Moved the sendmail path config line from mts.conf to the MH profile
    This another step in getting rid of the mts stuff.

:100644 100644 23ded2a3... 79d54d5e... M	config/Makefile.in
:100644 100644 06033400... 9d961bdb... M	config/config.c
:100644 100644 abcf4451... 7442071f... M	h/mh.h
:100644 100644 c7606184... 07fa8a28... M	h/mts.h
:100644 100644 cd475246... 46c8424f... M	man/mh-profile.man
:100644 100644 7623a7ed... 4f2d755f... M	man/mh-tailor.man
:100644 100644 3588fecd... 6418ef5e... M	sbr/mts.c
:100644 100644 2a680192... 09cb44de... M	sbr/readconfig.c
:100644 100644 8384544d... 0d5b32c8... M	uip/mhparam.c

commit fecd5d34f65597a4dfa16aeabea7d74b191532c3
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 19:04:28 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 19:04:28 2011 +0200

    Removed TLS support. We don't need it anymore as we stopped talking SMTP
    Libcrypto and thelike went away also, as they were needed only for TLS.

:100644 100644 29c0bc96... 12c29ca1... M	configure.in
:100644 100644 603e34ad... 0c413f87... M	man/mh-chart.man
:100644 100644 85edbc4e... 2f771da7... M	man/post.man
:100644 100644 e18ed20d... 6fa35472... M	man/send.man
:100644 100644 a97bab82... c8b77f7a... M	uip/send.c
:100644 100644 cb48bfdc... 4a29a64a... M	uip/whatnowsbr.c
:100644 100644 1d92ea36... 1b1660fa... M	uip/whom.c

commit 156d35f6425bea4c1ed3c4c79783dc613379c65b
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 18:53:49 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 18:53:49 2011 +0200

    Removed SASL support. We don't need it anymore because we talk SMTP no more

:100644 100644 6a4dfff1... 29c0bc96... M	configure.in
:100644 100644 c27b8d35... 603e34ad... M	man/mh-chart.man
:100644 100644 0f626317... 85edbc4e... M	man/post.man
:100644 100644 e75583eb... e18ed20d... M	man/send.man
:100644 100644 d06b6c4a... a97bab82... M	uip/send.c
:100644 100644 6541b42e... cb48bfdc... M	uip/whatnowsbr.c
:100644 100644 ddf99efb... 1d92ea36... M	uip/whom.c

commit f6aa95b724fd8c791164abe7ee5468bf5c34f226
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 18:36:14 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 18:36:14 2011 +0200

    Removed the MTS and post; now we always use /usr/sbin/sendmail -t
    Mmh won't talk SMTP (nor POP).
    Also moved OfficialName() from /mts/smtp/hosts.c to sbr/addrsbr.c.

:100644 100644 9db70d21... d4f7f242... M	INSTALL
:100644 100644 1fe2d387... 81f7067d... M	Makefile.in
:100644 100644 de9e343f... 06033400... M	config/config.c
:100644 100644 7f0dabbe... 6a4dfff1... M	configure.in
:100644 100644 05807238... faefd099... M	etc/Makefile.in
:100644 100644 f6a1cca0... b86878b6... M	etc/mts.conf.in
:100644 100644 9894a5dd... c7606184... M	h/mts.h
:100644 100644 37fba4db... b2a355e9... M	h/rcvmail.h
:100644 100644 86659df7... 7623a7ed... M	man/mh-tailor.man
:100644 100644 b6e395e3... 0f626317... M	man/post.man
:100644 000000 eeafd3a3... 00000000... D	mts/Makefile.in
:100644 000000 b2a4059e... 00000000... D	mts/smtp/Makefile.in
:100644 000000 ec73e869... 00000000... D	mts/smtp/hosts.c
:100644 000000 e7a64a0c... 00000000... D	mts/smtp/smtp.c
:100644 000000 c88620ea... 00000000... D	mts/smtp/smtp.h
:100644 100644 484ec5ef... 79d7afe4... M	sbr/addrsbr.c
:100644 100644 46f5990e... 3588fecd... M	sbr/mts.c
:100644 100644 691bfe6f... 7b483fe4... M	uip/Makefile.in
:100644 100644 de12dde8... fdbd6799... M	uip/mhl.c
:100644 000000 d5760a29... 00000000... D	uip/post.c
:100644 100644 04dc2152... dd0e4989... M	uip/scansbr.c
:100644 100644 a59e10c3... b5b48c50... M	uip/show.c

commit 128545e06224233b7e91fc4c83f8830252fe16c9
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 16:14:46 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 16:14:46 2011 +0200

    Removed --with-smtpservers configure option and thelike

:100644 100644 506288a8... 9db70d21... M	INSTALL
:100644 100644 6fc7f1e4... 7f0dabbe... M	configure.in
:100644 100644 4bec6a13... 05807238... M	etc/Makefile.in
:100644 100644 24d73f5e... f6a1cca0... M	etc/mts.conf.in
:100644 100644 6ec3a0be... 9894a5dd... M	h/mts.h
:100644 100644 4ad381d3... 86659df7... M	man/mh-tailor.man
:100644 100644 a10509cf... ec73e869... M	mts/smtp/hosts.c
:100644 100644 c558536c... 92e07113... M	sbr/client.c
:100644 100644 93c9fa93... 46f5990e... M	sbr/mts.c

commit ab7b48411962d26439f92f35ed084d3d6275459c
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Tue Oct 4 15:27:47 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Tue Oct 4 15:27:47 2011 +0200

    Removed all POP support
    To retrieve mail from POP servers use external tools, e.g. fetchmail.

:100644 100644 3c482943... 506288a8... M	INSTALL
:100644 100644 3649bf33... efd9f383... M	acconfig.h
:100644 100644 44f07b3d... 6fc7f1e4... M	configure.in
:100644 100644 b5bdfbc4... e77e152e... M	docs/COMPLETION-BASH
:100644 100644 24a85ab4... c06568be... M	docs/README.SASL
:100644 100644 97d4ef69... a9de6ddf... M	docs/TODO
:100644 100644 c3c946df... 24d73f5e... M	etc/mts.conf.in
:100644 100644 201c7ecb... 585e50a4... M	h/msh.h
:100644 100644 2d2aa958... 6ec3a0be... M	h/mts.h
:100644 000000 fc06f0b9... 00000000... D	h/popsbr.h
:100644 100644 c94ab008... 5e995423... M	man/Makefile.in
:100644 100644 540b3786... b581ec26... M	man/inc.man
:100644 100644 793562fb... c27b8d35... M	man/mh-chart.man
:100644 100644 15704eee... 4ad381d3... M	man/mh-tailor.man
:100644 100644 55d4a189... fd2b0f5f... M	man/msgchk.man
:100644 100644 0e013181... 93c9fa93... M	sbr/mts.c
:100644 100644 ba22ac9c... 691bfe6f... M	uip/Makefile.in
:100644 100644 8f99b7bd... 7c91c259... M	uip/inc.c
:100644 100644 9b56649a... 7ee5df5d... M	uip/msgchk.c
:100644 000000 2d03efdc... 00000000... D	uip/popsbr.c

commit 05b7f957ba42e79f49b3a62aea2502168c9abf7a
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 28 16:17:08 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 28 16:17:08 2011 +0200

    We'll always use sendmail (spost) now

:100644 100644 c2d307eb... de9e343f... M	config/config.c
:100644 100644 354aa613... 44f07b3d... M	configure.in
:100644 100644 dd2a18f5... eeafd3a3... M	mts/Makefile.in
:100644 100644 cd2a3d87... 0e013181... M	sbr/mts.c
:100644 100644 370fc15e... ba22ac9c... M	uip/Makefile.in

commit fb6d818f3d7fa5f4120aa6d4d1db297a12910fa2
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Wed Sep 28 12:00:00 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Wed Sep 28 12:00:00 2011 +0200

    Install to /usr/local/mmh

:100644 100644 747f5aac... 354aa613... M	configure.in

commit 5667f6a234e66806941f95b48b229871b5d163d1
Author:     markus schnalke <meillo@marmaro.de>
AuthorDate: Fri Sep 9 21:05:43 2011 +0200
Commit:     markus schnalke <meillo@marmaro.de>
CommitDate: Fri Sep 9 21:05:43 2011 +0200

    This is the birth of mmh. :-)

:100644 100644 cd438c95... f1f91430... M	VERSION
:100644 100644 e93e173c... 747f5aac... M	configure.in

commit a01a41d031c796b526329a4170eb23f0ac93b949
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Wed Apr 13 10:50:49 2011 -0400
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Wed Apr 13 10:52:04 2011 -0400

    Whoops, user & port were in the wrong order so msgchk didn't work for POP
    connections.

:100644 100644 03525c87... 9b56649a... M	uip/msgchk.c

commit d9bed5c7b73965ffdc48176825690b94f096ec3b
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Mon Feb 21 20:44:30 2011 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Mon Feb 21 20:44:30 2011 -0500

    Updated the developer README with a few notes about the git conversion.
    
    Signed-off-by: Ken Hornstein <kenh@pobox.com>

:100644 100644 abfb3e56... f026c741... M	docs/README.developers

commit c6abf17d7aceffcce6ff2a871cc4d95bc31fc5bf
Author:     Paul Vixie <vixie@vix.com>
AuthorDate: Mon Feb 7 14:13:54 2011 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Mon Feb 7 14:13:54 2011 -0500

    Signed-off-by: Ken Hornstein <kenh@pobox.com>
    
    More documentation about the hooks support.

:100644 100644 75464164... 83b6bf76... M	docs/README-HOOKS

commit 0ce746a6f402fd4a6a4bbdedd5ae65993ef56c38
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Dec 21 16:50:24 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Dec 21 16:50:24 2010 +0000

    Clean up code in inc.c
    
    Clean up the confusing use of a variable 'i' in inc.c.
    The case where it was being used as 'an error occurred
    which means we should not truncate the mailspool' is now
    called 'incerr' and merged with the equivalent 'p' variable
    used in the POP-specific code. Cases where it was being
    used as a random temporary are still called 'i' but now
    declared with a much more restricted scope.
    This fixes a compilation warning for some compilers.
    
    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

:100644 100644 f461dd86... 8f99b7bd... M	uip/inc.c

commit 464b0345e434044712dffa4d72e72d36316d2b7c
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 21:13:32 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 21:13:32 2010 +0000

    Suppress tsort diagnostic waffle
    
    tsort produces waffle to standard error if it detects loops in its input.
    For our purposes in ordering object files this is harmless, so just send
    it all to /dev/null.
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 821caa8f... dd2a18f5... M	mts/Makefile.in
:100644 100644 e2f8cb4a... 581cc6db... M	sbr/Makefile.in

commit 4dd01e6c68874a5fc2988d63d6c26984889310a3
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 21:13:32 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 21:13:32 2010 +0000

    Fix unused-function warnings in lex output
    
    Fix the unused-function warnings in the output of lex. In particular, we
    silence a warning about yyunput being static but unused by exposing it as
    a global function. This costs us a few hundred bytes in the binary but
    the other available solutions are flex-specific or more complicated.
    YY_NO_UNPUT used to silence this but no longer works in recent flex.
    On the other hand YY_NO_INPUT does work to silence warnings about input().
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 c35c9bef... 01910868... M	sbr/dtimep.lex

commit a4e085dcc682da556af59d8b2c8a0afe44c6f257
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 21:13:32 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 21:13:32 2010 +0000

    Fix used-uninitialised warning in fmt_rfc2047.c
    
    Fix a used-uninitialised warning in fmt_rfc2047.c.
    I don't think it can actually be used uninitialised, but the
    code is too complicated for the compiler to realise this.
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 6f208a12... 4d3fc296... M	sbr/fmt_rfc2047.c

commit 93f22073ff22b277206b0481c1f8f076aee1656d
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 21:13:32 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 21:13:32 2010 +0000

    Fix used-uninitialised warning in new.c
    
    Fix a used-uninitialised warning in new.c by having the check_folders()
    routine return first=last=NULL for empty folder lists. This is a more
    sensible API anyway. (It would not actually have been possible for
    the code to try to use last while it was uninitialised, as it happens.)
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 254950b2... 99d8528b... M	uip/new.c

commit 9530ace10a49d62c80c95914601fa9246099501b
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 21:13:32 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 21:13:32 2010 +0000

    Fix crash if fnext/fprev are given an empty folder list
    
    Add a check for a NULL pointer, which stops fnext/fprev
    from segfaulting if given an empty folder list (for example
    via 'fnext -folders emptyfile').
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 41d2ebf8... 254950b2... M	uip/new.c

commit edcaa954bab2d48b54ab3dbcbe3788dc104044dc
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Dec 20 19:54:43 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Dec 20 19:54:43 2010 +0000

    Fix warning in sbr/folder_addmsg.c by code cleanup
    
    Clean up some rather oddly written code in folder_addmsg()
    so it is easier to understand for both humans and for the
    compiler (and the compiler thus stops complaining about an
    uninitialised variable).
    
    Signed-off-by: Peter Maydell <pmaydell@chiark.greenend.org.uk>

:100644 100644 52baa7ae... a0595e6e... M	sbr/folder_addmsg.c

commit 58fb17ea4d6c3f0178d75fbd05c3e1d9a2997313
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Thu Dec 16 13:20:31 2010 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Thu Dec 16 13:20:31 2010 -0500

    Fix so this compiles without SASL support.
    
    Damn you, Oliver Kiddle, for finding all of the bugs I add to nmh!

:100644 100644 470d72de... e7a64a0c... M	mts/smtp/smtp.c

commit 16fe088f7a4b204f3af67a1a378796b1bfe96694
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Thu Dec 16 13:11:17 2010 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Thu Dec 16 13:11:17 2010 -0500

    All of the arguments to AC_ARG_ENABLE need to be quoted, otherwise the
    last action doesn't make it into the configure script.

:100644 100644 d68f4f13... e93e173c... M	configure.in

commit bfb94f0084a3072a6b813f0f792ba4594c6ecf52
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Thu Dec 16 13:02:32 2010 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Thu Dec 16 13:02:32 2010 -0500

    Make sure we ignore config.h.in~

:100644 100644 70f75d98... f3a4caaa... M	.gitignore

commit 8c7907f07f098ce5375e39e710f615931777ef4c
Author:     Markus Schnalke <meillo@marmaro.de>
AuthorDate: Thu Dec 16 01:36:43 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Dec 16 01:36:43 2010 +0100

    fix typo and clarify two sentences in mhpath man page

:100644 100644 ab4d42f3... e04c4a3f... M	man/mhpath.man

commit 823a67fb93caa46a4451d86741cc6702f0003926
Author:     Markus Schnalke <meillo@marmaro.de>
AuthorDate: Thu Dec 16 01:25:11 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Dec 16 01:25:11 2010 +0100

    improve mhparam man page

:100644 100644 eb8caeca... ba00fc69... M	man/mhparam.man

commit 234c9cc4829d86589a079ace49cfa5bc251ef62c
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Thu Dec 16 01:23:16 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Dec 16 01:23:16 2010 +0100

    fix badly formatted code found by Markus Schnalke

:100644 100644 19f418e9... 8384544d... M	uip/mhparam.c

commit 119362982fae61ae7aaa899eaf2544e4f4a84283
Author:     Scott Snyder <snyder@bnl.gov>
AuthorDate: Wed Dec 15 22:17:52 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Dec 15 22:17:52 2010 +0100

    propagate and check return status of close() in slocal

:100644 100644 3bd5c9be... 76bc00db... M	uip/dropsbr.c
:100644 100644 37173f65... e6880fe0... M	uip/slocal.c

commit 56a34bc502bde807ab722ee5f20d4db2901a5b23
Author:     Markus Schnalke <meillo@marmaro.de>
AuthorDate: Wed Dec 15 22:02:30 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Dec 15 22:05:59 2010 +0100

    document msg parameter to folder

:100644 100644 9b145275... 34d3fa01... M	man/folder.man

commit 56f52a606b02d40fdc92b9012c7835679163cd5c
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Dec 14 18:04:01 2010 +0100
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Dec 14 18:04:28 2010 +0100

    switches need to be renumbered following removal of some switches so,
    e.g. inc -version was not working

:100644 100644 38ab6873... f461dd86... M	uip/inc.c
:100644 100644 fa2336f9... 03525c87... M	uip/msgchk.c

commit c05210483d82bf5f3786725ff80e12444088a701
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Thu Dec 9 15:29:29 2010 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Thu Dec 9 15:29:29 2010 -0500

    Massive garbage collection.  Remove functionality for APOP, RPOP,
    all NNTP support (including bboards) and MPOP.

:100644 100644 e7ee1265... 324dddc1... M	ChangeLog
:100644 100644 f866c0a7... d68f4f13... M	configure.in
:100644 100644 09889137... b6165249... M	h/Makefile.in
:100644 100644 f782d676... 2d2aa958... M	h/mts.h
:100644 000000 54647157... 00000000... D	h/nntp.h
:100644 100644 168b8c61... fc06f0b9... M	h/popsbr.h
:100644 100644 7e7a787a... 540b3786... M	man/inc.man
:100644 100644 c451f62e... 793562fb... M	man/mh-chart.man
:100644 100644 31e5b902... 15704eee... M	man/mh-tailor.man
:100644 100644 219bfe60... 55d4a189... M	man/msgchk.man
:100644 100644 95c220d3... e2f8cb4a... M	sbr/Makefile.in
:100644 100644 6a9d84f4... cd2a3d87... M	sbr/mts.c
:100644 100644 31515ba8... 370fc15e... M	uip/Makefile.in
:100644 100644 f23a565f... 38ab6873... M	uip/inc.c
:100644 100644 e052b42e... fa2336f9... M	uip/msgchk.c
:100644 100644 aed4bc7d... c2d4e1a6... M	uip/msh.c
:100644 100644 0190beec... 3bd4db35... M	uip/mshcmds.c
:100644 100644 3ac88be4... 2d03efdc... M	uip/popsbr.c

commit 2ead8819603a21a03ee51440dc5617c5df1ed8da
Author:     David Levine <levinedl@acm.org>
AuthorDate: Wed Dec 8 14:36:36 2010 -0600
Commit:     David Levine <levinedl@acm.org>
CommitDate: Wed Dec 8 14:36:36 2010 -0600

            * uip/whatnowsbr.c: enforce requirement of at least one file
              argument to attach command.

:100644 100644 1345dceb... e7ee1265... M	ChangeLog
:100644 100644 723d4087... 6541b42e... M	uip/whatnowsbr.c

commit 20dbca31df3ce9b0cebfb5977607d9c3ef0d86d7
Author:     David Levine <levinedl@acm.org>
AuthorDate: Wed Dec 8 10:47:03 2010 -0600
Commit:     David Levine <levine@atto.(none)>
CommitDate: Wed Dec 8 10:48:43 2010 -0600

    man/send.man: added name= portion to Content-Type
    headers to reflect 2006-10-24 change to uip/sendsbr.c.
    That change allowed mhstore to use the (file)name when
    extracting attachments.

:100644 100644 7fdb84b2... 1345dceb... M	ChangeLog
:100644 100644 0ac8c3ae... e75583eb... M	man/send.man

commit 5dd6771b28c257af405d7248639ed0e3bcdce38b
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Dec 3 15:23:11 2010 -0500
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Dec 3 15:23:11 2010 -0500

    Remove RCS keywords, since they no longer work after git migration.

:100644 100644 e7a779b8... 3c482943... M	INSTALL
:100644 100644 c38c1a40... ddd30faa... M	MACHINES
:100644 100644 eecef1b6... 1fe2d387... M	Makefile.in
:100644 100644 1f740735... 328f383f... M	README
:100644 100644 6c4613d3... 23ded2a3... M	config/Makefile.in
:100644 100644 8a613b68... c2d307eb... M	config/config.c
:100755 100755 6257186f... 1ff7eed4... M	config/version.sh
:100644 100644 2c47c90a... f866c0a7... M	configure.in
:100644 100644 e65b9bb5... 66d49a9b... M	docs/MAILING-LISTS
:100644 100644 7421f217... 695bdf0a... M	docs/Makefile.in
:100644 100644 a9963642... ff9db2a3... M	docs/README-ATTACHMENTS
:100644 100644 bb5d6ee7... 75464164... M	docs/README-HOOKS
:100644 100644 224600dc... 24a85ab4... M	docs/README.SASL
:100644 100644 1038ed34... eba3004f... M	docs/README.about
:100644 100644 23a1d2df... abfb3e56... M	docs/README.developers
:100644 100644 fa423def... c4dc67bf... M	docs/README.manpages
:100644 100644 c5be1413... 5037a545... M	etc/MailAliases
:100644 100644 cffd9399... 4bec6a13... M	etc/Makefile.in
:100755 100755 fc5a6682... 0db5d3ae... M	etc/mhn.defaults.sh
:100755 100755 8f128f79... 3e5e98a5... M	etc/mhn.find.sh
:100755 100755 b443067e... 85ec6f0f... M	etc/sendfiles.in
:100644 100644 7b4a2769... 09889137... M	h/Makefile.in
:100644 100644 e3aa7e80... a6c7a41c... M	h/addrsbr.h
:100644 100644 d379cfc5... cc4da7fe... M	h/aliasbr.h
:100644 100644 d04287a6... 51fc882e... M	h/crawl_folders.h
:100644 100644 146a63bf... 5a84ae1a... M	h/dropsbr.h
:100644 100644 eb79751c... 22be4508... M	h/fmt_compile.h
:100644 100644 cece50e0... 9872e09c... M	h/fmt_scan.h
:100644 100644 6ca63993... e49ef4e0... M	h/md5.h
:100644 100644 1f609194... 6063e60f... M	h/mf.h
:100644 100644 6513f246... abcf4451... M	h/mh.h
:100644 100644 a1977384... 9c1db6a4... M	h/mhcachesbr.h
:100644 100644 eb7cb18e... 48f221fc... M	h/mhparse.h
:100644 100644 1a85b427... 3e50ce2c... M	h/mime.h
:100644 100644 c6b0fa59... 201c7ecb... M	h/msh.h
:100644 100644 ce063d98... f782d676... M	h/mts.h
:100644 100644 f00a3ad3... f1711d5c... M	h/nmh.h
:100644 100644 b2329495... 54647157... M	h/nntp.h
:100644 100644 811836d7... 27c2e66c... M	h/picksbr.h
:100644 100644 5d0ed31c... 168b8c61... M	h/popsbr.h
:100644 100644 b0443907... 1bc19d43... M	h/prototypes.h
:100644 100644 97179199... 37fba4db... M	h/rcvmail.h
:100644 100644 b050d978... f6cd35ca... M	h/scansbr.h
:100644 100644 9648e04f... 4ad2b57d... M	h/signals.h
:100644 100644 47a31b9e... 5d99cf5a... M	h/tws.h
:100644 100644 8f327549... b9660a53... M	h/utils.h
:100644 100644 452f2e3f... 0b5a9a3e... M	h/vmhsbr.h
:100644 100644 ab93318d... c94ab008... M	man/Makefile.in
:100644 100644 f9b07c2c... f2fb5801... M	man/ali.man
:100644 100644 e2a77c1f... f97efa5e... M	man/anno.man
:100644 100644 35241e54... c77b39ed... M	man/ap.man
:100644 100644 5bca99d1... cb1e6f4e... M	man/burst.man
:100644 100644 17180ac7... bfb78b3c... M	man/comp.man
:100644 100644 6cc69442... f6905960... M	man/conflict.man
:100644 100644 6359b772... ae7be11c... M	man/dist.man
:100644 100644 1b214198... 363f44a5... M	man/dp.man
:100644 100644 8fc7b8d1... 66f2f854... M	man/flist.man
:100644 100644 aaca927f... 0524f01f... M	man/fmtdump.man
:100644 100644 deded862... 9b145275... M	man/folder.man
:100644 100644 0f05b68f... 877b49bb... M	man/forw.man
:100644 100644 86280b97... 7e7a787a... M	man/inc.man
:100644 100644 ce1f61da... 094ec4cd... M	man/install-mh.man
:100644 100644 6915792d... eff4bf00... M	man/mark.man
:100644 100644 6c3eb6b5... ad47699a... M	man/mh-alias.man
:100644 100644 b31cb0bc... c451f62e... M	man/mh-chart.man
:100644 100644 7f866358... 63b7b0df... M	man/mh-draft.man
:100644 100644 d7ceccc4... 8925b8cb... M	man/mh-format.man
:100644 100644 1874d9b6... 2f296402... M	man/mh-mail.man
:100644 100644 62db35f3... cd475246... M	man/mh-profile.man
:100644 100644 a97af0ea... 12fdb1ca... M	man/mh-sequence.man
:100644 100644 6a3fda5d... 31e5b902... M	man/mh-tailor.man
:100644 100644 72ce2810... b0af8810... M	man/mhbuild.man
:100644 100644 10f4b13f... f8546c31... M	man/mhl.man
:100644 100644 42cb9182... f0ef31a8... M	man/mhlist.man
:100644 100644 75f49189... 6e3cf13c... M	man/mhmail.man
:100644 100644 d867251b... fc682ef1... M	man/mhn.man
:100644 100644 b1903518... eb8caeca... M	man/mhparam.man
:100644 100644 c7448689... ab4d42f3... M	man/mhpath.man
:100644 100644 78d8ed95... 27ebd95e... M	man/mhshow.man
:100644 100644 49072735... af05bf2b... M	man/mhstore.man
:100644 100644 6decb1e5... 219bfe60... M	man/msgchk.man
:100644 100644 89e52e70... 93d02828... M	man/msh.man
:100644 100644 c724d3e5... 5be7983f... M	man/new.man
:100644 100644 89abd9aa... eecc0441... M	man/next.man
:100644 100644 18b60310... 46fd8fb0... M	man/nmh.man
:100644 100644 a351578b... fd32b3ab... M	man/packf.man
:100644 100644 a9171f49... 1a1b0ff3... M	man/pick.man
:100644 100644 772bbfb9... b6e395e3... M	man/post.man
:100644 100644 ce861ab5... 6ef0b8e8... M	man/prev.man
:100644 100644 10a98730... 623abba6... M	man/prompter.man
:100644 100644 19041344... f24ea8e5... M	man/rcvdist.man
:100644 100644 c8030c48... 26ba263c... M	man/rcvpack.man
:100644 100644 76505ebd... 010e2381... M	man/rcvstore.man
:100644 100644 badb4b07... f098b218... M	man/rcvtty.man
:100644 100644 c83da66e... 4b55fe1f... M	man/refile.man
:100644 100644 41f58709... 9f2f4893... M	man/repl.man
:100644 100644 ff2740ef... 047db5a8... M	man/rmf.man
:100644 100644 614b97ad... 0f8b5cee... M	man/rmm.man
:100644 100644 7da788e9... fb72ac3d... M	man/scan.man
:100644 100644 a20296e5... 0ac8c3ae... M	man/send.man
:100644 100644 442c7f68... 76b793a7... M	man/sendfiles.man
:100644 100644 64a1a671... bdca14fc... M	man/show.man
:100644 100644 f32b4894... cc822f0e... M	man/slocal.man
:100644 100644 c9d99c5f... 283cf124... M	man/sortm.man
:100644 100644 73759911... 9fe9220a... M	man/vmh.man
:100644 100644 cc2e989c... 4fca2cd2... M	man/whatnow.man
:100644 100644 19881213... c054dcf2... M	man/whom.man
:100644 100644 fcec8133... 821caa8f... M	mts/Makefile.in
:100644 100644 e837ddc3... b2a4059e... M	mts/smtp/Makefile.in
:100644 100644 908e6194... a10509cf... M	mts/smtp/hosts.c
:100644 100644 20fdce52... 470d72de... M	mts/smtp/smtp.c
:100644 100644 12fdedba... c88620ea... M	mts/smtp/smtp.h
:100644 100644 0f84568b... 95c220d3... M	sbr/Makefile.in
:100644 100644 09e4c6c5... 484ec5ef... M	sbr/addrsbr.c
:100644 100644 42796b34... c11b9e75... M	sbr/ambigsw.c
:100644 100644 353a5c15... d62de170... M	sbr/atooi.c
:100644 100644 d2f71aa3... 5375596d... M	sbr/brkstring.c
:100644 100644 9d0d6253... 8ee93b1e... M	sbr/check_charset.c
:100644 100644 d3374ad4... c558536c... M	sbr/client.c
:100644 100644 191bd311... d292112a... M	sbr/closefds.c
:100644 100644 4d4e15c1... 82979f5a... M	sbr/concat.c
:100644 100644 859c8516... 474e51c8... M	sbr/context_del.c
:100644 100644 f96d0b3a... 8c0675f7... M	sbr/context_find.c
:100644 100644 7eccd79f... 12dab45f... M	sbr/context_foil.c
:100644 100644 1a584e4c... a655effc... M	sbr/context_read.c
:100644 100644 4416eee4... a0c50328... M	sbr/context_replace.c
:100644 100644 36b1634e... 4ee40ca8... M	sbr/context_save.c
:100644 100644 52989aab... cc35e95b... M	sbr/copy.c
:100644 100644 93ff5e84... 84f724cf... M	sbr/copyip.c
:100644 100644 c3ca3ed6... d322ba9b... M	sbr/cpydata.c
:100644 100644 a1a887af... 12829f13... M	sbr/cpydgst.c
:100644 100644 4889bf1c... d8bcdba3... M	sbr/crawl_folders.c
:100644 100644 55c160bf... dbc865c4... M	sbr/discard.c
:100644 100644 65ec1cb7... 05bcf524... M	sbr/done.c
:100644 100644 14359557... 2e978d79... M	sbr/dtime.c
:100644 100644 299e3a62... 6dc69957... M	sbr/error.c
:100644 100644 d2288487... e94083b3... M	sbr/ext_hook.c
:100644 100644 6a45da67... 38174e02... M	sbr/fdcompare.c
:100644 100644 d71d956c... be9b4839... M	sbr/fmt_addr.c
:100644 100644 89c25def... a180c561... M	sbr/fmt_compile.c
:100644 100644 478a466a... 1edb7875... M	sbr/fmt_def.c
:100644 100644 c1bc7c73... 44a18b37... M	sbr/fmt_new.c
:100644 100644 87fddb90... 6f208a12... M	sbr/fmt_rfc2047.c
:100644 100644 9054963e... 97a0b4a3... M	sbr/fmt_scan.c
:100644 100644 f90cedfb... 52baa7ae... M	sbr/folder_addmsg.c
:100644 100644 20ac1a57... 6bde76f9... M	sbr/folder_delmsgs.c
:100644 100644 f06bbf5c... ebb58ab4... M	sbr/folder_free.c
:100644 100644 2bddb0dd... b0bc67b3... M	sbr/folder_pack.c
:100644 100644 0dec537e... bb886598... M	sbr/folder_read.c
:100644 100644 e7c4bc44... 6a94a007... M	sbr/folder_realloc.c
:100644 100644 c0804cde... 6b76b7ba... M	sbr/gans.c
:100644 100644 deb884e1... 3229eb57... M	sbr/getans.c
:100644 100644 55fd06e5... 0f8834b7... M	sbr/getarguments.c
:100644 100644 1186831a... 66332480... M	sbr/getcpy.c
:100644 100644 544a144e... 6c6d2672... M	sbr/getfolder.c
:100644 100644 6bc2cb8a... f3ae8291... M	sbr/getpass.c
:100644 100644 866d0477... 7eaa0de3... M	sbr/lock_file.c
:100644 100644 dffc799b... 174c4077... M	sbr/m_atoi.c
:100644 100644 9dcfdf60... c34c4097... M	sbr/m_backup.c
:100644 100644 15c29066... 1696190c... M	sbr/m_convert.c
:100644 100644 d3e988ed... e4791869... M	sbr/m_draft.c
:100644 100644 ecbbd3c5... be871c4e... M	sbr/m_getfld.c
:100644 100644 d7aec6f3... 92ead2d9... M	sbr/m_gmprot.c
:100644 100644 441ca502... 6c8c5841... M	sbr/m_maildir.c
:100644 100644 59ee37d1... aa25636a... M	sbr/m_mktemp.c
:100644 100644 96f54f0e... d6029736... M	sbr/m_msgdef.c
:100644 100644 2c403d0c... 18ee081c... M	sbr/m_name.c
:100644 100644 353da562... 3c63d092... M	sbr/m_scratch.c
:100644 100644 4382061f... 291d9966... M	sbr/m_tmpfil.c
:100644 100644 c5332ca6... 4337b7ce... M	sbr/makedir.c
:100644 100644 ac04c296... fd92e369... M	sbr/mf.c
:100644 100644 7610cdaf... 6a9d84f4... M	sbr/mts.c
:100644 100644 7ef83eab... 5a9529de... M	sbr/path.c
:100644 100644 a687e694... 5ed8c3f1... M	sbr/peekc.c
:100644 100644 7991d592... f16f7e0b... M	sbr/pidstatus.c
:100644 100644 607538f5... ef42e1aa... M	sbr/pidwait.c
:100644 100644 a7bc7e53... e045788c... M	sbr/print_help.c
:100644 100644 bd7b5aa2... 6d475aba... M	sbr/print_sw.c
:100644 100644 b3300a98... b828b3cc... M	sbr/print_version.c
:100644 100644 82b85b08... ce00f68d... M	sbr/push.c
:100644 100644 fb4a77ce... dd665141... M	sbr/putenv.c
:100644 100644 92e152db... 92818f9a... M	sbr/r1bindex.c
:100644 100644 eba6eece... 2a680192... M	sbr/readconfig.c
:100644 100644 dc068fe0... fc2793c6... M	sbr/refile.c
:100644 100644 627ff3f2... 4ce0b145... M	sbr/remdir.c
:100644 100644 5ed6fde2... 882889c3... M	sbr/ruserpass.c
:100644 100644 ff3e23a4... 68fa7249... M	sbr/seq_add.c
:100644 100644 56bd2ec1... 30dd3f53... M	sbr/seq_bits.c
:100644 100644 67a93bb5... eb41ec40... M	sbr/seq_del.c
:100644 100644 aa9d57dd... 251b6091... M	sbr/seq_getnum.c
:100644 100644 f5dbb658... b64e8cd8... M	sbr/seq_list.c
:100644 100644 678ab5b5... 6887ac6a... M	sbr/seq_nameok.c
:100644 100644 81a1f5ca... 3d970380... M	sbr/seq_print.c
:100644 100644 c18d1dae... e3491218... M	sbr/seq_read.c
:100644 100644 84775b97... 94b75432... M	sbr/seq_save.c
:100644 100644 42195726... f18a3887... M	sbr/seq_setcur.c
:100644 100644 fdffa952... 11de1439... M	sbr/seq_setprev.c
:100644 100644 022982ea... ea18d176... M	sbr/seq_setunseen.c
:100644 100644 c099c1cd... 59ae7952... M	sbr/showfile.c
:100755 100755 d4f6e52e... 88beac1e... M	sbr/sigmsg.awk
:100644 100644 9f5f3792... 919b8e0e... M	sbr/signals.c
:100644 100644 1a104ada... 88a098b3... M	sbr/smatch.c
:100644 100644 558c2cf8... 5f3f1243... M	sbr/snprintb.c
:100644 100644 32edca9c... 5ccf28fd... M	sbr/ssequal.c
:100644 100644 4a026a3f... 04aad7d3... M	sbr/strcasecmp.c
:100644 100644 ebc29f59... 251145a2... M	sbr/strdup.c
:100644 100644 d7809550... 476a5741... M	sbr/strerror.c
:100644 100644 51cbe7c6... 9a1e4fe7... M	sbr/strindex.c
:100644 100644 8b57ad68... b640ea6f... M	sbr/trimcpy.c
:100644 100644 dedb0e5b... b3c81ff0... M	sbr/uprf.c
:100644 100644 7c4ddcf2... 48969abc... M	sbr/utils.c
:100644 100644 c6a39ea6... 3a376e10... M	sbr/vfgets.c
:100644 100644 6f271770... 31515ba8... M	uip/Makefile.in
:100644 100644 8513092c... 41f92a6e... M	uip/ali.c
:100644 100644 ec7be942... b1a7e619... M	uip/aliasbr.c
:100644 100644 ee9dcd71... 41716f7c... M	uip/anno.c
:100644 100644 7f1bdde7... 87e9580b... M	uip/annosbr.c
:100644 100644 ea2d36d7... a0f7f778... M	uip/ap.c
:100644 100644 f9dd9510... fa3ac73c... M	uip/burst.c
:100644 100644 9c915bf3... 5ebce6ed... M	uip/comp.c
:100644 100644 8247ff0c... 07e77fc9... M	uip/conflict.c
:100644 100644 1effbb05... 4bad51ac... M	uip/dist.c
:100644 100644 e5f7bc55... afd4e419... M	uip/distsbr.c
:100644 100644 6b41bb62... c94c8eac... M	uip/dp.c
:100644 100644 84435a2e... 3bd5c9be... M	uip/dropsbr.c
:100644 100644 b5226cea... e3da709b... M	uip/flist.c
:100644 100644 a590a006... fff45022... M	uip/fmtdump.c
:100644 100644 f83bedca... 3e7c85d8... M	uip/folder.c
:100644 100644 7892d7f5... ac0c4c53... M	uip/forw.c
:100644 100644 1d6727fa... 57f25ba6... M	uip/ftpsbr.c
:100644 100644 d31cdf76... f23a565f... M	uip/inc.c
:100644 100644 d3890938... c4847711... M	uip/install-mh.c
:100644 100644 372568a0... dd09b488... M	uip/mark.c
:100644 100644 2cb6cb57... 5e0ab3be... M	uip/md5.c
:100644 100644 fbe2b2c6... 1e862909... M	uip/mhbuild.c
:100644 100644 d95eee58... f01abd53... M	uip/mhbuildsbr.c
:100644 100644 ba66f6eb... 2223e80e... M	uip/mhcachesbr.c
:100644 100644 df0ee465... 38b830ec... M	uip/mhfree.c
:100644 100644 e37c3ba9... de12dde8... M	uip/mhl.c
:100644 100644 4cca8d2a... cb6a3cf6... M	uip/mhlist.c
:100644 100644 1a026293... 1aac74a8... M	uip/mhlistsbr.c
:100644 100644 a386771b... 58b29783... M	uip/mhlsbr.c
:100644 100644 e906b1d3... e5868609... M	uip/mhmail.c
:100644 100644 fddd5522... 7a231392... M	uip/mhmisc.c
:100644 100644 45358e7e... a7644a39... M	uip/mhn.c
:100644 100644 92352539... 7e12c46a... M	uip/mhoutsbr.c
:100644 100644 f9f78c34... 19f418e9... M	uip/mhparam.c
:100644 100644 bca79422... d40d78ce... M	uip/mhparse.c
:100644 100644 c4fd935b... 23ca5428... M	uip/mhpath.c
:100644 100644 2b406d44... 191eeff8... M	uip/mhshow.c
:100644 100644 9317defd... a63b8ed4... M	uip/mhshowsbr.c
:100644 100644 bef91224... 7b44a965... M	uip/mhstore.c
:100644 100644 151b2e64... a1b5e2a8... M	uip/mhstoresbr.c
:100644 100644 9590fd3c... 5c10b8bc... M	uip/mhtest.c
:100644 100644 1a59a3bd... e052b42e... M	uip/msgchk.c
:100644 100644 f492a370... aed4bc7d... M	uip/msh.c
:100644 100644 0201cbc8... 0190beec... M	uip/mshcmds.c
:100644 100644 82d6db55... 41d2ebf8... M	uip/new.c
:100644 100644 a696e727... c3654409... M	uip/packf.c
:100644 100644 e0d61368... 24e6862c... M	uip/pick.c
:100644 100644 61d5afb8... bd4c263e... M	uip/picksbr.c
:100644 100644 30e4c278... 3ac88be4... M	uip/popsbr.c
:100644 100644 87e31e8f... d5760a29... M	uip/post.c
:100644 100644 6f97a880... 7c28aece... M	uip/prompter.c
:100644 100644 7d669109... 9038d5ff... M	uip/rcvdist.c
:100644 100644 f03fc995... 0b4dc9fc... M	uip/rcvpack.c
:100644 100644 668eb86e... 3131076f... M	uip/rcvstore.c
:100644 100644 333a3b2f... 8b04d61d... M	uip/rcvtty.c
:100644 100644 7bc6d0b9... 25f76299... M	uip/refile.c
:100644 100644 4584b674... d2b75df9... M	uip/repl.c
:100644 100644 a415346e... 3dda4708... M	uip/replsbr.c
:100644 100644 c3dcc919... a49ba4cf... M	uip/rmf.c
:100644 100644 15302896... 7680008d... M	uip/rmm.c
:100644 100644 31aa245f... 077f824a... M	uip/scan.c
:100644 100644 c5f03292... 04dc2152... M	uip/scansbr.c
:100644 100644 7eb75bdf... d06b6c4a... M	uip/send.c
:100644 100644 65b5ba1b... 57ef0073... M	uip/sendsbr.c
:100644 100644 604f2ead... a59e10c3... M	uip/show.c
:100644 100644 f24228af... 37173f65... M	uip/slocal.c
:100644 100644 212b4416... cfad3d3c... M	uip/sortm.c
:100644 100644 1c1a8bc9... c7582ba0... M	uip/spost.c
:100644 100644 a1b8ebf1... 740d0210... M	uip/termsbr.c
:100644 100644 5b67ba15... aea746d3... M	uip/viamail.c
:100644 100644 327f4516... 908df854... M	uip/vmh.c
:100644 100644 a504220a... eb6e0378... M	uip/vmhsbr.c
:100644 100644 4093c38c... 572bad54... M	uip/vmhtest.c
:100644 100644 d9954264... d3fccfd6... M	uip/whatnow.c
:100644 100644 cd215020... 6bf4b369... M	uip/whatnowproc.c
:100644 100644 58ac8bd4... 723d4087... M	uip/whatnowsbr.c
:100644 100644 fe01326f... ddf99efb... M	uip/whom.c
:100644 100644 af06698d... e5ff4903... M	uip/wmh.c

commit bd7d13ad3cdf433d73849b3bb847eaec2f1396ba
Author:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
AuthorDate: Thu Dec 2 21:04:30 2010 -0500
Commit:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
CommitDate: Thu Dec 2 21:04:30 2010 -0500

    Whoops, forgot to bracket the calls for TLS shutdown with a #ifdef TLS_SUPPORT

:100644 100644 e6bca9a9... 20fdce52... M	mts/smtp/smtp.c

commit 03bf20a885b3953a0385e814ba4e0196b46f6159
Author:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
AuthorDate: Thu Dec 2 20:37:54 2010 -0500
Commit:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
CommitDate: Thu Dec 2 20:37:54 2010 -0500

    Update for git conversions (and cleanup of autogen.sh to use autoreconf)

:100644 000000 5f5cca9b... 00000000... D	.cvsignore
:000000 100644 00000000... 70f75d98... A	.gitignore
:100755 100755 29a02b95... 71a29127... M	autogen.sh
:100644 000000 625becce... 00000000... D	config/.cvsignore
:100644 000000 f3c7a7c5... 00000000... D	docs/.cvsignore
:100644 000000 e234ebf7... 00000000... D	etc/.cvsignore
:100644 000000 f3c7a7c5... 00000000... D	h/.cvsignore
:100644 000000 cacddcd5... 00000000... D	man/.cvsignore
:100644 000000 f3c7a7c5... 00000000... D	mts/.cvsignore
:100644 000000 f3c7a7c5... 00000000... D	mts/smtp/.cvsignore
:100644 000000 38a6b43b... 00000000... D	sbr/.cvsignore
:100644 000000 6adffa00... 00000000... D	test/.cvsignore
:100644 000000 ec00fcba... 00000000... D	uip/.cvsignore

commit 676aafb5cca9531170843b28fe4e3ba12c322c50
Author:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
AuthorDate: Thu Dec 2 18:03:22 2010 -0500
Commit:     Ken Hornstein <kenh@cmf.nrl.navy.mil>
CommitDate: Thu Dec 2 18:03:22 2010 -0500

    Change configure.in to emit a warning when an argument is given to
    --with-cyrus-sasl.

:100644 100644 8e8fb1c9... 2c47c90a... M	configure.in

commit e056446589e2fee53f823e0da1fb34076018c3dd
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Sun Nov 21 22:19:51 2010 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Sun Nov 21 22:19:51 2010 +0000

    Fix the test for sasl.h to look in the correct place.

:100644 100644 77307173... 8e8fb1c9... M	configure.in

commit da304a48a24d7cc7fafae13c994d94ad3d6483f2
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Nov 19 20:13:39 2010 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Nov 19 20:13:39 2010 +0000

    (Minor) cleanup of some of the autoconf code with respect to the handling
    of compiler flags for SASL, and also rototill (and simplify) the autoconf
    handling for the same.
    
    Add TLS support for the SMTP MTA.

:100644 100644 7941c076... 20d123fe... M	aclocal.m4
:100644 100644 aba161b8... 6c4613d3... M	config/Makefile.in
:100644 100644 e43fca10... 77307173... M	configure.in
:100644 100644 5e097e43... b31cb0bc... M	man/mh-chart.man
:100644 100644 892215a2... 772bbfb9... M	man/post.man
:100644 100644 25fa3579... a20296e5... M	man/send.man
:100644 100644 f8b0ed31... e837ddc3... M	mts/smtp/Makefile.in
:100644 100644 7413639c... e6bca9a9... M	mts/smtp/smtp.c
:100644 100644 4fdcdfe5... 12fdedba... M	mts/smtp/smtp.h
:100644 100644 69a280cd... 0f84568b... M	sbr/Makefile.in
:100644 100644 1e1ae9b9... 6f271770... M	uip/Makefile.in
:100644 100644 ba898a4c... 87e31e8f... M	uip/post.c
:100644 100644 8409654d... 7eb75bdf... M	uip/send.c
:100644 100644 da2debde... 58ac8bd4... M	uip/whatnowsbr.c
:100644 100644 51ce5fef... fe01326f... M	uip/whom.c

commit 8b0b9f913c2f0987ba8337178d3a6b3dcae906e6
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Fri Nov 12 23:28:26 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Fri Nov 12 23:28:26 2010 +0000

    man/slocal.man: fix formatting error that meant a subsection heading
    wasn't displayed as such. Followon cleanup: since the new heading is too
    wide to fit in the margin, tidy the margin to 4 characters wide so we
    are consistent with how all the headings are displayed.

:100644 100644 556418a3... 7fdb84b2... M	ChangeLog
:100644 100644 eeb07655... f32b4894... M	man/slocal.man

commit 682769680c6e77bf8cf797c23eccd1d4e2753066
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed Nov 10 22:26:07 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed Nov 10 22:26:07 2010 +0000

    configure.in: add a level of expansion for mandir when printing the
    end-of-configure install path summary.

:100644 100644 5d0f2304... 556418a3... M	ChangeLog
:100644 100644 6d4a9d40... e43fca10... M	configure.in

commit ca2c0f532cb7ca04e38272385f08bde8b3f56166
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Nov 9 21:33:22 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Nov 9 21:33:22 2010 +0000

    man/rmm.man: fix error in synopsis: the option is [no]unlink, not [no]link.

:100644 100644 6847b8f7... 5d0f2304... M	ChangeLog
:100644 100644 d8cdf8bc... 614b97ad... M	man/rmm.man

commit a1e2c63df5871a156c2735b679b58716a0af2b29
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Fri Nov 5 22:06:10 2010 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Fri Nov 5 22:06:10 2010 +0000

    Silence a (harmless) uninitialized variable warning.

:100644 100644 ab70c246... 7413639c... M	mts/smtp/smtp.c

commit 3bf07d227725f798f654ac09f015f35d27ab83cb
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Aug 31 15:00:53 2010 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Aug 31 15:00:53 2010 +0000

            * uip/.cvsignore:  added "new".

:100644 100644 2a9c1456... 6847b8f7... M	ChangeLog
:100644 100644 400537d8... ec00fcba... M	uip/.cvsignore

commit 8cf1d92e52d3feac4ed32ec733e2c0ed7f384e86
Author:     Earl Hood <earl@earlhood.com>
AuthorDate: Sat Feb 6 07:47:38 2010 +0000
Commit:     Earl Hood <earl@earlhood.com>
CommitDate: Sat Feb 6 07:47:38 2010 +0000

    #ifdef AI_ADDRCONFIG since older IPv4-only systems may not define this flag,
    causing files that use to not compile.

:100644 100644 a03809e1... d3374ad4... M	sbr/client.c
:100644 100644 2fc3fb7d... 1d6727fa... M	uip/ftpsbr.c
:100644 100644 a3ef6ba6... a386771b... M	uip/mhlsbr.c

commit b7c348e99fa223f370ebdb4fd9b6627596c66a08
Author:     Earl Hood <earl@earlhood.com>
AuthorDate: Sat Feb 6 07:45:47 2010 +0000
Commit:     Earl Hood <earl@earlhood.com>
CommitDate: Sat Feb 6 07:45:47 2010 +0000

    Fixed variable declaration so older compilers will not complain.
    I.e. Older compilers may not support C99, so variables must be
    declared at the beginning of a block.

:100644 100644 22290363... 59ee37d1... M	sbr/m_mktemp.c

commit 2f689a1cb907a5de04e6d39ffd217a69af3216c7
Author:     Earl Hood <earl@earlhood.com>
AuthorDate: Thu Feb 4 01:39:21 2010 +0000
Commit:     Earl Hood <earl@earlhood.com>
CommitDate: Thu Feb 4 01:39:21 2010 +0000

    * Bug #15213, #18635: The use of the insecure m_scratch() and
      m_tmpfil() functions have been replaced by m_mktemp()
      or m_mktemp2() functions (defined in sbr/m_mktemp.c).
      The new functions use mkstemp() to securely create
      temporary files to avoid the numerous race conditions
      that exist with the old functions.  This does assume
      that mkstemp() is available.  Unsure if we need to
      create an alternative implementation if mkstemp() is
      not available.  More information about new temp file
      functions in m_mktemp.c, including the support for
      MHTMPDIR, TMPDIR, and TMP envvars.
    
    NOTE: The files sbr/m_scratch.c and sbr/m_tmpfil.c should be removed.
    Until more testing verifies changes to support new functions have not
    broken functionality, the files are be left in the tree, but comments
    have been added stating the functions in them should not be called.

:100644 100644 992f51ce... 2a9c1456... M	ChangeLog
:100644 100644 66e42ada... cffd9399... M	etc/Makefile.in
:100644 100644 32f6a3d3... b0443907... M	h/prototypes.h
:100644 100644 b8787d17... 69a280cd... M	sbr/Makefile.in
:100644 100644 9d5b6d3c... 87fddb90... M	sbr/fmt_rfc2047.c
:100644 100644 ca4020b0... 9054963e... M	sbr/fmt_scan.c
:100644 100644 fc3d2c05... 55fd06e5... M	sbr/getarguments.c
:000000 100644 00000000... 22290363... A	sbr/m_mktemp.c
:100644 100644 df635316... 353da562... M	sbr/m_scratch.c
:100644 100644 907c6244... 4382061f... M	sbr/m_tmpfil.c
:100644 100644 6043bee1... 607538f5... M	sbr/pidwait.c
:100644 100644 e8ef50ae... 7f1bdde7... M	uip/annosbr.c
:100644 100644 15756d30... f9dd9510... M	uip/burst.c
:100644 100644 1b5f5e13... e5f7bc55... M	uip/distsbr.c
:100644 100644 2d4f2d53... 7892d7f5... M	uip/forw.c
:100644 100644 fce9cec2... d31cdf76... M	uip/inc.c
:100644 100644 9d9f553a... fbe2b2c6... M	uip/mhbuild.c
:100644 100644 b75034ab... d95eee58... M	uip/mhbuildsbr.c
:100644 100644 420dbb63... a3ef6ba6... M	uip/mhlsbr.c
:100644 100644 f08a583a... e906b1d3... M	uip/mhmail.c
:100644 100644 2ebdc1ff... 92352539... M	uip/mhoutsbr.c
:100644 100644 7c100006... bca79422... M	uip/mhparse.c
:100644 100644 1c05a42d... 151b2e64... M	uip/mhstoresbr.c
:100644 100644 d87f92ea... f492a370... M	uip/msh.c
:100644 100644 147a261b... 0201cbc8... M	uip/mshcmds.c
:100644 100644 81a1afb0... 82d6db55... M	uip/new.c
:100644 100644 839e3d33... 30e4c278... M	uip/popsbr.c
:100644 100644 75468185... ba898a4c... M	uip/post.c
:100644 100644 35f6860a... 6f97a880... M	uip/prompter.c
:100644 100644 7ee47fd9... 7d669109... M	uip/rcvdist.c
:100644 100644 21f6c776... 668eb86e... M	uip/rcvstore.c
:100644 100644 97c32284... 333a3b2f... M	uip/rcvtty.c
:100644 100644 df182584... c5f03292... M	uip/scansbr.c
:100644 100644 43f4c022... 8409654d... M	uip/send.c
:100644 100644 fd21acd3... 65b5ba1b... M	uip/sendsbr.c
:100644 100644 e783a797... 604f2ead... M	uip/show.c
:100644 100644 4a8875e7... f24228af... M	uip/slocal.c
:100644 100644 04a76d2f... 5b67ba15... M	uip/viamail.c
:100644 100644 5fcba33c... da2debde... M	uip/whatnowsbr.c

commit 352fe458a57061db81240c19fa4b356c7448463b
Author:     Earl Hood <earl@earlhood.com>
AuthorDate: Wed Feb 3 05:56:56 2010 +0000
Commit:     Earl Hood <earl@earlhood.com>
CommitDate: Wed Feb 3 05:56:56 2010 +0000

    * mts/smtp/smtp.c: added SASL support if mts configuration
      setting is set to "sendmail".  This is useful if sendmail
      conf option is to a custom script that creates a proxy
      connection to an smtp server.
    
    * sbr/mts.c: added support for MHMTSCONF and MHMTSUSERCONF
      envvars.  The former specifies an alternative system
      mts.conf to use.  The later specifies a user-specific
      mts.conf to use.  This one will be read after the system
      conf, so the user's conf only needs to set options they
      want to override.  The MHMTSUSERCONF allows a user to set
      personal alternative mail submission methods w/o affecting
      other users on the system.
    
    * uip/whom.c: added SASL-based options so address checking
      can work against a server that requires SASL.

:100644 100644 38ba7e4e... 992f51ce... M	ChangeLog
:100644 100644 05e292ff... ab70c246... M	mts/smtp/smtp.c
:100644 100644 de7518c0... 7610cdaf... M	sbr/mts.c
:100644 100644 d04ef27e... 51ce5fef... M	uip/whom.c

commit d8916ff5d389de5ab225cd6f40aeda1b285d0f28
Author:     David Levine <levinedl@acm.org>
AuthorDate: Wed Dec 30 01:42:45 2009 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Wed Dec 30 01:42:45 2009 +0000

            * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
            pointers to unsigned long before casting to unsigned int
            to avoid warnings on 64-bit about casting from pointer
            to int of different size.

:100644 100644 a0528ebc... 38ba7e4e... M	ChangeLog
:100644 100644 10ec55d6... 1a026293... M	uip/mhlistsbr.c
:100644 100644 9f1ebdde... 420dbb63... M	uip/mhlsbr.c
:100644 100644 1e16795f... 61d5afb8... M	uip/picksbr.c

commit 7e3a3c499d1637d633d385c1058947c02676e3c5
Author:     David Levine <levinedl@acm.org>
AuthorDate: Wed Dec 30 01:41:47 2009 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Wed Dec 30 01:41:47 2009 +0000

            * uip/new.c: cast folder_len to int to avoid warning on
            64-bit about passing a size_t to an int conversion specifier.

:100644 100644 f5c605c7... a0528ebc... M	ChangeLog
:100644 100644 4ff8c049... 81a1afb0... M	uip/new.c

commit cd665517f488ca62e71b7fd1db6df0813dee052a
Author:     David Levine <levinedl@acm.org>
AuthorDate: Fri Dec 25 14:47:39 2009 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Fri Dec 25 14:47:39 2009 +0000

            * uip/inc.c: gcc 4.4.1 noticed that maildir could have been
            used before initialization.  In fact, if that code was ever
            reached, maildir would never have been initialized.  It's in
            an adios call, so replaced with NULL.

:100644 100644 f72df8e1... f5c605c7... M	ChangeLog
:100644 100644 0fcff840... fce9cec2... M	uip/inc.c

commit 5658c6c561ca13aae18a68f178457245176526fc
Author:     David Levine <levinedl@acm.org>
AuthorDate: Mon Dec 21 17:18:04 2009 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Mon Dec 21 17:18:04 2009 +0000

    * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of
    sasl_inbuffer because it could be used in sm_fget ().  Also,
    removed allocation of sasl_inbuffer because that was done in
    either smtp_init () or sendmail_init ().

:100644 100644 52e56ed5... f72df8e1... M	ChangeLog
:100644 100644 e93a7c24... 05e292ff... M	mts/smtp/smtp.c

commit 3c92470c2b683842612ea670fac3e04330f9ca84
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Jan 26 13:38:13 2009 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Jan 26 13:38:13 2009 +0000

    Remove duplicate sm_fgetc() declaration

:100644 100644 7af8d309... e93a7c24... M	mts/smtp/smtp.c

commit 86048c14a070e3382577dd22519319bce77c70b9
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Wed Jan 21 19:38:36 2009 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Wed Jan 21 19:38:36 2009 +0000

    Fix warning in getaddrinfo() call.
    Add missing support for -port in whatnow.
    Make sure the SASL input buffer is allocated when using the sendmail mts.

:100644 100644 37a7b07c... 7af8d309... M	mts/smtp/smtp.c
:100644 100644 732fb47f... a03809e1... M	sbr/client.c
:100644 100644 42e0d61a... 5fcba33c... M	uip/whatnowsbr.c

commit 21ddd311ae7c2d5798c8fdd6add1ef229f82950b
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Sun Jan 18 04:48:42 2009 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Sun Jan 18 04:48:42 2009 +0000

            * etc/mhn.defaults.sh: Never try to make mhshow start xterm.

:100644 100644 b2ea1aa7... 52e56ed5... M	ChangeLog
:100644 100644 7fd6b15f... 47b01061... M	docs/pending-release-notes
:100755 100755 e25cac42... fc5a6682... M	etc/mhn.defaults.sh

commit 55669aa463e2ce09a1873831bba729d2a29d2188
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Sat Jan 17 16:53:07 2009 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Sat Jan 17 16:53:07 2009 +0000

    Note 'new' commands.

:100644 100644 7c05abee... 7fd6b15f... M	docs/pending-release-notes

commit 788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Sat Jan 17 16:47:29 2009 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Sat Jan 17 16:47:29 2009 +0000

            * test/runtest, test/tests/inc/test-deb359167,
            test/tests/inc/test-eom-align, test/tests/manpages/test-manpages:
            Load common.sh via absolute path, otherwise some /bin/sh
            (e.g. dash) can't load it.
    
            * uip/Makefile.in, uip/new.c, test/tests/new/test-basic: Add new
            program, and fn/fp/unseen symlinks.
    
            * test/{runtest,setup-test}: Move MH profile under Mail directory
            so each test script will have its own to muck with, if needed.
    
            * h/Makefile.in, h/crawl_folders.h, sbr/Makefile.in,
            sbr/crawl_folders.c, uip/folder.c: Extract the folder crawling
            code from folder.c into new crawl_folders function, using a
            callback to assemble the folder info in folder.c.  Drop compare
            function and use strcmp instead.  Rename addfold and addir to
            add_folder and add_children (add dir vs. add folder?
            confusing names).

:100644 100644 5817d9a6... b2ea1aa7... M	ChangeLog
:100644 100644 492d3643... 7b4a2769... M	h/Makefile.in
:000000 100644 00000000... d04287a6... A	h/crawl_folders.h
:100644 100644 1cd0b609... cacddcd5... M	man/.cvsignore
:100644 100644 fe70265d... ab93318d... M	man/Makefile.in
:000000 100644 00000000... 7529017e... A	man/fnext.man
:000000 100644 00000000... 7529017e... A	man/fprev.man
:000000 100644 00000000... c724d3e5... A	man/new.man
:000000 100644 00000000... 7529017e... A	man/unseen.man
:100644 100644 a920958c... b8787d17... M	sbr/Makefile.in
:000000 100644 00000000... 4889bf1c... A	sbr/crawl_folders.c
:100755 100755 4ec4a03e... 0b186530... M	test/runtest
:100755 100755 a99c6c7e... fab26a0e... M	test/setup-test
:100644 100644 61d3283f... 36cd1c24... M	test/tests/inc/test-deb359167
:100644 100644 5d197fff... 3b6c6779... M	test/tests/inc/test-eom-align
:100644 100644 2ad77d8d... f7acc69c... M	test/tests/manpages/test-manpages
:000000 100644 00000000... 772b72f4... A	test/tests/new/test-basic
:100644 100644 f101a28f... 1e1ae9b9... M	uip/Makefile.in
:100644 100644 a94f1315... f83bedca... M	uip/folder.c
:000000 100644 00000000... 4ff8c049... A	uip/new.c

commit d6ed7408ae67cf31b31a8c42515a160f7dc6330a
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Jan 16 15:48:09 2009 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Jan 16 15:48:09 2009 +0000

    Move freeaddrinfo() to inside of our loop; this prevents a memory leak
    and also prevents it from being called with a NULL pointer.

:100644 100644 ae6968f7... 732fb47f... M	sbr/client.c

commit 7b98850d3b8b2453b473fdfb6db52f4aa3fe39b6
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Jan 16 02:28:54 2009 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Jan 16 02:28:54 2009 +0000

    Massive overhaul of networking code.  Changes:
    
    - All networking interfaces now converted to new APIs (getaddrinfo() and
      the like).  All networking now supports IPv6 (with the exception of
      the built-in FTP client).
    - SASL security layers are now supported for SMTP.
    - Command-line and profile-based selection of the SMTP server and port.

:100644 100644 6091daad... 7941c076... M	aclocal.m4
:100644 100644 ce9c4ba7... 6d4a9d40... M	configure.in
:100644 100644 3dd76230... 224600dc... M	docs/README.SASL
:000000 100644 00000000... 7c05abee... A	docs/pending-release-notes
:100644 000000 41b0226f... 00000000... D	h/netdb.h
:100644 100644 1de40677... 32f6a3d3... M	h/prototypes.h
:100644 100644 4fc80b14... 6a3fda5d... M	man/mh-tailor.man
:100644 100644 f437f621... 892215a2... M	man/post.man
:100644 100644 0c65f5ac... 25fa3579... M	man/send.man
:100644 100644 33eb9e66... 908e6194... M	mts/smtp/hosts.c
:100644 100644 35eefb48... 37a7b07c... M	mts/smtp/smtp.c
:100644 100644 73eb5de7... 4fdcdfe5... M	mts/smtp/smtp.h
:100644 100644 0d0454cd... ae6968f7... M	sbr/client.c
:100644 100644 cc5ff8e3... de7518c0... M	sbr/mts.c
:100644 100644 5b079ba2... 2fc3fb7d... M	uip/ftpsbr.c
:100644 100644 acf21de9... 9f1ebdde... M	uip/mhlsbr.c
:100644 100644 8e14d524... 839e3d33... M	uip/popsbr.c
:100644 100644 e3b6229d... 75468185... M	uip/post.c
:100644 100644 196af625... 43f4c022... M	uip/send.c
:100644 100644 a7194319... 42e0d61a... M	uip/whatnowsbr.c

commit 439d79535278cca4149434a457874addd94fee0f
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Fri Dec 26 21:54:19 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Fri Dec 26 21:54:19 2008 +0000

    * sbr/m_getfld.c: fix two bugs which could cause us to walk off
    the beginning of the stdio or prefix-string buffer when checking
    for presence of the end-of-message delimiter in some situations.
    This might cause inc to dump core if you were unlucky. (This was
    Debian bug 359167.)
    * test/tests/inc/{md5sums,msgheader.txt,test-deb359167,
    test-eom-align,fromline.txt,filler.txt,deb359167.mbox}: new tests
    both for the specific problem and to try to check various alignments
    of the eom string with the stdio buffer ending.
    * test/common.sh: Added some functions for doing progress indicators.

:100644 100644 d1082ce6... 5817d9a6... M	ChangeLog
:100644 100644 9424188f... ecbbd3c5... M	sbr/m_getfld.c
:100644 100644 1c675e20... 5d46c8c2... M	test/common.sh
:000000 100644 00000000... 5e861161... A	test/tests/inc/deb359167.mbox
:000000 100644 00000000... 7be957f3... A	test/tests/inc/filler.txt
:000000 100644 00000000... 8bc47909... A	test/tests/inc/fromline.txt
:000000 100644 00000000... 7f68baa3... A	test/tests/inc/md5sums
:000000 100644 00000000... f6faad4f... A	test/tests/inc/msgheader.txt
:000000 100644 00000000... 61d3283f... A	test/tests/inc/test-deb359167
:000000 100644 00000000... 5d197fff... A	test/tests/inc/test-eom-align

commit dba2e3c8f09a64ebf3c07323f1cb5fb2fa611d12
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Fri Dec 26 16:32:07 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Fri Dec 26 16:32:07 2008 +0000

    test/common.sh: new file for common utility functions for the test scripts.
    Moved findprog out of manpage test script into this new file.

:100644 100644 e561c512... d1082ce6... M	ChangeLog
:000000 100644 00000000... 1c675e20... A	test/common.sh
:100644 100644 ab06831c... 2ad77d8d... M	test/tests/manpages/test-manpages

commit 5b32b30305e864c22241dc1740a79fda9c269db7
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu Dec 25 23:30:33 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu Dec 25 23:30:33 2008 +0000

    test/runtest: automatically run setup-test if it hasn't already
    been done. Improve error handling in test script with 'set -e'.

:100644 100644 d69cbcac... e561c512... M	ChangeLog
:100755 100755 21feb73f... 4ec4a03e... M	test/runtest

commit 2d4bd0ad2d574ffff2359a88bfcf53e792c3c830
Author:     David Levine <levinedl@acm.org>
AuthorDate: Thu Oct 23 18:38:22 2008 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Thu Oct 23 18:38:22 2008 +0000

            * h/mh.h: raised NAMESZ from 128 to 999.  RFC 2822 limits line
            lengths to 998 characters, so a header name can be at most that long.
            m_getfld limits header names to 2 less than NAMESZ, which is fine,
            because header names must be followed by a colon.  Add one for
            terminating NULL.

:100644 100644 2ce209a4... d69cbcac... M	ChangeLog
:100644 100644 97c7769b... 6513f246... M	h/mh.h

commit 3fcd202c63415345fbafe735a02cb040e3879aa9
Author:     David Levine <levinedl@acm.org>
AuthorDate: Thu Oct 23 18:14:52 2008 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Thu Oct 23 18:14:52 2008 +0000

            * sbr/m_getfld.c: in warning message, use NAMESZ-2 instead of
            NAMESZ-1 bytes because the message says "exceeds", not
            "is greater than or equal to".

:100644 100644 b486c5ec... 2ce209a4... M	ChangeLog
:100644 100644 bbf11fed... 9424188f... M	sbr/m_getfld.c

commit 0aef47ae5c03e1d9e3f225efe5ae362e7cf5ee35
Author:     David Levine <levinedl@acm.org>
AuthorDate: Thu Oct 23 16:45:36 2008 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Thu Oct 23 16:45:36 2008 +0000

            * docs/MAIL.FILTERING: added note on removing procmail -f or
            -r options to try to suppress generation of a "From " line on
            incoming messages.

:100644 100644 d7a94330... b486c5ec... M	ChangeLog
:100644 100644 becf31a0... b0b5e8d0... M	docs/MAIL.FILTERING

commit a54f2c5282e07ef6cd89d1fcdcb6ce4e15b07da9
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Tue Aug 19 04:36:42 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Tue Aug 19 04:36:42 2008 +0000

    +mhn.defaults.sh.cfg

:100644 100644 ede4efeb... e234ebf7... M	etc/.cvsignore

commit 745184ce4dfd76dfe3edd5289bd638e599e0892e
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 19:47:29 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 19:47:29 2008 +0000

            * test/setup-test: Don't run autogen.sh unless needed.  Build in a
            blddir under the temporary directory so as not to interfere with
            whatever the developer may be doing in the source directory.
            If the temporary directory already exists, rebuild and install it.

:100644 100644 60587481... d7a94330... M	ChangeLog
:100755 100755 00ad57a0... a99c6c7e... M	test/setup-test

commit d852091446f41b56c10a4163c9d00dd90eb2bc1b
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 06:19:08 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 06:19:08 2008 +0000

    This is what happens with last-minute "safe" improvements: actually point
    chset to something in the new merged InitText!

:100644 100644 f5ff85c2... 7c100006... M	uip/mhparse.c

commit 6b7218e1ae606329bf2e45b08e2e46cb9f0fc998
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 01:50:45 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 01:50:45 2008 +0000

            * sbr/ambigsw.c: Send print_sw output to stderr.  This avoids
            strange problems with scan `pick -bogus`, not to mention being
            nicer anyway.
    
            * sbr/getans.c, sbr/print_help.c, uip/msh.c: Send print_sw output
            to stdout.
    
            * h/prototypes.h, sbr/print_sw.c (print_sw): Add FILE * argument
            and send output there rather than to stdout.
    
            * test/tests/pick/test-stderr: Add test that error messages don't
            end up going to stdout.

:100644 100644 f3eb541b... 60587481... M	ChangeLog
:100644 100644 d10346f3... 1de40677... M	h/prototypes.h
:100644 100644 53c8da1a... 42796b34... M	sbr/ambigsw.c
:100644 100644 4feb3b90... deb884e1... M	sbr/getans.c
:100644 100644 17744559... a7bc7e53... M	sbr/print_help.c
:100644 100644 426724b4... bd7b5aa2... M	sbr/print_sw.c
:000000 100644 00000000... 35a64efb... A	test/tests/pick/test-stderr
:100644 100644 6d6fbca2... d87f92ea... M	uip/msh.c

commit 528f017cdebf19e2868bb77891e28e628defd13c
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 01:31:11 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 01:31:11 2008 +0000

            * uip/pick.c: Ensure valid sequence name as soon as we parse it from
            command, instead of searching the messages first.

:100644 100644 969241f7... f3eb541b... M	ChangeLog
:100644 100644 7aa48700... e0d61368... M	uip/pick.c

commit 1ae9fa8a84998e44e0234543162e257815d7e972
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 01:28:56 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 01:28:56 2008 +0000

            * uip/pick.c: Print matching messages immediately, instead of
            waiting until the very end to print anything.

:100644 100644 280061b4... 969241f7... M	ChangeLog
:100644 100644 2d9b76eb... 7aa48700... M	uip/pick.c

commit 1a211d317de75928b79ff5336dbaeeed14bd74ec
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 01:11:12 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 01:11:12 2008 +0000

            * uip/Makefile.in, uip/popi.c: Remove popi.c, which has been dead
            since PatchSet 257 (2000/06/12 11:07:34 UTC).

:100644 100644 2cc1ba72... 280061b4... M	ChangeLog
:100644 100644 abd7cf4e... f101a28f... M	uip/Makefile.in
:100644 000000 f522042e... 00000000... D	uip/popi.c

commit 636b3bab53e3fc2154bb86fb02aeecf433cc977a
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Thu Aug 14 00:56:38 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Thu Aug 14 00:56:38 2008 +0000

            * h/mhparse.h: Move interfaces also used by mhbuildsbr.c here
            from mhparse.c.
    
            * uip/Makefile.in (mhbuild): Build with mhparse.o.
    
            * uip/mhbuildsbr.c: Drop the duplication of mhparse.c.
    
            * uip/mhbuild.c, uip/mhlist.c, uip/mhn.c, uip/mhshow.c,
            uip/mhstore.c, uip/mhtest.c: Drop check swdeclaration, which is
            now in mhparse.h.
    
            * uip/mhparse.c: Move some declarations to mhparse.h, and remove
            'static' from the definitions here.
            (get_ctinfo): Take magic mhbuild support from mhbuildsbr.c's copy,
            and adapt callers.
            (incl_name_value, extract_name_value): Move from mhbuildsbr.c to
            support get_ctinfo change).
            (get_content, open7Bit): Add Content-Disposition support, added to
            mhbuildsbr.c's copy in mhbuildsbr.c r1.12 (PatchSet 549).
            (InitText): Default to CHARSET_UNSPECIFIED instead of "US-ASCII",
            as mhbuildsbr.c's copy did.  Explain termproc.
            (openBase64, openQuoted, open7Bit): Fix comment from r1.5:
            suffixes, not prefixes.
            (openMail): Explain showproc.
    
            * test/tests/mhshow/test-cte-binary: Add test for
            Content-Transfer-Encoding: binary (Debian #136976).
    
            * test/tests/mhbuild/test-forw: Add an mhbuild test, testing forw
            with and without RFC-934 mode.  More mhbuild tests would be nice.

:100644 100644 2e03ab67... 2cc1ba72... M	ChangeLog
:100644 100644 812b78f5... eb7cb18e... M	h/mhparse.h
:000000 100644 00000000... 1dece262... A	test/tests/mhbuild/test-forw
:000000 100644 00000000... 359d42e6... A	test/tests/mhshow/test-cte-binary
:100644 100644 e58ac4f7... abd7cf4e... M	uip/Makefile.in
:100644 100644 a47022ee... 9d9f553a... M	uip/mhbuild.c
:100644 100644 76866fe2... b75034ab... M	uip/mhbuildsbr.c
:100644 100644 4bb21bb5... 4cca8d2a... M	uip/mhlist.c
:100644 100644 376fc583... 45358e7e... M	uip/mhn.c
:100644 100644 67717890... f5ff85c2... M	uip/mhparse.c
:100644 100644 179173ef... 2b406d44... M	uip/mhshow.c
:100644 100644 91c57a22... bef91224... M	uip/mhstore.c
:100644 100644 d8c025fa... 9590fd3c... M	uip/mhtest.c

commit 4fd21e0553ce66d17b11c815dee3e88f34c992ad
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Wed Aug 13 23:59:56 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Wed Aug 13 23:59:56 2008 +0000

    Oops, meant to use $failed (number of failed checks) as the exit code.

:100644 100644 947dc305... b9e76a11... M	test/tests/bad-input/test-header

commit 9ca9891af4db7cbe46a9fdd8a7248bae3454a533
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Wed Aug 13 23:32:03 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Wed Aug 13 23:32:03 2008 +0000

    Add descriptive headers, as other tests have.

:100644 100644 4832106c... 947dc305... M	test/tests/bad-input/test-header
:100644 100644 25dde498... ae6ec056... M	test/tests/mhshow/test-qp
:100644 100644 597bb96f... 780a69dc... M	test/tests/scan/test-scan

commit 8b4410a1f3cb75e3d92b61176397655d509f81ee
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Wed Aug 13 18:27:36 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Wed Aug 13 18:27:36 2008 +0000

            * test/tests/bad-input/test-header: Add test for it.
    
            * sbr/m_getfld.c: If we reach the end of the line without finding
            a ':' when parsing a header field, treat that line as the
            beginning of the body rather than blowing up.  These messages are
            usually spam, but it's nice to be able to at least scan them.

:100644 100644 e33aec2a... 2e03ab67... M	ChangeLog
:100644 100644 c542d52f... bbf11fed... M	sbr/m_getfld.c
:000000 100644 00000000... 4832106c... A	test/tests/bad-input/test-header

commit a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Wed Aug 13 01:01:12 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Wed Aug 13 01:01:12 2008 +0000

            * test/tests/mhshow/test-qp: Test various valid and invalid
            escape sequences.
    
            * uip/mhparse.c (openQuoted): Simplify the decode-or-show for loop by
            peeking ahead to the next byte(s) when encountering '=', and just let
            invalid escape sequences through as literals (fixes bug #15245).

:100644 100644 1016132d... e33aec2a... M	ChangeLog
:000000 100644 00000000... 25dde498... A	test/tests/mhshow/test-qp
:100644 100644 4887d9a1... 67717890... M	uip/mhparse.c

commit d07df38d26ffdd37545d6eb81c9874ba7bea44f3
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Wed Aug 13 01:00:20 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Wed Aug 13 01:00:20 2008 +0000

    Ignore test-temp-dir.

:000000 100644 00000000... 6adffa00... A	test/.cvsignore

commit 5cd118faad19dea7a13c2f11f1d078a2fd3cfce4
Author:     Paul Fox <pgf@foxharp.boston.ma.us>
AuthorDate: Tue Aug 12 21:01:30 2008 +0000
Commit:     Paul Fox <pgf@foxharp.boston.ma.us>
CommitDate: Tue Aug 12 21:01:30 2008 +0000

    add one more hint for developers, to explicitly point at docs/README.developers

:100644 100644 e93a1b42... e7a779b8... M	INSTALL

commit 4a6d6b0b6d7c306c3d73e39a6a76f016ff60a6b1
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Aug 12 18:04:29 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Aug 12 18:04:29 2008 +0000

    autogen.sh (new file): add script for running the GNU autotools in the
    right order. Mention and use new script in the appropriate places.

:100644 100644 0b0c883c... 1016132d... M	ChangeLog
:100644 100644 a3313873... e93a1b42... M	INSTALL
:000000 100755 00000000... 29a02b95... A	autogen.sh
:100644 100644 a85f37d5... 23a1d2df... M	docs/README.developers
:100755 100755 2636a5df... 00ad57a0... M	test/setup-test

commit a33d9f4d7a1bf4bd4ab286f69af322b5b8d7c946
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Fri Aug 8 23:45:24 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Fri Aug 8 23:45:24 2008 +0000

            * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add support for
            DragonFlyBSD stdio (from NetBSD pkgsrc).

:100644 100644 7dc54913... 0b0c883c... M	ChangeLog
:100644 100644 7c132ceb... 55c160bf... M	sbr/discard.c
:100644 100644 59b8682f... c542d52f... M	sbr/m_getfld.c
:100644 100644 6a9278bb... df182584... M	uip/scansbr.c

commit fd36f8c46bb76abaadc52321a03ee5f196676a0b
Author:     Eric Gillespie <epg@pretzelnet.org>
AuthorDate: Fri Aug 8 04:45:05 2008 +0000
Commit:     Eric Gillespie <epg@pretzelnet.org>
CommitDate: Fri Aug 8 04:45:05 2008 +0000

    s/ls/cd/ in comment (probably pasted from test-ls)

:100644 100644 6bc20400... 3e0ddc43... M	test/tests/whatnow/test-cd

commit 9be69008c0dd066816b4a9b04d47fade2282664a
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Aug 5 21:06:00 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Aug 5 21:06:00 2008 +0000

    uip/folder.c: chdir(nmhdir) in main rather than in dodir, which
    is called many times.  Drop the chdir in get_folder_info, which
    served no purpose at all.  If struct stat has d_type (BSD), use
    that to skip processing (strcmp, stat, and so on) of message
    files, mostly undoing the slow-down from the last change.
    Plus autoconf machinery to detect d_type field. Patch from Eric Gillespie.

:100644 100644 5f02b175... 7dc54913... M	ChangeLog
:100644 100644 c0d4fb8a... 6091daad... M	aclocal.m4
:100644 100644 0b2a73c4... ce9c4ba7... M	configure.in
:100644 100644 d4d98686... a94f1315... M	uip/folder.c

commit f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Aug 5 19:09:03 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Aug 5 19:09:03 2008 +0000

    Dump hacky overoptimisation in addir -- it doesn't actually get the case
    of symlinks to directories right. Patch from Eric Gillespie.

:100644 100644 ce6939ba... 5f02b175... M	ChangeLog
:100644 100644 a0821c27... d4d98686... M	uip/folder.c

commit ef8679ef6af0ba01d8dc43df577c5962037f13bd
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Aug 5 19:05:23 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Aug 5 19:05:23 2008 +0000

    Simplify dodir/addir/addfold (patch from Eric Gillespie)

:100644 100644 6afe9adf... ce6939ba... M	ChangeLog
:100644 100644 f50d3f51... a0821c27... M	uip/folder.c

commit e98f7f60095bceba1f32e448c421b3e862b728aa
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 18:47:56 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 18:47:56 2008 +0000

    bug #23319: rework the way we handle the working directory when invoking
    the user's shell, so that we don't have issues when the cwd contains a
    space or shell special character.

:100644 100644 1e9e31e3... 6afe9adf... M	ChangeLog
:000000 100644 00000000... 1a36d8d6... A	test/tests/whatnow/test-attach-detach
:000000 100644 00000000... 6bc20400... A	test/tests/whatnow/test-cd
:000000 100644 00000000... e0dc9696... A	test/tests/whatnow/test-ls
:100644 100644 72e9d1ff... a7194319... M	uip/whatnowsbr.c

commit a9d65cd81e8ca93af31086a136d1e3ade86ad8d2
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 18:45:34 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 18:45:34 2008 +0000

    test/setup-test: use 'set -e' so we stop on compile failure.
    Configure --enable-debug for convenience in debugging.

:100755 100755 46b83b0e... 2636a5df... M	test/setup-test

commit b47dac6540ed952b95dbdce78d2a5f48ff0db86b
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 15:19:53 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 15:19:53 2008 +0000

    Add protective 'do { ... } while (0)' wrappers to multistatement macros

:100644 100644 cbd4ef22... 1e9e31e3... M	ChangeLog
:100644 100644 c42f1e38... 89c25def... M	sbr/fmt_compile.c

commit a3ef57491a1bc4d2e227b14a8e838ffb6c5b5f63
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 15:14:23 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 15:14:23 2008 +0000

    Bug #23436: fix some minor manpage syntax errors and add a test which runs
    groff over them and checks that no warnings are emitted.

:100644 100644 c59f4a6c... 0f05b68f... M	man/forw.man
:100644 100644 baaead8e... 86280b97... M	man/inc.man
:100644 100644 707e2be3... 5e097e43... M	man/mh-chart.man
:100644 100644 7e46677c... 75f49189... M	man/mhmail.man
:100644 100644 37172025... 78d8ed95... M	man/mhshow.man
:100644 100644 ae15292a... 49072735... M	man/mhstore.man
:100644 100644 49a841d2... 6decb1e5... M	man/msgchk.man
:100644 100644 d220a76a... a351578b... M	man/packf.man
:100644 100644 3655a100... 7da788e9... M	man/scan.man
:000000 100644 00000000... ab06831c... A	test/tests/manpages/test-manpages

commit 96e5489117df5aefa72de229ab08eda82c8b8913
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 15:13:34 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 15:13:34 2008 +0000

    Allow tests to indicate that they have been skipped by printing their
    own message and returning with exit status 120.

:100644 100644 ddfa381c... c61647eb... M	test/README
:100755 100755 3d7a92b9... 21feb73f... M	test/runtest

commit 90950f1aa3d8d01e4b1a4a4b389f1bff7da94f45
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 13:59:19 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 13:59:19 2008 +0000

    Ignore editor backup files

:100644 100644 39aab9a8... cbd4ef22... M	ChangeLog
:100755 100755 b43d42ce... 0497c52b... M	test/runalltests

commit e429820bc15ffd06239ae9e4f4100ee47738deba
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 13:54:37 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 13:54:37 2008 +0000

    etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
    Subject field (patch from Eric Gillespie)

:100644 100644 d76efca9... 39aab9a8... M	ChangeLog
:100644 100644 6ec3ce72... 91664113... M	etc/replcomps
:100644 100644 7920544b... 210a3e00... M	etc/replgroupcomps

commit 4f653e8f897068fc803607a5975fa18ab1519bcf
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Aug 3 13:32:17 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Aug 3 13:32:17 2008 +0000

    When doing an if-test on the result of a function which returns a string
    result, check whether the string is non-empty (as the documentation says we
    do). Previously we were always testing the integer 'value'.

:100644 100644 7e6b2eb0... d76efca9... M	ChangeLog
:100644 100644 d699916a... c42f1e38... M	sbr/fmt_compile.c
:000000 100644 00000000... 7582a7d3... A	test/tests/repl/test-if-str

commit a107dc40d92e7a37be148816db160325326318e3
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Jul 25 01:07:39 2008 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Jul 25 01:07:39 2008 +0000

    * test/setup-test: Run 'make clean' before building

:100644 100644 0d476021... 7e6b2eb0... M	ChangeLog
:100755 100755 a05b1392... 46b83b0e... M	test/setup-test

commit 7afe9b7d7142e48c76dfac3992fdf91d3e5518ff
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Jul 25 00:11:53 2008 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Jul 25 00:11:53 2008 +0000

    * test/runtest: cat test-temp-dir only once.  Destroy and create
    test Mail hierarchy here, so each test has its own independent
    test data.
    
    * test/setup-test: Drop needless pushd/popd, which don't exist in
    sh anyway.  Don't use aclocal, which is part of automake.
    Don't create Mail hierarchy here (see test/runtest).
    
    * test/tests/folder/test-create, tests/folder/test-total: Drop
    unused BINDIR.
    
    * tests/pick/test-pick: Remove failing no-op test.
    
    * test/tests/scan/test-scan: Write expected and actual output to
    files and diff them.  This way, if the output differs, diff
    provides the FAILing exit code and shows the differences.

:100644 100644 d08bcdd2... 0d476021... M	ChangeLog
:100755 100755 d970b183... 3d7a92b9... M	test/runtest
:100755 100755 d1972952... a05b1392... M	test/setup-test
:100644 100644 a5b71baa... 5b74b237... M	test/tests/folder/test-create
:100644 100644 6da31741... ff293108... M	test/tests/folder/test-total
:100644 000000 2bb8d868... 00000000... D	test/tests/pick/test-pick
:100644 100644 4aca55f7... 597bb96f... M	test/tests/scan/test-scan

commit 3bade3916feaf3cb52e1dd8a12004eda26f6980b
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Jun 13 00:11:49 2008 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Jun 13 00:11:49 2008 +0000

    * man/repl.man, etc/mhl.reply:
    Add an attribution line when replying to messages.

:100644 100644 785aeca1... d08bcdd2... M	ChangeLog
:100644 100644 0caf5db2... 3498263b... M	etc/mhl.reply
:100644 100644 89ab11e7... 41f58709... M	man/repl.man

commit 716349e83109bed140c59beb70b546d968c7da67
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Thu Jun 12 23:29:16 2008 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Thu Jun 12 23:29:16 2008 +0000

    Remove an accidentally committed file

:100644 000000 5ca70d05... 00000000... D	test/test-temp-dir

commit 25c0bc3f1c034964421f8007e5802c647c5dc908
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Jun 2 22:37:01 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Jun 2 22:37:01 2008 +0000

    When building on gcc, use noreturn attribute on adios and the various done
    functions.

:100644 100644 e08e6783... 785aeca1... M	ChangeLog
:100644 100644 7cdbead2... 97c7769b... M	h/mh.h
:100644 100644 52fab3aa... d10346f3... M	h/prototypes.h
:100644 100644 938fdb2d... 65ec1cb7... M	sbr/done.c
:100644 100644 ef1b08fe... 0fcff840... M	uip/inc.c
:100644 100644 2776f7c8... a47022ee... M	uip/mhbuild.c
:100644 100644 e8f8163b... 4bb21bb5... M	uip/mhlist.c
:100644 100644 69554768... 376fc583... M	uip/mhn.c
:100644 100644 1383388d... 179173ef... M	uip/mhshow.c
:100644 100644 bcebb7f2... 91c57a22... M	uip/mhstore.c
:100644 100644 fa42cd27... d8c025fa... M	uip/mhtest.c
:100644 100644 fb8871d9... a696e727... M	uip/packf.c
:100644 100644 ad356e39... 2d9b76eb... M	uip/pick.c
:100644 100644 b0a36097... 7ee47fd9... M	uip/rcvdist.c
:100644 100644 493badeb... 21f6c776... M	uip/rcvstore.c
:100644 100644 877538bf... fd21acd3... M	uip/sendsbr.c

commit 871bd3b965321122be0db49961369b111e4ea4db
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Jun 2 22:05:11 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Jun 2 22:05:11 2008 +0000

    Back out previous, completely broken, change (due to a foulup I was
    compiling a different tree to the one I was committing to CVS).

:100644 100644 2e7678ec... e08e6783... M	ChangeLog
:100644 100644 d559baa1... 52fab3aa... M	h/prototypes.h

commit 8d3e26681c4341c76fe9a28371a75061678e7df2
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Jun 2 21:49:07 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Jun 2 21:49:07 2008 +0000

    If we're compiling with gcc, mark adios() as never returning (better code
    and fewer spurious 'uninitialized variable) warnings)

:100644 100644 e08e6783... 2e7678ec... M	ChangeLog
:100644 100644 52fab3aa... d559baa1... M	h/prototypes.h

commit 4eaed47f91c9de0b520ea41188be3fedae4b99ca
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Jun 1 16:50:22 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Jun 1 16:50:22 2008 +0000

    Update bit of docs about release announcements.

:100644 100644 ed475917... e08e6783... M	ChangeLog
:100644 100644 f941e38f... a85f37d5... M	docs/README.developers

commit d9c0d17aa110ec0e5db5f0928fead5a1ff60a9e2
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu May 22 10:37:55 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu May 22 10:37:55 2008 +0000

    Don't use MB_CUR_MAX if we aren't compiled with multibyte support.

:100644 100644 33485f84... ed475917... M	ChangeLog
:100644 100644 1b6a0ed9... 6a9278bb... M	uip/scansbr.c

commit 51c505fd1a7488d62088d5268ae1f8a5bc885b19
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu May 22 10:21:48 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu May 22 10:21:48 2008 +0000

    Factor out common code for writing ls shell command. Rework its length
    checking so it doesn't rely on the return value of sprintf(), for the
    benefit of SunOS 4.

:100644 100644 a3eff81d... 33485f84... M	ChangeLog
:100644 100644 0a959db2... 72e9d1ff... M	uip/whatnowsbr.c

commit b84d8f3a2a435ecad9b75900a9f31445fb71e187
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed May 21 18:05:49 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed May 21 18:05:49 2008 +0000

    Don't rely on realloc() to follow POSIX in handling a NULL pointer

:100644 100644 8da51112... a3eff81d... M	ChangeLog
:100644 100644 d822995b... 7c4ddcf2... M	sbr/utils.c

commit f6d142edd29a2d1d726efceb3121f9f9b6dd5b9a
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed May 21 17:16:44 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed May 21 17:16:44 2008 +0000

    Add some table size declarations for the benefit of elderly lexes with
    small defaults (eg SunOS 4)

:100644 100644 8d6c1f19... 8da51112... M	ChangeLog
:100644 100644 113f2ea2... c35c9bef... M	sbr/dtimep.lex

commit b3a909747d6166f820d2ac3c78cc5ad834d3b9b7
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue May 20 19:04:57 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue May 20 19:04:57 2008 +0000

    Update comment now we don't use lex -o.

:100644 100644 608faa7b... a920958c... M	sbr/Makefile.in

commit 3adc6332ad97bf689bcfb8ab5fd45c86a6051a77
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sun May 18 13:56:58 2008 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Sun May 18 13:56:58 2008 +0000

    * sbr/addrsbr.c: removed "err" from conditional, because gcc
    correctly warned that it would always evaluate as true.  It's
    the address of a static array.

:100644 100644 999e7437... 8d6c1f19... M	ChangeLog
:100644 100644 fa45e31a... 09e4c6c5... M	sbr/addrsbr.c

commit 07f336c16bdb2316c0e32debb3c7ed2e5a89e49a
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Fri May 16 15:31:26 2008 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Fri May 16 15:31:26 2008 +0000

    don't use $< in target rules in makefiles, as POSIX says it's only defined
    in inference rules

:100644 100644 01ba7048... 999e7437... M	ChangeLog
:100644 100644 482bca25... aba161b8... M	config/Makefile.in
:100644 100644 2927e3c1... 608faa7b... M	sbr/Makefile.in

commit 27844443b4759689ecbc2eb4519c0fe83ebda473
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue May 13 02:39:04 2008 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue May 13 02:39:04 2008 +0000

    * configure.in, INSTALL: if --enable-masquerade is not
    specified to configure, enable all supported masquerade forms.
    This allows users to masquerade with the default
    configuration.  That seems to be more worthwhile now than
    trying to prevent users from using it, especially with
    single-user installations or those where a user can edit
    etc/mts.conf.

:100644 100644 1a62efb9... 01ba7048... M	ChangeLog
:100644 100644 37a38e57... a3313873... M	INSTALL
:100644 100644 c5a90506... 0b2a73c4... M	configure.in

commit ae31d21710465851fdecc8e5fb447e690b83a9f4
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun May 4 20:58:35 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun May 4 20:58:35 2008 +0000

    bug #23167: sbr/ruserpass.c (ruserpass): make bad permissions on .netrc be
    an instantly fatal error. Previously we returned an error value; however, no
    caller was checking it. So now ruserpass() has a void return type.

:100644 100644 d4efbc62... 1a62efb9... M	ChangeLog
:100644 100644 2f4f6511... 52fab3aa... M	h/prototypes.h
:100644 100644 36605bea... 5ed6fde2... M	sbr/ruserpass.c

commit faa066cb24d3308ab5d2c40ed145ecb3940461bf
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun May 4 16:09:08 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun May 4 16:09:08 2008 +0000

    * bug #23163: various minor fixes for the benefit of older Unixes
    (specifically SunOS 4): reintroduce strerror() substitute implementation;
    provide memmove() substitute implementation
    * bug #23163: fix broken 'build outside source directory' feature
    * bug #23162: sbr/dtime.c: fix stray HAVE_TM_GMTOFF that wasn't updated
    to the new macro name.

:100644 100644 620f47eb... d4efbc62... M	ChangeLog
:100644 100644 6ca83082... 482bca25... M	config/Makefile.in
:100644 100644 6b21a320... c5a90506... M	configure.in
:100644 100644 37434d95... 2927e3c1... M	sbr/Makefile.in
:100644 100644 8cb4c799... 14359557... M	sbr/dtime.c
:000000 100644 00000000... 62a303f2... A	sbr/memmove.c
:000000 100644 00000000... d7809550... A	sbr/strerror.c

commit 11cf7b43a23ad3e3b7d80e485c90c4e0ab9b6066
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed Apr 30 18:47:02 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed Apr 30 18:47:02 2008 +0000

    Provide SASL_CB_AUTHNAME callback (avoids problem with wrong username
    being sent in some situations)

:100644 100644 7649ae01... 620f47eb... M	ChangeLog
:100644 100644 850693dd... 35eefb48... M	mts/smtp/smtp.c

commit d4178eb3eebbf5c51c51cc713df58a2bdaa6bede
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Apr 29 21:05:30 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Apr 29 21:05:30 2008 +0000

    Correct various places in smtp.c where the reply string might not have been
    correctly NUL-terminated. Includes a fix for a particularly nasty and long
    standing screwup where the buffer length counting in smhear() was totally
    broken for continued lines from the server.

:100644 100644 da5ac1d3... 7649ae01... M	ChangeLog
:100644 100644 13e8eff9... 850693dd... M	mts/smtp/smtp.c
:100644 100644 1d7d2c98... 73eb5de7... M	mts/smtp/smtp.h

commit 757fa32156f812a166631942816e46e2138ebae3
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Apr 29 20:59:04 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Apr 29 20:59:04 2008 +0000

    Fix SASL issue properly, by making sm_rrecord() and thus sm_hear() set
    the length of the reply string correctly (the SASL libraries now care
    if you pass in the wrong length).

:100644 100644 9a7b3108... da5ac1d3... M	ChangeLog
:100644 100644 1ab027f3... 13e8eff9... M	mts/smtp/smtp.c

commit 7995fb587acf227b08102c75e15c20418d06ad7d
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Apr 29 20:53:33 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Apr 29 20:53:33 2008 +0000

    Revert previous SASL fix (wrong approach)

:100644 100644 046a1188... 9a7b3108... M	ChangeLog
:100644 100644 9527a5e1... 1ab027f3... M	mts/smtp/smtp.c

commit 386656ec3d9a80184f380a77169dc0a16bad89d5
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Tue Apr 29 17:04:38 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Tue Apr 29 17:04:38 2008 +0000

    Cope with sasl_decode64() returning SASL_CONTINUE as well as SASL_OK.

:100644 100644 42144d50... 046a1188... M	ChangeLog
:100644 100644 1ab027f3... 9527a5e1... M	mts/smtp/smtp.c

commit acbaad14892c83d03d91a36c3a1d95526aea26ba
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Apr 28 21:13:53 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Apr 28 21:13:53 2008 +0000

    Add remark about how to update the homepage.

:100644 100644 351a27de... f941e38f... M	docs/README.developers

commit 814636fe9919b8c365bfa19479f6f9a79ad87ed5
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 27 20:58:50 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 27 20:58:50 2008 +0000

    Update some of the 'how to do a release' documentation

:100644 100644 71ee5ebd... 42144d50... M	ChangeLog
:100644 100644 20b64527... 351a27de... M	docs/README.developers

commit 419ccf0da01ec9f0b0700a6bea7ac5f216cd28d8
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 27 20:55:28 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 27 20:55:28 2008 +0000

    Up version string to 1.3-dev for the CVS trunk.

:100644 100644 c0f38c2a... 71ee5ebd... M	ChangeLog
:100644 100644 66270539... cd438c95... M	VERSION

commit d58a56024e4103acaf855e159a85daa212c58e57
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 27 19:54:37 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 27 19:54:37 2008 +0000

    Use hyphen, not plus (corresponding to previous RCx naming convention)

:100644 100644 98d978a0... 66270539... M	VERSION

commit 4afcf54c989a28d07a258afb9f23db29f7f628a9
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 27 19:44:58 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 27 19:44:58 2008 +0000

    Bump version number, date for release of 1.3 RC1

:100644 100644 054cf360... c0f38c2a... M	ChangeLog
:100644 100644 beb1a1c6... 4a3bde85... M	DATE
:100644 100644 5625e59d... 98d978a0... M	VERSION

commit c79c37f2b6e647212c36b63841a4628af01c774a
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Fri Apr 11 14:12:54 2008 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Fri Apr 11 14:12:54 2008 +0000

    move most remaining macros out of acconfig.h which is an obsolete feature of
    autoconf

:100644 100644 7da2dbc0... 054cf360... M	ChangeLog
:100644 100644 ba744a4c... 3649bf33... M	acconfig.h
:100644 100644 e113860e... 6b21a320... M	configure.in
:100644 100644 e485dfd8... 8cb4c799... M	sbr/dtime.c
:100644 100644 1572bfe4... 6043bee1... M	sbr/pidwait.c
:100644 100644 e28c73ea... 9317defd... M	uip/mhshowsbr.c
:100644 100644 9b272d29... 97c32284... M	uip/rcvtty.c
:100644 100644 f500f6ea... 4a8875e7... M	uip/slocal.c
:100644 100644 421c3670... a1b8ebf1... M	uip/termsbr.c

commit 86d7837287c4ca1204cca84f55871d862fada47a
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Apr 5 19:04:41 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Apr 5 19:04:41 2008 +0000

    * bug #18655: fix use of admonish() for a fatal error (should
    be adios(); only actual effect would be wrong exit code).
    Thanks to Craig Leres for spotting this.

:100644 100644 4023e456... 7da2dbc0... M	ChangeLog
:100644 100644 b5da86c6... f08a583a... M	uip/mhmail.c

commit 322f6f0518f2fca892733dea85d87c33fcb65e83
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Apr 5 18:41:37 2008 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Apr 5 18:41:37 2008 +0000

    Bug #20028 (Debian bug 399271): fix code assuming that pointer
    differences were 32 bits -- thanks to Dean Gaudet for the patch.

:100644 100644 ffa4e93d... 4023e456... M	ChangeLog
:100644 100644 c3d265a1... ca4020b0... M	sbr/fmt_scan.c
:100644 100644 65b89079... 866d0477... M	sbr/lock_file.c
:100644 100644 86696db3... 9dcfdf60... M	sbr/m_backup.c
:100644 100644 6c158869... 59b8682f... M	sbr/m_getfld.c
:100644 100644 30601f14... df635316... M	sbr/m_scratch.c
:100644 100644 2559b678... ac04c296... M	sbr/mf.c
:100644 100644 7475fa08... 7ef83eab... M	sbr/path.c
:100644 100644 2ad873eb... e8ef50ae... M	uip/annosbr.c
:100644 100644 2b3d0208... 84435a2e... M	uip/dropsbr.c
:100644 100644 041a1429... 76866fe2... M	uip/mhbuildsbr.c
:100644 100644 a3481441... 4887d9a1... M	uip/mhparse.c
:100644 100644 1396cc29... f500f6ea... M	uip/slocal.c

commit 55b8f7b6a738adb4dc9833233fc6111f3cd56969
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Jan 25 21:00:42 2008 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Jan 25 21:00:42 2008 +0000

    * uip/mhshowsbr.c (show_all_messages): Be more generous when parsing
        multipart messages.

:100644 100644 2b2254c8... ffa4e93d... M	ChangeLog
:100644 100644 08d676e0... e28c73ea... M	uip/mhshowsbr.c

commit da831514de01e2407cef37c118ffff0526a486d0
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Thu Nov 8 02:28:38 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Thu Nov 8 02:28:38 2007 +0000

    Insert types for args of some function pointers to improve type checking.

:100644 100644 e3e97b46... 5d0ed31c... M	h/popsbr.h
:100644 100644 0f050252... 2f4f6511... M	h/prototypes.h
:100644 100644 9c19e924... 8f327549... M	h/utils.h
:100644 100644 c085bf5f... 6c158869... M	sbr/m_getfld.c
:100644 100644 87d368dd... d822995b... M	sbr/utils.c
:100644 100644 1df74d93... 8e14d524... M	uip/popsbr.c

commit 38615191e71744b066425e0c44412b62dbe49cc2
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Nov 4 11:54:32 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Nov 4 11:54:32 2007 +0000

    Return type of (*done)() changed to void. default_done() replaced by
    exit(). All dead code "return 1" lines removed from *_done()s and replaced
    by explicit "return 1" following done() calls in main()s (they should
    never be reached). This should make cleaning up program termination
    structures easier.

:100644 100644 1412bf30... 2b2254c8... M	ChangeLog
:100644 100644 bcfe6ae9... 7cdbead2... M	h/mh.h
:100644 100644 bcc258cc... 938fdb2d... M	sbr/done.c
:100644 100644 a8812c22... 8513092c... M	uip/ali.c
:100644 100644 86fe3c3a... ee9dcd71... M	uip/anno.c
:100644 100644 85683f93... ea2d36d7... M	uip/ap.c
:100644 100644 319918bb... 15756d30... M	uip/burst.c
:100644 100644 67cf83bb... 9c915bf3... M	uip/comp.c
:100644 100644 1713b15b... 8247ff0c... M	uip/conflict.c
:100644 100644 d8c261da... 1effbb05... M	uip/dist.c
:100644 100644 c20e1ac8... 6b41bb62... M	uip/dp.c
:100644 100644 97488bbb... b5226cea... M	uip/flist.c
:100644 100644 cc9a589a... a590a006... M	uip/fmtdump.c
:100644 100644 f04ae2fa... f50d3f51... M	uip/folder.c
:100644 100644 17e78e98... 2d4f2d53... M	uip/forw.c
:100644 100644 f2d2e779... ef1b08fe... M	uip/inc.c
:100644 100644 ec847fb4... d3890938... M	uip/install-mh.c
:100644 100644 4799b238... 372568a0... M	uip/mark.c
:100644 100644 15132eec... 2776f7c8... M	uip/mhbuild.c
:100644 100644 2c101b94... 041a1429... M	uip/mhbuildsbr.c
:100644 100644 418e5c92... df0ee465... M	uip/mhfree.c
:100644 100644 03eb49e8... e37c3ba9... M	uip/mhl.c
:100644 100644 112c0984... e8f8163b... M	uip/mhlist.c
:100644 100644 41eb33ab... 69554768... M	uip/mhn.c
:100644 100644 0b60b032... f9f78c34... M	uip/mhparam.c
:100644 100644 733048d8... a3481441... M	uip/mhparse.c
:100644 100644 3974515d... c4fd935b... M	uip/mhpath.c
:100644 100644 b7a097c1... 1383388d... M	uip/mhshow.c
:100644 100644 4d1ebe09... bcebb7f2... M	uip/mhstore.c
:100644 100644 6771bdb8... fa42cd27... M	uip/mhtest.c
:100644 100644 872dc2e1... 1a59a3bd... M	uip/msgchk.c
:100644 100644 3f8a7ab0... 6d6fbca2... M	uip/msh.c
:100644 100644 0183da65... fb8871d9... M	uip/packf.c
:100644 100644 afbcf88c... ad356e39... M	uip/pick.c
:100644 100644 d99da1fd... e3b6229d... M	uip/post.c
:100644 100644 fd10aca2... 35f6860a... M	uip/prompter.c
:100644 100644 1667232c... b0a36097... M	uip/rcvdist.c
:100644 100644 410267b6... f03fc995... M	uip/rcvpack.c
:100644 100644 3e0961e5... 493badeb... M	uip/rcvstore.c
:100644 100644 0b3afe12... 7bc6d0b9... M	uip/refile.c
:100644 100644 7a1aca18... 4584b674... M	uip/repl.c
:100644 100644 1cacbc47... c3dcc919... M	uip/rmf.c
:100644 100644 b1e887e7... 15302896... M	uip/rmm.c
:100644 100644 05f8bf88... 31aa245f... M	uip/scan.c
:100644 100644 78494721... 196af625... M	uip/send.c
:100644 100644 cb6bb3f7... 877538bf... M	uip/sendsbr.c
:100644 100644 08a3e28b... 1396cc29... M	uip/slocal.c
:100644 100644 65291ce8... 212b4416... M	uip/sortm.c
:100644 100644 859dfafa... 04a76d2f... M	uip/viamail.c

commit 045101c0a79f43fe566422622f154d5cc0141d8a
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Nov 4 08:52:17 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Nov 4 08:52:17 2007 +0000

    Refactor cts pointer and free()ing on abnormal exit of associated list
    into mhfree.c, eliminating duplication.

:100644 100644 abaeb2bd... 418e5c92... M	uip/mhfree.c
:100644 100644 bcc4dd2b... 112c0984... M	uip/mhlist.c
:100644 100644 3f2d2623... 41eb33ab... M	uip/mhn.c
:100644 100644 47551717... b7a097c1... M	uip/mhshow.c
:100644 100644 b1f57fe9... 4d1ebe09... M	uip/mhstore.c
:100644 100644 985147c7... 6771bdb8... M	uip/mhtest.c

commit 56a805299de35d8924969138aef4d0f1580daa6d
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Nov 4 04:47:17 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Nov 4 04:47:17 2007 +0000

    Change link-time overriding of done() to run-time reassigning of equivalent
    (*done)(). This should make changing the return type of done and the
    rationalisation of exit code easier.

:100644 100644 130bfde5... bcfe6ae9... M	h/mh.h
:100644 100644 a91418e2... 0f050252... M	h/prototypes.h
:100644 100644 cf2e3080... bcc258cc... M	sbr/done.c
:100644 100644 45036f5b... f2d2e779... M	uip/inc.c
:100644 100644 cfe776fe... 15132eec... M	uip/mhbuild.c
:100644 100644 1de53e33... bcc4dd2b... M	uip/mhlist.c
:100644 100644 809568c5... 3f2d2623... M	uip/mhn.c
:100644 100644 3e7e3a5f... 47551717... M	uip/mhshow.c
:100644 100644 dc627247... b1f57fe9... M	uip/mhstore.c
:100644 100644 5e6494a2... 985147c7... M	uip/mhtest.c
:100644 100644 9f954667... 0183da65... M	uip/packf.c
:100644 100644 dff628ae... afbcf88c... M	uip/pick.c
:100644 100644 e8815653... 1667232c... M	uip/rcvdist.c
:100644 100644 4e14afbb... 3e0961e5... M	uip/rcvstore.c
:100644 100644 aeba011e... cb6bb3f7... M	uip/sendsbr.c

commit 5c5dd3edc1081fa4bedec764e5e8cc44bc4fa5fd
Author:     Bill Wohler <wohler@newt.com>
AuthorDate: Mon Sep 24 07:02:03 2007 +0000
Commit:     Bill Wohler <wohler@newt.com>
CommitDate: Mon Sep 24 07:02:03 2007 +0000

      The MH web site is now http://rand-mh.sourceforge.net/ and the MH
      book is now at http://rand-mh.sourceforge.net/book/.
    
                              Changed Questions
    
    1.02 ...current version?        mailutils 1.2
    1.03 Where can I get MH?        Debian 4.0 nmh 1.1-RC4, update links, mu 1.2
    1.04 ...references for MH?      Refer to SourceForge
    1.06 How...print a MH manual?   Refer to SourceForge
    2.17 How...build MH on a Mac?   Use fink
    4.05 ...tools to archive MH?    Mention swish++, mairix, and namazu

:100644 100644 134ace47... f086862b... M	docs/FAQ

commit 7edb0cbc236244d996d1e2ae1d58d0e9f7d98062
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Aug 21 21:19:39 2007 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Aug 21 21:19:39 2007 +0000

    * Red Hat Bug #253342: inc.c, utils.c, utils.h: When inc is run with the
    -silent flag, don't exit(1) for no apparent reason.

:100644 100644 89de2f8d... 1412bf30... M	ChangeLog
:100644 100644 92fdabac... 9c19e924... M	h/utils.h
:100644 100644 64df443b... 87d368dd... M	sbr/utils.c
:100644 100644 a2ecb440... 45036f5b... M	uip/inc.c

commit ea7c3f6a1f777578447040c553ebc80dbc252f7d
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 22:57:36 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 22:57:36 2007 +0000

    Rename functions to avoid clash with C library exp2().

:100644 100644 a00f335e... 1e16795f... M	uip/picksbr.c

commit 8f7c0596b0ad1adf74384f7a2b584835ede3aacc
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 22:34:04 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 22:34:04 2007 +0000

    Suppress 'uninitialised variable' warning.

:100644 100644 80eeb710... 4feb3b90... M	sbr/getans.c

commit ff636cd27782f33f11ff8477b0dad4535d1ab9ab
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 22:05:02 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 22:05:02 2007 +0000

    On Linux, define _GNU_SOURCE so that GNU libc exposes the wcwidth()
    prototype in wchar.h.

:100644 100644 2fa252c7... eecef1b6... M	Makefile.in
:100644 100644 3b9f44c4... e113860e... M	configure.in

commit 76d105d8136c53f1445849e84d49b100b29fbb78
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 22:01:04 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 22:01:04 2007 +0000

    Change name of internal function to avoid potential conflicts with GNU
    libc's getline() function.

:100644 100644 6a7eeeeb... 1df74d93... M	uip/popsbr.c

commit c9492787464d45334fccd8dce432744fc9321ba6
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 20:49:32 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 20:49:32 2007 +0000

    Minor rearrangement so variables/functions used only if !HAVE_LIBLOCKFILE
    are also declared only in that case.

:100644 100644 66eab72c... 65b89079... M	sbr/lock_file.c

commit 6e4254784c387c1e0c966e1977561d4bd05dfbd3
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Apr 29 19:36:14 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Apr 29 19:36:14 2007 +0000

    For gcc, make the default CFLAGS include -Wno-pointer-sign if the compiler
    recognises it. gcc 4 now by default produces a large volume of these
    warnings, which I believe are probably spurious and definitely a lot of
    work to go through and fix. So we suppress them for now so that the other
    warnings are more easily visible.

:100644 100644 b64c4894... 3b9f44c4... M	configure.in

commit 76b51b746c95647aceff29ab178eff496843f528
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 17 04:53:54 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 17 04:53:54 2007 +0000

    buffer is compared with cp, and so needs to be changed to unsigned too.

:100644 100644 1f706fe5... d99da1fd... M	uip/post.c

commit 031871c2ede845956070da603e8494690f7beb70
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Apr 17 01:02:08 2007 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Apr 17 01:02:08 2007 +0000

    Initial checkin of a testsuite

:000000 100644 00000000... ddfa381c... A	test/README
:000000 100755 00000000... b43d42ce... A	test/runalltests
:000000 100755 00000000... d970b183... A	test/runtest
:000000 100755 00000000... d1972952... A	test/setup-test
:000000 100755 00000000... 7e169e41... A	test/teardown-test
:000000 100644 00000000... 5ca70d05... A	test/test-temp-dir
:000000 100644 00000000... a5b71baa... A	test/tests/folder/test-create
:000000 100644 00000000... 6da31741... A	test/tests/folder/test-total
:000000 100644 00000000... 2bb8d868... A	test/tests/pick/test-pick
:000000 100644 00000000... 4aca55f7... A	test/tests/scan/test-scan

commit 13f84dd50ca5754391dbd3296a5c7425f9363600
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Fri Apr 13 11:53:08 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Fri Apr 13 11:53:08 2007 +0000

    Change all chars being passed to the ctype macros (isalph(), etc.) to
    be unsigned chars, following through to change any other types as
    necessary (e.g. comparison between two pointers). Not all chars have
    been changed to unsigned chars; just those that were in danger of being
    sign extended when passed to the int-taking ctype macros.

:100644 100644 a4c81e89... 1f609194... M	h/mf.h
:100644 100644 7e8948ed... a91418e2... M	h/prototypes.h
:100644 100644 607f4ecc... 33eb9e66... M	mts/smtp/hosts.c
:100644 100644 da02701f... 1ab027f3... M	mts/smtp/smtp.c
:100644 100644 a2286949... 113f2ea2... M	sbr/dtimep.lex
:100644 100644 798f1f68... d699916a... M	sbr/fmt_compile.c
:100644 100644 b212b126... c3d265a1... M	sbr/fmt_scan.c
:100644 100644 221ff0ca... dffc799b... M	sbr/m_atoi.c
:100644 100644 bbefc99a... 15c29066... M	sbr/m_convert.c
:100644 100644 44dab8a2... 2559b678... M	sbr/mf.c
:100644 100644 7941e090... cc5ff8e3... M	sbr/mts.c
:100644 100644 0eeddb38... 678ab5b5... M	sbr/seq_nameok.c
:100644 100644 c341f00c... 8b57ad68... M	sbr/trimcpy.c
:100644 100644 af3827ba... ec7be942... M	uip/aliasbr.c
:100644 100644 ca3497a4... 86fe3c3a... M	uip/anno.c
:100644 100644 01910376... 1b5f5e13... M	uip/distsbr.c
:100644 100644 cb80978e... 97488bbb... M	uip/flist.c
:100644 100644 9c118a5c... 5b079ba2... M	uip/ftpsbr.c
:100644 100644 8906d7fe... 2c101b94... M	uip/mhbuildsbr.c
:100644 100644 ce8b33d4... acf21de9... M	uip/mhlsbr.c
:100644 100644 fea9904a... 733048d8... M	uip/mhparse.c
:100644 100644 4b917905... 3f8a7ab0... M	uip/msh.c
:100644 100644 60f34130... 147a261b... M	uip/mshcmds.c
:100644 100644 363f925b... 6a7eeeeb... M	uip/popsbr.c
:100644 100644 96120c1e... 1f706fe5... M	uip/post.c
:100644 100644 0d375ae8... a415346e... M	uip/replsbr.c
:100644 100644 d9d6beef... 1b6a0ed9... M	uip/scansbr.c
:100644 100644 2db32d7e... e783a797... M	uip/show.c
:100644 100644 817a4114... 08a3e28b... M	uip/slocal.c
:100644 100644 d483d868... 65291ce8... M	uip/sortm.c
:100644 100644 bef70be8... 1c1a8bc9... M	uip/spost.c

commit 1524cb8c0b86a854149d7859d6a2503d61dbaa36
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 10 22:12:26 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 10 22:12:26 2007 +0000

    We're not using the .Bu macro anymore.

:100644 100644 24a74bc4... f437f621... M	man/post.man

commit dd9275a85bb5e0e4bf3c0a722eb5945f1d421d74
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 10 06:13:27 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 10 06:13:27 2007 +0000

    Fix for bug #11139: mhl -form mhl.reply omits '> ' on some lines.
    
    putcomp() was assuming only the first call on the body had the buffer
    beginning at the start of a line.

:100644 100644 04da52bb... ce8b33d4... M	uip/mhlsbr.c

commit 10c91f6e846d9ec279218280b4258badffd984e8
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 10 03:32:48 2007 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 10 03:32:48 2007 +0000

    Application of patch #5218: patch for bug #9742. Fixes a typo in the
    size arg of snprintf(). mhlist output which used to have incorrect lines
    such as
         1.2   multipart/mixed            772
         1.21  text/plain                   9
         1.22  multipart/mixed            162
    now have the correct
         1.2   multipart/mixed            772
         1.2.1 text/plain                   9
         1.2.2 multipart/mixed            162

:100644 100644 8d3397ef... fea9904a... M	uip/mhparse.c

commit 30fd2ad6d3eff3749b2ae99ec90d2215bf1b1aca
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed Mar 21 00:21:10 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed Mar 21 00:21:10 2007 +0000

    bug #18630, #18631, #18632, #18634: various patches from Craig Leres
    fixing error message argument problems.

:100644 100644 d630a7c6... 89de2f8d... M	ChangeLog
:100644 100644 32051c52... 1a584e4c... M	sbr/context_read.c
:100644 100644 1af116cb... f90cedfb... M	sbr/folder_addmsg.c
:100644 100644 7645e382... 17e78e98... M	uip/forw.c
:100644 100644 2d9a7d42... aeba011e... M	uip/sendsbr.c

commit 853814d952958385f5d212d167dff4edd3802f3f
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed Mar 21 00:18:19 2007 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed Mar 21 00:18:19 2007 +0000

    bug #15212: remove configure test for broken AT&T vi. This test was broken
    and unfixable. Support for manually defining ATTVIBUG remains.

:100644 100644 9e33cb8c... d630a7c6... M	ChangeLog
:100644 100644 551b2531... ba744a4c... M	acconfig.h
:100644 100644 b66a6e55... b64c4894... M	configure.in

commit 488d971779618f547305289a8554ee2578f45eaf
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Jan 16 02:08:10 2007 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Jan 16 02:08:10 2007 +0000

    Add a missing header file

:100644 100644 b859266b... 492d3643... M	h/Makefile.in

commit 382d32482baa6f675cd1aa50179d10df4fb3e623
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Nov 5 13:20:46 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Nov 5 13:20:46 2006 +0000

    Changed bold "-all" to unbolded "all". It's a reserved msgs word, not a flag.

:100644 100644 0cebca09... 6915792d... M	man/mark.man

commit 8a1006b457cdc27c40b9c928dc9fb5086444f04b
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Oct 24 14:31:40 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Oct 24 14:31:40 2006 +0000

    * uip/sendsbr.c: with attachformat values of 1 or 2, add
    name= portion to Content-Type header.  This makes them
    consistent with attachformat value 0.  And it allows mhstore
    to use that (file)name when extracting attachments.

:100644 100644 a0839ee4... 9e33cb8c... M	ChangeLog
:100644 100644 f8384f7c... 2d9a7d42... M	uip/sendsbr.c

commit 3f5557dc09fc17ede9a35059f36920abb2eb4d08
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Sun Aug 27 01:19:39 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Sun Aug 27 01:19:39 2006 +0000

    * configure.in: If we're not using dotlocking, there is no need to set inc
    sgid.

:100644 100644 b2ebfe6d... a0839ee4... M	ChangeLog
:100644 100644 59d9207f... b66a6e55... M	configure.in

commit 63298d0f1870b5df16ac8664494e5a24b224dfc5
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Jun 4 08:37:24 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Jun 4 08:37:24 2006 +0000

    Fixed bug introduced when changing from check_folder() to new
    create_folder() function. The folder name needed to be expanded to an
    absolute path first. Similar things may have happened with other
    conversions.

:100644 100644 23b4ef2e... 1c05a42d... M	uip/mhstoresbr.c

commit 0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Thu Apr 27 12:00:28 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Thu Apr 27 12:00:28 2006 +0000

    Created pluspath function to check for '+' prefix and change flag for
    path() appropriately. This eliminates some duplicate prefix processing,
    but not all. The path functions need to be restructed; this is the first
    step.

:100644 100644 7e772e02... 7e8948ed... M	h/prototypes.h
:100644 100644 0ae27d39... 7475fa08... M	sbr/path.c
:100644 100644 0d441349... ca3497a4... M	uip/anno.c
:100644 100644 908de0df... 319918bb... M	uip/burst.c
:100644 100644 8fced484... 67cf83bb... M	uip/comp.c
:100644 100644 70e515eb... d8c261da... M	uip/dist.c
:100644 100644 36be1ed2... cb80978e... M	uip/flist.c
:100644 100644 98c66ed6... f04ae2fa... M	uip/folder.c
:100644 100644 93870b1a... 7645e382... M	uip/forw.c
:100644 100644 aee194aa... a2ecb440... M	uip/inc.c
:100644 100644 e26ca6a5... 4799b238... M	uip/mark.c
:100644 100644 4882ecb2... 8906d7fe... M	uip/mhbuildsbr.c
:100644 100644 b130cf1a... 1de53e33... M	uip/mhlist.c
:100644 100644 cfeac947... 809568c5... M	uip/mhn.c
:100644 100644 00983d52... 3974515d... M	uip/mhpath.c
:100644 100644 df4cf512... 3e7e3a5f... M	uip/mhshow.c
:100644 100644 08891f53... dc627247... M	uip/mhstore.c
:100644 100644 bf5088e7... 23b4ef2e... M	uip/mhstoresbr.c
:100644 100644 140c7d90... 5e6494a2... M	uip/mhtest.c
:100644 100644 257fc421... 4b917905... M	uip/msh.c
:100644 100644 f2c913cd... 60f34130... M	uip/mshcmds.c
:100644 100644 e0745057... 9f954667... M	uip/packf.c
:100644 100644 8fd294ee... dff628ae... M	uip/pick.c
:100644 100644 3a03c0a5... f522042e... M	uip/popi.c
:100644 100644 7b15491f... 4e14afbb... M	uip/rcvstore.c
:100644 100644 e77fe0b1... 0b3afe12... M	uip/refile.c
:100644 100644 e5fa527d... 7a1aca18... M	uip/repl.c
:100644 100644 fb951ed0... 1cacbc47... M	uip/rmf.c
:100644 100644 75b1c70e... b1e887e7... M	uip/rmm.c
:100644 100644 4334efe5... 05f8bf88... M	uip/scan.c
:100644 100644 31a05e93... 2db32d7e... M	uip/show.c
:100644 100644 5faec79a... d483d868... M	uip/sortm.c

commit b577e47e7c6c40e0968af4472ed9dc52e9b64f58
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Mon Apr 24 07:10:03 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Mon Apr 24 07:10:03 2006 +0000

    ssequal() does not check for a substring, but for a prefix, so added a
    comment to this effect. If this is sufficient, the function body should
    remain unchanged but the name and comments should be modified. If not,
    then the function needs to be corrected.

:100644 100644 615404a7... 32edca9c... M	sbr/ssequal.c

commit 43d85eaa38c25385082958d831fc926c5e619eac
Author:     Paul Fox <pgf@foxharp.boston.ma.us>
AuthorDate: Sat Apr 22 16:33:48 2006 +0000
Commit:     Paul Fox <pgf@foxharp.boston.ma.us>
CommitDate: Sat Apr 22 16:33:48 2006 +0000

    fixes case where a very long character-class range (128 or
    more characters) causes negative indexing into pattern string.

:100644 100644 001bf08c... a00f335e... M	uip/picksbr.c

commit d261673d3ca54ac161c9019e52693e2fe4dcb3cc
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Apr 16 06:47:59 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Apr 16 06:47:59 2006 +0000

    Fixed a typo.

:100644 100644 ef004ec5... 442c7f68... M	man/sendfiles.man

commit b439ec143c4d2e2daf4b0a9c332123f24500cd9a
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Fri Apr 14 14:10:15 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Fri Apr 14 14:10:15 2006 +0000

    Created function open_form() to open form file or fallback to default
    components file, with error handling. Replaced duplicated code with call
    to this function.

:100644 100644 3eda9d3f... 92fdabac... M	h/utils.h
:100644 100644 8aba5b6a... 64df443b... M	sbr/utils.c
:100644 100644 1aca23a7... 8fced484... M	uip/comp.c
:100644 100644 4b6ce697... 70e515eb... M	uip/dist.c
:100644 100644 319cc398... 93870b1a... M	uip/forw.c

commit 0364511845929f2b946b7a216289e9954f4a13d6
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Fri Apr 14 08:42:04 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Fri Apr 14 08:42:04 2006 +0000

    Fixed a couple of typos.

:100644 100644 8eb7939f... 6c3eb6b5... M	man/mh-alias.man

commit 9792341d7318d2e9f52557cad5f0b8a9c5c252ad
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Fri Apr 14 08:21:35 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Fri Apr 14 08:21:35 2006 +0000

    Sanitised some dodgy homedir finding code, but it still might not make
    sense.

:100644 100644 69999f6d... 872dc2e1... M	uip/msgchk.c

commit 8c1b8e55ba6269af3f6be282eeb7b5a19516315f
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Fri Apr 14 07:54:26 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Fri Apr 14 07:54:26 2006 +0000

    Get rid of some trivial warnings; unused variables, ambiguous if-else,
    missing headers.

:100644 100644 8475d50e... b212b126... M	sbr/fmt_scan.c
:100644 100644 b0168e2e... d3e988ed... M	sbr/m_draft.c
:100644 100644 b332af06... 98c66ed6... M	uip/folder.c
:100644 100644 0731a157... aee194aa... M	uip/inc.c
:100644 100644 acafbf43... e77fe0b1... M	uip/refile.c

commit b8ff4daea27b5b2ae336c28737d469e75a45c449
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Thu Apr 13 14:24:41 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Thu Apr 13 14:24:41 2006 +0000

    Make print_aka() and print_usr() static. They're not used outside ali.c.

:100644 100644 bbc6f6dd... a8812c22... M	uip/ali.c

commit 174d375bb4b9bcaa0c3f28c422216f68703494a8
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 11 14:09:11 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 11 14:09:11 2006 +0000

    Created app_msgarg() (append message arg) and a simple resizable array
    struct to go with it that do almost exactly what the code they've replaced
    was doing.
    Replaced this (duplicated) code in many files with a call to app_msgarg().

:100644 100644 8246a5d6... 3eda9d3f... M	h/utils.h
:100644 100644 c433e8f0... 8aba5b6a... M	sbr/utils.c
:100644 100644 9fbb37f5... 0d441349... M	uip/anno.c
:100644 100644 03337229... e26ca6a5... M	uip/mark.c
:100644 100644 03480b3c... b130cf1a... M	uip/mhlist.c
:100644 100644 685a74e7... cfeac947... M	uip/mhn.c
:100644 100644 4a88605b... 00983d52... M	uip/mhpath.c
:100644 100644 909c440b... df4cf512... M	uip/mhshow.c
:100644 100644 b756956a... 08891f53... M	uip/mhstore.c
:100644 100644 298ef039... 140c7d90... M	uip/mhtest.c
:100644 100644 6f3638cc... e0745057... M	uip/packf.c
:100644 100644 8cdfa580... 8fd294ee... M	uip/pick.c
:100644 100644 bb7f00a1... acafbf43... M	uip/refile.c
:100644 100644 b9fd80dc... 75b1c70e... M	uip/rmm.c
:100644 100644 705ff69b... 4334efe5... M	uip/scan.c
:100644 100644 9263c799... 5faec79a... M	uip/sortm.c

commit 0be3869967792be6b129fc34e8f72a88fc3352bb
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Tue Apr 11 05:48:43 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Tue Apr 11 05:48:43 2006 +0000

    Completing the .cvsignore list(s).

:100644 100644 9d5e65d7... 5f5cca9b... M	.cvsignore
:000000 100644 00000000... 625becce... A	config/.cvsignore
:000000 100644 00000000... f3c7a7c5... A	docs/.cvsignore
:000000 100644 00000000... ede4efeb... A	etc/.cvsignore
:000000 100644 00000000... f3c7a7c5... A	h/.cvsignore
:000000 100644 00000000... 1cd0b609... A	man/.cvsignore
:000000 100644 00000000... f3c7a7c5... A	mts/.cvsignore
:000000 100644 00000000... f3c7a7c5... A	mts/smtp/.cvsignore
:000000 100644 00000000... 38a6b43b... A	sbr/.cvsignore
:000000 100644 00000000... 400537d8... A	uip/.cvsignore

commit 37da2ed2b9d461967bde48cfc506f7ffd4a0cd78
Author:     Joel Reicher <jjr@panacea.null.org>
AuthorDate: Sun Apr 9 14:06:31 2006 +0000
Commit:     Joel Reicher <jjr@panacea.null.org>
CommitDate: Sun Apr 9 14:06:31 2006 +0000

    Fixed a small typo.

:100644 100644 2eb8c2ec... 72ce2810... M	man/mhbuild.man

commit dc0b0be755b41f3c195913631fedf023ad69192e
Author:     Paul Fox <pgf@foxharp.boston.ma.us>
AuthorDate: Fri Mar 31 15:14:49 2006 +0000
Commit:     Paul Fox <pgf@foxharp.boston.ma.us>
CommitDate: Fri Mar 31 15:14:49 2006 +0000

    this commit:
        - adds range support to character classes
        - fixes out-of-bounds references to the case-folding array
            when doing case comparisons for 8-bit message text
        - makes character classes as case tolerant as the rest
            of the pick regexp machine.  (where lowercase chars in
            patterns should match uppercase in the text.)
        - fixes an uninitialized pointer warning, which might actually have
            been a real bug

:100644 100644 a7276d78... 001bf08c... M	uip/picksbr.c

commit b8ca332a9752c9de52613a229d95eb7c4c15ac20
Author:     David Levine <levinedl@acm.org>
AuthorDate: Thu Mar 30 22:19:50 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Thu Mar 30 22:19:50 2006 +0000

    * uip/sendsbr.c: with attachformat values of 1 or 2, only
    generate Content-Disposition headers for MIME attachments, not
    for the message contents themselves.  Microsoft Outlook Build
    10.0.6626, at least, doesn't show the message contents if they
    have Content-Disposition.

:100644 100644 0eaa6514... b2ebfe6d... M	ChangeLog
:100644 100644 89308575... f8384f7c... M	uip/sendsbr.c

commit 2f9092c19632024cc7c868612b82c603b7db534f
Author:     Bill Wohler <wohler@newt.com>
AuthorDate: Fri Mar 10 09:00:20 2006 +0000
Commit:     Bill Wohler <wohler@newt.com>
CommitDate: Fri Mar 10 09:00:20 2006 +0000

                              Changed Questions
    
    1.03 Where can I get MH?        nmh 1.2

:100644 100644 9f964442... 134ace47... M	docs/FAQ

commit f648520705ef32e5511a4da7cfcba45045afa3ac
Author:     Bill Wohler <wohler@newt.com>
AuthorDate: Fri Mar 10 06:58:28 2006 +0000
Commit:     Bill Wohler <wohler@newt.com>
CommitDate: Fri Mar 10 06:58:28 2006 +0000

    Since faqs.org appears to be moribund, I'm now using my site as the
    official location of the MH FAQ. I added some missing quotes in
    various places, so now Emacs highlighting works better.
    
                                New Questions
    
    5.26 How do I fix a bogus In-Reply-To or missing References field?
    
                              Changed Questions
    
    1.02 current version?           nmh 1.2
    1.04 references for MH?         New FAQ official site. MH-E manual URL
    5.15 make sense of replcomps?   Use 1.1 version

:100644 100644 13b64f18... 9f964442... M	docs/FAQ

commit 1388183fc96a86e5fbbb9d43cebdedd9f44ab64f
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Thu Mar 9 19:51:13 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Thu Mar 9 19:51:13 2006 +0000

    * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the iconv descriptor if
      it isn't valid.

:100644 100644 f593db93... 0eaa6514... M	ChangeLog
:100644 100644 ef1bdfac... 9d5b6d3c... M	sbr/fmt_rfc2047.c

commit d2f12554a254e814dcdafb3828fc0d9936154eef
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Wed Mar 8 12:14:15 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Wed Mar 8 12:14:15 2006 +0000

    * (mh_strcasecmp): Rename the private strcasecmp function to mh_strcasecmp.

:100644 100644 c6ea9069... f593db93... M	ChangeLog
:100644 100644 1d1d4560... 7e772e02... M	h/prototypes.h
:100644 100644 263bcef3... 607f4ecc... M	mts/smtp/hosts.c
:100644 100644 cf941dc5... fa45e31a... M	sbr/addrsbr.c
:100644 100644 d6b8ca34... 9d0d6253... M	sbr/check_charset.c
:100644 100644 b38d8222... 859c8516... M	sbr/context_del.c
:100644 100644 efac368f... f96d0b3a... M	sbr/context_find.c
:100644 100644 2cdadf0b... 4416eee4... M	sbr/context_replace.c
:100644 100644 7013ceab... ef1bdfac... M	sbr/fmt_rfc2047.c
:100644 100644 3097ee7f... 36605bea... M	sbr/ruserpass.c
:100644 100644 f0358bdd... 4a026a3f... M	sbr/strcasecmp.c
:100644 100644 737f68c7... bbc6f6dd... M	uip/ali.c
:100644 100644 aadd6767... af3827ba... M	uip/aliasbr.c
:100644 100644 c6f50981... 4882ecb2... M	uip/mhbuildsbr.c
:100644 100644 31c24bb1... 04da52bb... M	uip/mhlsbr.c
:100644 100644 9f0044ac... fddd5522... M	uip/mhmisc.c
:100644 100644 fff4ccc4... 2ebdc1ff... M	uip/mhoutsbr.c
:100644 100644 5e5e006b... 0b60b032... M	uip/mhparam.c
:100644 100644 fc24f5e1... 8d3397ef... M	uip/mhparse.c
:100644 100644 5776ef35... bf5088e7... M	uip/mhstoresbr.c
:100644 100644 df64de52... 257fc421... M	uip/msh.c
:100644 100644 63ee99c8... f2c913cd... M	uip/mshcmds.c
:100644 100644 1154f46c... a7276d78... M	uip/picksbr.c
:100644 100644 9d5f3126... 363f925b... M	uip/popsbr.c
:100644 100644 f880152a... 96120c1e... M	uip/post.c
:100644 100644 c4be1b2b... e8815653... M	uip/rcvdist.c
:100644 100644 b8e8e926... 0d375ae8... M	uip/replsbr.c
:100644 100644 3bede5ae... d9d6beef... M	uip/scansbr.c
:100644 100644 cc15a0f1... 89308575... M	uip/sendsbr.c
:100644 100644 b068d495... 31a05e93... M	uip/show.c
:100644 100644 275eedd4... 817a4114... M	uip/slocal.c
:100644 100644 5888d78b... 9263c799... M	uip/sortm.c
:100644 100644 c86ea18c... bef70be8... M	uip/spost.c

commit 8e0d377cb731b0fbc39a9b2874ec6b772e53620b
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Sun Mar 5 14:48:05 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Sun Mar 5 14:48:05 2006 +0000

    and close iconv handle if encoded block empty

:100644 100644 83ef21eb... 7013ceab... M	sbr/fmt_rfc2047.c

commit 7e669f1b5d51b1d562efd79ef04b8441574c0334
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Sun Mar 5 14:38:23 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Sun Mar 5 14:38:23 2006 +0000

    don't try to malloc 0 bytes if an RFC2047 encoded block is empty

:100644 100644 84394783... c6ea9069... M	ChangeLog
:100644 100644 0eb71bd6... 83ef21eb... M	sbr/fmt_rfc2047.c

commit 206776d8154cbf7793282c984afab547bf05cbbc
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Mar 4 22:14:18 2006 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Mar 4 22:14:18 2006 +0000

    Install scripts with INSTALL_SCRIPT so INSTALL_PROGRAM can be set to
    'install -s' without it causing the installation of the scripts to fail.

:100644 100644 7dfd16ad... 84394783... M	ChangeLog
:100644 100644 8fb3ea2f... 66e42ada... M	etc/Makefile.in

commit d2da15ecabb03fb2de72863abdf5f21e52fdf329
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sat Feb 25 14:14:06 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Sat Feb 25 14:14:06 2006 +0000

    * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
      it should have been.  Added #include of h/tws.h to pick up
      dtime() prototype.

:100644 100644 2e6103ce... 7dfd16ad... M	ChangeLog
:100644 100644 a43627f1... cc15a0f1... M	uip/sendsbr.c

commit ac33b2e9c3632537b93fc4755a925c682d1eb82e
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Feb 21 04:13:06 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Feb 21 04:13:06 2006 +0000

    Replaced second line of Content-Tyhpe of -attachformat 0 example.

:100644 100644 57f37b7c... 0c65f5ac... M	man/send.man

commit 5ff96d61ee5af34956ae958a0bc72ee78734a4d7
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Feb 21 03:58:31 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Feb 21 03:58:31 2006 +0000

    * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
      uip/sendsbr.c, uip/viamail.c, uip/whatnowsbr.c, man/send.man:
      added -attachformat switch to send, to support alternate MIME
      header contents when using -attach.  See send man page for
      description.

:100644 100644 79d64285... 2e6103ce... M	ChangeLog
:100644 100644 81a6021c... 130bfde5... M	h/mh.h
:100644 100644 de57cb8e... 1d1d4560... M	h/prototypes.h
:100644 100644 65a5d1e3... 57f37b7c... M	man/send.man
:100644 100644 25924e96... c6f50981... M	uip/mhbuildsbr.c
:100644 100644 514f0731... 78494721... M	uip/send.c
:100644 100644 f793b1c8... a43627f1... M	uip/sendsbr.c
:100644 100644 3dbd27ce... 859dfafa... M	uip/viamail.c
:100644 100644 d863b5bb... 0a959db2... M	uip/whatnowsbr.c

commit fb49dd82ec42997b9df97f221c920f6596102c0a
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Feb 21 03:51:53 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Feb 21 03:51:53 2006 +0000

    * man/mhbuild.man: wrapped one appearance of "Content-Disposition"
      with quotes, to be consistent with others.

:100644 100644 0708ca22... 79d64285... M	ChangeLog
:100644 100644 8dd7458d... 2eb8c2ec... M	man/mhbuild.man

commit 0cebd8284370988c8b1807ef2544bd80804d074e
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Feb 21 01:11:51 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Feb 21 01:11:51 2006 +0000

    * h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c: Move duplicate
      function num_digits into utils.c

:100644 100644 d4efdf49... 0708ca22... M	ChangeLog
:100644 100644 950e8a95... 8246a5d6... M	h/utils.h
:100644 100644 2a7a1ccf... c433e8f0... M	sbr/utils.c
:100644 100644 758d3081... 36be1ed2... M	uip/flist.c
:100644 100644 9d85e891... b332af06... M	uip/folder.c

commit ac9b744ede346c3929794a14ae5c8d3580b7fdb6
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Feb 21 01:05:24 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Feb 21 01:05:24 2006 +0000

    Add missing create_folder prototype.

:100644 100644 542baeca... 950e8a95... M	h/utils.h

commit 08aa8c17c3241bb5c6a997ed2e01e25a4d0089ce
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Feb 20 03:09:07 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Feb 20 03:09:07 2006 +0000

    * sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc.c, uip/mhstoresbr.c,
    uip/popi.c, uip/refile.c: Add create_folder() function, replacing duplicate
    code during folder creation.

:100644 100644 82451549... d4efdf49... M	ChangeLog
:100644 100644 7aea6f01... b0168e2e... M	sbr/m_draft.c
:100644 100644 8741b208... 2a7a1ccf... M	sbr/utils.c
:100644 100644 d6cb5b5c... 9d85e891... M	uip/folder.c
:100644 100644 4903e218... 0731a157... M	uip/inc.c
:100644 100644 519e4810... 5776ef35... M	uip/mhstoresbr.c
:100644 100644 ef11a4a4... 3a03c0a5... M	uip/popi.c
:100644 100644 e50253af... bb7f00a1... M	uip/refile.c

commit 1513f7668c494c4583141d6115669b7198c14556
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sat Feb 18 16:26:37 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Sat Feb 18 16:26:37 2006 +0000

    Added support for optional Content_Disposition header in mhbuild directive.s

:100644 100644 48c98069... 82451549... M	ChangeLog
:100644 100644 c4b84098... 97d4ef69... M	docs/TODO
:100644 100644 f99a1c7a... 812b78f5... M	h/mhparse.h
:100644 100644 b741b2f2... 1a85b427... M	h/mime.h
:100644 100644 bd1484ca... 8dd7458d... M	man/mhbuild.man
:100644 100644 83a18b5f... 25924e96... M	uip/mhbuildsbr.c
:100644 100644 9d064ba1... abaeb2bd... M	uip/mhfree.c

commit 4586e3f4cffbf0f1c3cdd5804d01da16ae714cfe
Author:     David Levine <levinedl@acm.org>
AuthorDate: Sun Feb 12 18:06:44 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Sun Feb 12 18:06:44 2006 +0000

    Added RFC2183 to reference of RFC1806 for Content-Disposition header.

:100644 100644 5e09baa2... 48c98069... M	ChangeLog
:100644 100644 7b5beee5... c4b84098... M	docs/TODO

commit 1bb1f6c3f38b05060bf699ea2743f7386889bf63
Author:     David Levine <levinedl@acm.org>
AuthorDate: Tue Jan 31 02:50:57 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Tue Jan 31 02:50:57 2006 +0000

    Added -nocontentid (and -contentid, for symmetry) switch to mhbuild.  This allows users to disable generation of the Content-ID: header in MIME messages, in order to placate broken version(s) of Outlook.

:100644 100644 33be3078... 5e09baa2... M	ChangeLog
:100644 100644 674b606f... bd1484ca... M	man/mhbuild.man
:100644 100644 1c5abdc3... cfe776fe... M	uip/mhbuild.c
:100644 100644 64ec8a68... 83a18b5f... M	uip/mhbuildsbr.c

commit 255d4c646c0d7aa6b049052fef47fa083b1b1506
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Sun Jan 29 19:34:42 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Sun Jan 29 19:34:42 2006 +0000

    remove trailing newlines from components to fix bug with spaces at the end of
    Subject/References in replies

:100644 100644 7f5be118... 33be3078... M	ChangeLog
:100644 100644 244fdc93... b8e8e926... M	uip/replsbr.c

commit ff610b72f05b849f45730692195932852810541c
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Jan 18 18:08:16 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Jan 18 18:08:16 2006 +0000

    use AS_HELP_STRING for formatting help messages

:100644 100644 56fb2f51... 7f5be118... M	ChangeLog
:100644 100644 525ba8c7... 59d9207f... M	configure.in

commit c0591ef34ea123aa8c709bda122308256d2c84cd
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Jan 18 17:07:28 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Jan 18 17:07:28 2006 +0000

    add autoconf magic to support old systems that don't support multibyte charsets

:100644 100644 f634ba20... 56fb2f51... M	ChangeLog
:100644 100644 e52c5e60... 525ba8c7... M	configure.in
:100644 100644 b27f7c6c... 8475d50e... M	sbr/fmt_scan.c

commit 6af0c8bb08f8c36e7106ba87f00164b1df3d2774
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Jan 18 16:43:27 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Jan 18 16:43:27 2006 +0000

    fix bug with insertion of newline being wrong if the num function was used at
    the end of the format buffer

:100644 100644 e7f3e1c8... f634ba20... M	ChangeLog
:100644 100644 c049ad43... b27f7c6c... M	sbr/fmt_scan.c

commit 389877bae1fe1a9f7259b8979f6a930744d90fab
Author:     David Levine <levinedl@acm.org>
AuthorDate: Wed Jan 18 00:09:00 2006 +0000
Commit:     David Levine <levinedl@acm.org>
CommitDate: Wed Jan 18 00:09:00 2006 +0000

    Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade flag is enabled.

:100644 100644 cc54aebf... e7f3e1c8... M	ChangeLog
:100644 100644 4ca59553... f880152a... M	uip/post.c
:100644 100644 7a880e97... c86ea18c... M	uip/spost.c

commit 84591551ae36c592f59bd369027397ef9f934602
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Jan 17 18:06:58 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Jan 17 18:06:58 2006 +0000

    more robust multi-byte/column support for field widths
    restore right justification feature

:100644 100644 bb60d079... cc54aebf... M	ChangeLog
:100644 100644 4b7abf26... c049ad43... M	sbr/fmt_scan.c

commit 3465392f2ac1ac472d44c10c3c989389421c82b2
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Jan 16 17:07:14 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Jan 16 17:07:14 2006 +0000

    * uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
      where it is needed.

:100644 100644 e1616744... 4ca59553... M	uip/post.c
:100644 100644 e2b43bd6... 7a880e97... M	uip/spost.c

commit 3ad9295b08bbe02a363413feb493507083f4bd59
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Jan 16 12:42:11 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Jan 16 12:42:11 2006 +0000

    * sbr/fmt_scan.c: Add the missing wchar.h include

:100644 100644 59e1c941... 4b7abf26... M	sbr/fmt_scan.c

commit f38ce2484d327ca8062117a2643500bd0d01d830
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Mon Jan 16 10:40:32 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Mon Jan 16 10:40:32 2006 +0000

    *** empty log message ***

:100644 100644 33033757... 3bede5ae... M	uip/scansbr.c

commit 59a210325d70e6a38c0ef9e5dcb105cec8bd38d2
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Mon Jan 16 10:00:46 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Mon Jan 16 10:00:46 2006 +0000

    remove remnants of code for MMDF

:100644 100644 3a82aa4a... bb60d079... M	ChangeLog
:100644 100644 de50e972... d379cfc5... M	h/aliasbr.h
:100644 100644 c3a468ce... 97179199... M	h/rcvmail.h
:100644 100644 1730ae9c... fe70265d... M	man/Makefile.in
:100644 000000 731c5976... 00000000... D	man/mh-mts.man
:100644 100644 2a94abb2... eeb07655... M	man/slocal.man
:100644 100644 a98d5b1a... 66eab72c... M	sbr/lock_file.c
:100644 100644 d0c193d7... aadd6767... M	uip/aliasbr.c
:100644 100644 dae1c3be... 2b3d0208... M	uip/dropsbr.c
:100644 100644 2fe45a10... e1616744... M	uip/post.c
:100644 100644 e51f869c... 275eedd4... M	uip/slocal.c

commit da67f77e5a66799deac35ae8d9c538f9222bc8af
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Mon Jan 16 09:55:24 2006 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Mon Jan 16 09:55:24 2006 +0000

    multiply buffer size by MB_CUR_MAX so multi-byte chars fit

:100644 100644 c7787ee4... 3a82aa4a... M	ChangeLog
:100644 100644 b178e759... 33033757... M	uip/scansbr.c

commit e25b4ce52c29f7458cd203cc70f73e1a6a241ede
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Sun Jan 15 02:52:12 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Sun Jan 15 02:52:12 2006 +0000

    * sbr/fmt_scan.c:PUTSF() Fix an off by one formatting issue.

:100644 100644 49218546... 59e1c941... M	sbr/fmt_scan.c

commit ebff0feca0d651c3d0c535a8147963f97807c17a
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Sun Jan 15 02:29:38 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Sun Jan 15 02:29:38 2006 +0000

    * sbr/fmt_scan.c: Turn the PUTSF macro into a function capable of handling
    multi column characters.

:100644 100644 4adb8806... c7787ee4... M	ChangeLog
:100644 100644 8f81e77a... 49218546... M	sbr/fmt_scan.c

commit aa2501ef873e96a8500c53b05280dcc0ade952c2
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Sat Jan 7 15:22:19 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Sat Jan 7 15:22:19 2006 +0000

    * Remove sbr/strerror.c -- strerror(3) is defined in C89.

:100644 100644 46d2bdbf... 4adb8806... M	ChangeLog
:100644 100644 2485a5fe... e52c5e60... M	configure.in
:100644 100644 d53d6630... de57cb8e... M	h/prototypes.h
:100644 100644 d6c27962... 37434d95... M	sbr/Makefile.in
:100644 000000 ce78ada8... 00000000... D	sbr/strerror.c

commit 9a33ff618b5901a3af815650d4b84d39ee96e529
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Jan 6 21:51:43 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Jan 6 21:51:43 2006 +0000

    * patch #3968: Move the add() function from its own file (add.c) and
      into utils.c. There was also a duplicate add() function in mf.c which
      has been removed.

:100644 100644 1c2fc9dd... 46d2bdbf... M	ChangeLog
:100644 100644 fe41962a... d53d6630... M	h/prototypes.h
:100644 100644 60e26e5d... 542baeca... M	h/utils.h
:100644 100644 5f73e0f4... d6c27962... M	sbr/Makefile.in
:100644 000000 40201c12... 00000000... D	sbr/add.c
:100644 100644 518a184d... 44dab8a2... M	sbr/mf.c
:100644 100644 f36edb56... c18d1dae... M	sbr/seq_read.c
:100644 100644 2120b845... 8741b208... M	sbr/utils.c
:100644 100644 c6003879... 737f68c7... M	uip/ali.c
:100644 100644 bda98c8f... 01910376... M	uip/distsbr.c
:100644 100644 b16e8c96... 1c5abdc3... M	uip/mhbuild.c
:100644 100644 56d3dcc4... ba66f6eb... M	uip/mhcachesbr.c
:100644 100644 bce44d07... 10ec55d6... M	uip/mhlistsbr.c
:100644 100644 d74a7f1d... b5da86c6... M	uip/mhmail.c
:100644 100644 a3da759f... 9f0044ac... M	uip/mhmisc.c
:100644 100644 1c786cc6... 08d676e0... M	uip/mhshowsbr.c
:100644 100644 72694b67... 519e4810... M	uip/mhstoresbr.c
:100644 100644 71ae644f... 1154f46c... M	uip/picksbr.c
:100644 100644 aff49a09... 2fe45a10... M	uip/post.c
:100644 100644 b1c0782f... e5fa527d... M	uip/repl.c
:100644 100644 5773b56e... b068d495... M	uip/show.c
:100644 100644 993a141a... e51f869c... M	uip/slocal.c
:100644 100644 5a7d9435... e2b43bd6... M	uip/spost.c

commit 8f0c973e6cfebb193010714453f70f55ceae5dd7
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Wed Jan 4 02:10:25 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Wed Jan 4 02:10:25 2006 +0000

    * mh_xmalloc(), mh_xrealloc(), pwd(): Add comments describing the purpose
      of the function.

:100644 100644 c25e02d4... 2120b845... M	sbr/utils.c

commit 23f854c962a161cc8ed982b23183600df376e818
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Tue Jan 3 01:08:33 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Tue Jan 3 01:08:33 2006 +0000

    Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.

:100644 100644 757d2eb3... 1c2fc9dd... M	ChangeLog
:100644 100644 8648b3f0... 60e26e5d... M	h/utils.h
:100644 100644 17d82e89... 5f73e0f4... M	sbr/Makefile.in
:100644 000000 6a8b77fc... 00000000... D	sbr/pwd.c
:100644 100644 7dfe900b... c25e02d4... M	sbr/utils.c

commit 008837e090c008e3afe7a9c8667070bafa091e62
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Jan 2 03:25:18 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Jan 2 03:25:18 2006 +0000

    * patch #3967: Create a mh_xrealloc function to prevent mistakes when
    calling realloc.

:100644 100644 f8d1c8de... 757d2eb3... M	ChangeLog
:100644 100644 aba8fc44... 8648b3f0... M	h/utils.h
:100644 100644 255abf74... d2f71aa3... M	sbr/brkstring.c
:100644 100644 97f4271e... d71d956c... M	sbr/fmt_addr.c
:100644 100644 8e3a3ffa... 0dec537e... M	sbr/folder_read.c
:100644 100644 753da2ec... e7c4bc44... M	sbr/folder_realloc.c
:100644 100644 9a2c6470... 518a184d... M	sbr/mf.c
:100644 100644 ecc03bfd... f5dbb658... M	sbr/seq_list.c
:100644 100644 bc171772... 7dfe900b... M	sbr/utils.c
:100644 100644 beb0afd0... c6a39ea6... M	sbr/vfgets.c
:100644 100644 d90e0f60... 9fbb37f5... M	uip/anno.c
:100644 100644 337a01bc... 2ad873eb... M	uip/annosbr.c
:100644 100644 50971199... 1713b15b... M	uip/conflict.c
:100644 100644 7f432eaf... dae1c3be... M	uip/dropsbr.c
:100644 100644 1e850cbc... 758d3081... M	uip/flist.c
:100644 100644 3348ae56... d6cb5b5c... M	uip/folder.c
:100644 100644 27652e08... 03337229... M	uip/mark.c
:100644 100644 56d9398f... 03480b3c... M	uip/mhlist.c
:100644 100644 af3fa554... 31c24bb1... M	uip/mhlsbr.c
:100644 100644 27ee05b4... 685a74e7... M	uip/mhn.c
:100644 100644 5084b030... 4a88605b... M	uip/mhpath.c
:100644 100644 c61e9170... 909c440b... M	uip/mhshow.c
:100644 100644 518a3048... b756956a... M	uip/mhstore.c
:100644 100644 92198396... 298ef039... M	uip/mhtest.c
:100644 100644 0c9c8e01... df64de52... M	uip/msh.c
:100644 100644 9f71b927... 6f3638cc... M	uip/packf.c
:100644 100644 4f26bb2e... 8cdfa580... M	uip/pick.c
:100644 100644 d1bbafcf... 9d5f3126... M	uip/popsbr.c
:100644 100644 4d912915... e50253af... M	uip/refile.c
:100644 100644 d92fade2... 244fdc93... M	uip/replsbr.c
:100644 100644 b25f083f... b9fd80dc... M	uip/rmm.c
:100644 100644 3b568302... 705ff69b... M	uip/scan.c
:100644 100644 81ddaf76... f793b1c8... M	uip/sendsbr.c
:100644 100644 92304dcd... 5888d78b... M	uip/sortm.c

commit 81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Jan 2 03:17:41 2006 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Jan 2 03:17:41 2006 +0000

    * patch #3966: Create a mh_xmalloc function to prevent mistakes when
    calling malloc.

:100644 100644 4bfa7863... f8d1c8de... M	ChangeLog
:000000 100644 00000000... aba8fc44... A	h/utils.h
:100644 100644 08845c34... 17d82e89... M	sbr/Makefile.in
:100644 100644 f977c271... 40201c12... M	sbr/add.c
:100644 100644 27f187e2... 255abf74... M	sbr/brkstring.c
:100644 100644 a7ab7643... 0d0454cd... M	sbr/client.c
:100644 100644 a338835b... 4d4e15c1... M	sbr/concat.c
:100644 100644 d6c90c48... 7eccd79f... M	sbr/context_foil.c
:100644 100644 b723cb43... 2cdadf0b... M	sbr/context_replace.c
:100644 100644 2e4bff61... 97f4271e... M	sbr/fmt_addr.c
:100644 100644 effd06f1... c1bc7c73... M	sbr/fmt_new.c
:100644 100644 9f5b26d0... 0eb71bd6... M	sbr/fmt_rfc2047.c
:100644 100644 6cd0d109... 8e3a3ffa... M	sbr/folder_read.c
:100644 100644 f3d99ba7... 753da2ec... M	sbr/folder_realloc.c
:100644 100644 89b57c19... fc3d2c05... M	sbr/getarguments.c
:100644 100644 f23641dd... 1186831a... M	sbr/getcpy.c
:100644 100644 cda66ab6... a98d5b1a... M	sbr/lock_file.c
:100644 100644 1332405b... c085bf5f... M	sbr/m_getfld.c
:100644 100644 27c06bb1... 9a2c6470... M	sbr/mf.c
:100644 100644 169894fe... 7941e090... M	sbr/mts.c
:100644 100644 649b0152... fb4a77ce... M	sbr/putenv.c
:100644 100644 9e0382ef... eba6eece... M	sbr/readconfig.c
:100644 100644 4c12b712... 3097ee7f... M	sbr/ruserpass.c
:100644 100644 8a440691... ecc03bfd... M	sbr/seq_list.c
:100644 100644 486b36a8... ebc29f59... M	sbr/strdup.c
:000000 100644 00000000... bc171772... A	sbr/utils.c
:100644 100644 39cfaa27... beb0afd0... M	sbr/vfgets.c
:100644 100644 19f204fa... d0c193d7... M	uip/aliasbr.c
:100644 100644 dca93eb5... d90e0f60... M	uip/anno.c
:100644 100644 6677d214... 337a01bc... M	uip/annosbr.c
:100644 100644 32b1613e... 50971199... M	uip/conflict.c
:100644 100644 408f6082... 1e850cbc... M	uip/flist.c
:100644 100644 e4779dc5... 3348ae56... M	uip/folder.c
:100644 100644 e842d269... 319cc398... M	uip/forw.c
:100644 100644 34aed950... ec847fb4... M	uip/install-mh.c
:100644 100644 aeed8667... 27652e08... M	uip/mark.c
:100644 100644 fb2d451b... 64ec8a68... M	uip/mhbuildsbr.c
:100644 100644 4fc17dca... 56d9398f... M	uip/mhlist.c
:100644 100644 c310e2a0... af3fa554... M	uip/mhlsbr.c
:100644 100644 55f06c4c... 27ee05b4... M	uip/mhn.c
:100644 100644 c57e7458... fc24f5e1... M	uip/mhparse.c
:100644 100644 d3dcc675... 5084b030... M	uip/mhpath.c
:100644 100644 65f66f4a... c61e9170... M	uip/mhshow.c
:100644 100644 1529de96... 518a3048... M	uip/mhstore.c
:100644 100644 46c86ac2... 92198396... M	uip/mhtest.c
:100644 100644 4566029c... 63ee99c8... M	uip/mshcmds.c
:100644 100644 405a005d... 9f71b927... M	uip/packf.c
:100644 100644 9f4bf0f5... 4f26bb2e... M	uip/pick.c
:100644 100644 e26e346e... ef11a4a4... M	uip/popi.c
:100644 100644 e7ea911e... d1bbafcf... M	uip/popsbr.c
:100644 100644 fd6f81c2... c4be1b2b... M	uip/rcvdist.c
:100644 100644 f3c6d1f0... 4d912915... M	uip/refile.c
:100644 100644 0b0ba6e6... d92fade2... M	uip/replsbr.c
:100644 100644 072097a7... b25f083f... M	uip/rmm.c
:100644 100644 02621dc5... 3b568302... M	uip/scan.c
:100644 100644 be68bf89... b178e759... M	uip/scansbr.c
:100644 100644 fae91b3d... 81ddaf76... M	uip/sendsbr.c
:100644 100644 4b8048f8... 92304dcd... M	uip/sortm.c
:100644 100644 8ee1e49d... a504220a... M	uip/vmhsbr.c
:100644 100644 19353842... d863b5bb... M	uip/whatnowsbr.c

commit 582d618b69077087961c367bd1631495906c92a8
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Dec 24 17:53:26 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Dec 24 17:53:26 2005 +0000

    Avoid non-portable use of $< outside an inference rule.

:100644 100644 f81e98ed... 4bfa7863... M	ChangeLog
:100644 100644 482bca25... 6ca83082... M	config/Makefile.in
:100644 100644 142c7212... 08845c34... M	sbr/Makefile.in

commit 0cd75fec1902ab5540539fe8c95a071caf18f58e
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Dec 24 17:17:38 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Dec 24 17:17:38 2005 +0000

    Rework detection and handling of ndbm: we now check for a working
    (library,header) combination, and configure defines variables for each
    which the makefile and C file just use, rather than a bunch of HAVE_foo
    switches. As a bonus, we no longer unnecessarily link every binary with
    the ndbm library even though only slocal uses it. Also you can now tell
    configure where to get the header/library so even if we guess wrong you
    can overrule us.

:100644 100644 2a7493ff... f81e98ed... M	ChangeLog
:100644 100644 c1a91f0e... 37a38e57... M	INSTALL
:100644 100644 cedaa556... 551b2531... M	acconfig.h
:100644 100644 421386ee... c0d4fb8a... M	aclocal.m4
:100644 100644 1ff16b27... 2485a5fe... M	configure.in
:100644 100644 54f96345... e58ac4f7... M	uip/Makefile.in
:100644 100644 0e779160... 993a141a... M	uip/slocal.c

commit 29d590d74c6e03f5efe9f743c40a61028ccd491d
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu Dec 22 10:38:32 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu Dec 22 10:38:32 2005 +0000

    Fix stupid accidental dependence on a bash quirk in previous
    configure script change.

:100644 100644 19cd706d... 2a7493ff... M	ChangeLog
:100644 100644 c9362ecf... 421386ee... M	aclocal.m4

commit 6c3e28b7355a0bb2819da1bd790c01097a2e36b7
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Dec 20 04:39:51 2005 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Dec 20 04:39:51 2005 +0000

    Rolled release.

:100644 100644 29b86d6f... 5625e59d... M	VERSION

commit 4fbbf33311630a467654077776f088d7810c2202
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu Dec 15 00:45:36 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu Dec 15 00:45:36 2005 +0000

    Improve the checks for where to find ndbm (dbm_open etc); should now
    work on systems with new gdbm and libdb4.

:100644 100644 35bf6c6e... 19cd706d... M	ChangeLog
:100644 100644 7dd6110e... c9362ecf... M	aclocal.m4
:100644 100644 c60e80f1... 1ff16b27... M	configure.in
:100644 100644 ca23fd89... 0e779160... M	uip/slocal.c

commit 9bfe3115764af0a6e0dbbf8564ff0edd5ac28543
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Thu Dec 15 00:12:52 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Thu Dec 15 00:12:52 2005 +0000

    Change some non-standard formatting in a previous log entry so it matches
    the conventions used in other entries.

:100644 100644 3ade10b8... 35bf6c6e... M	ChangeLog

commit 221548ea735d938b83f081a654ba93fbb0de747a
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Wed Dec 14 01:48:24 2005 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Wed Dec 14 01:48:24 2005 +0000

    * Fedora Bug #163760: sbr/context_read.c (context_read): Ensure that the
    context is only read once.

:100644 100644 bcea34a3... 3ade10b8... M	ChangeLog
:100644 100644 6a1eea12... 32051c52... M	sbr/context_read.c

commit d72dc17f4164fd8a3e3c56a74a66a21138d82814
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Mon Dec 12 22:30:44 2005 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Mon Dec 12 22:30:44 2005 +0000

    Fixed annotate call for new delete argument values.

:100644 100644 53320d32... 19353842... M	uip/whatnowsbr.c

commit e2c71f66b925a33cceb1ea4b75a62a05333d124a
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Dec 12 20:26:53 2005 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Dec 12 20:26:53 2005 +0000

    * uip/sendsbr.c (annoaux): Fix the call to annotate()

:100644 100644 21a36a12... bcea34a3... M	ChangeLog
:100644 100644 9d90e0fb... fae91b3d... M	uip/sendsbr.c

commit f08bb043683875196136ebe3b8b628f3dbdd7ab2
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Thu Dec 8 15:57:34 2005 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Thu Dec 8 15:57:34 2005 +0000

    *** empty log message ***

:100644 100644 e210a680... 21a36a12... M	ChangeLog

commit d9b1d57351d104d7ec1a5621f090657dcce8cb7f
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Wed Dec 7 21:25:46 2005 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Wed Dec 7 21:25:46 2005 +0000

    Fixed a bug where anno -append put the headers in the wrong place
    if applied to a message that didn't contain any headers.
    
    Added a special value of "all" to the -number option that causes
    anno -delete to delete all matching components instead of just
    the first one.
    
    Added new -preserve and -nopreserve options.  Using -preserve
    retains the original last accessed and last modified times on
    annotated messages.

:100644 100644 21c15a74... fe41962a... M	h/prototypes.h
:100644 100644 b626e2a4... e2a77c1f... M	man/anno.man
:100644 100644 b92abdc9... dca93eb5... M	uip/anno.c
:100644 100644 1a2c9892... 6677d214... M	uip/annosbr.c

commit 8a5d5abeee6212629a14bd80abe2c97a07d609fb
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Mon Dec 5 13:38:41 2005 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Mon Dec 5 13:38:41 2005 +0000

    Fix the AC_PATH_PROG default when vi isn't found during build.

:100644 100644 3aaf759f... e210a680... M	ChangeLog
:100644 100644 729a7662... c60e80f1... M	configure.in

commit 7ac2f0a1ffd82f8a0025bcf8997aa96def68a4f2
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Sat Dec 3 23:41:39 2005 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Sat Dec 3 23:41:39 2005 +0000

    Rolled version.  Should have done it last time!

:100644 100644 9459d4ba... 29b86d6f... M	VERSION

commit 7eb7957a7ff9b7a8cae87f1bda049d31e3a22806
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Nov 19 16:32:34 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Nov 19 16:32:34 2005 +0000

    Make it clearer that lower-case envariables aren't supposed to be set
    by the user.

:100644 100644 e8ba4c4c... 3aaf759f... M	ChangeLog
:100644 100644 a07503c4... 62db35f3... M	man/mh-profile.man

commit b9d1fc0c85e9bd18e5e768913ba2c0a00f19876c
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sat Nov 19 16:04:25 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sat Nov 19 16:04:25 2005 +0000

    Special-case an MHCONTEXT of "/dev/null" and don't try to lock it -- some
    user scripts may use this to suppress modification of context.

:100644 100644 1ab8f4a0... e8ba4c4c... M	ChangeLog
:100644 100644 fcc12f99... 6a1eea12... M	sbr/context_read.c

commit 71932c5d0b008eb518d53f9a53978afd35a70ef5
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Mon Nov 14 00:18:24 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Mon Nov 14 00:18:24 2005 +0000

    [bug #9813] Don't crash after removing the folder if the context file
    has no Current-Folder entry.

:100644 100644 8679550e... 1ab8f4a0... M	ChangeLog
:100644 100644 5fe47084... fb951ed0... M	uip/rmf.c

commit eda249e4fdf983daef578a79a959d16dc9d5936e
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 13 23:57:49 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 13 23:57:49 2005 +0000

    Pass some globals into sm_init() so that it uses SASL if necessary.
    [NB that as I do not have a SASL setup I am relying on (a) the patch
    being obviously correct and (b) the original submitter having tested!]

:100644 100644 6a7d58d5... 8679550e... M	ChangeLog
:100644 100644 32888e64... aff49a09... M	uip/post.c

commit 37d634e5152d96a37f0dae04fcffa7e709e83032
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 13 23:56:30 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 13 23:56:30 2005 +0000

    Forgot to quote the bug number in the changelog comment.

:100644 100644 3d269665... 6a7d58d5... M	ChangeLog

commit 0e7106da702d97e10f3bd24d8284a2ab86044ebd
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 13 23:51:18 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 13 23:51:18 2005 +0000

    Use context/ctxpath==NULL to indicate that no context file should be read,
    to avoid inadvertently trying to lock /dev/null (takes 30secs+ with some
    locking methods).

:100644 100644 7661e8a0... 3d269665... M	ChangeLog
:100644 100644 9b3f7eb1... d6c90c48... M	sbr/context_foil.c
:100644 100644 3084ff53... fcc12f99... M	sbr/context_read.c
:100644 100644 4fa60ea4... 36b1634e... M	sbr/context_save.c

commit c6e5547c9da87292c554449e8b91d83bac70b7be
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 13 22:36:07 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 13 22:36:07 2005 +0000

    Fix buffer overrun in address parsing code (would only show up if
    scan was run with -width 16536 or similar)

:100644 100644 de7542e0... 7661e8a0... M	ChangeLog
:100644 100644 cb3e6e4e... 27c06bb1... M	sbr/mf.c

commit ec49799af416900f9d37e35f4d18f5e2a111668e
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Sun Nov 13 19:38:32 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Sun Nov 13 19:38:32 2005 +0000

    remove link to install-mh that caused problems on some systems

:100644 100644 fdbf688c... de7542e0... M	ChangeLog
:100644 100644 36bcb3db... 54f96345... M	uip/Makefile.in

commit 59f485ee6d6733207b77e2d5ab14823b8d69b7cd
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Sun Nov 13 19:27:37 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Sun Nov 13 19:27:37 2005 +0000

    bug #739: install target now depends on all to avoid problem on
    case-insensitive file systems with the INSTALL file

:100644 100644 c9964316... fdbf688c... M	ChangeLog
:100644 100644 fe8a221b... 2fa252c7... M	Makefile.in

commit 37bc2a48e0613d19e507e476b0e0de919f2b0a26
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Thu Nov 10 21:37:10 2005 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Thu Nov 10 21:37:10 2005 +0000

    Fix the AC_PATH_PROG default when sendmail isn't found during build.

:100644 100644 6b2512d4... c9964316... M	ChangeLog
:100644 100644 287875bc... 729a7662... M	configure.in

commit f177bf9068a1ee5f5281d4ad04dfa2d5df6f6625
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Wed Nov 9 22:56:35 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Wed Nov 9 22:56:35 2005 +0000

    Fix a non-ANSI prototype.

:100644 100644 e4a660e3... 6b2512d4... M	ChangeLog
:100644 100644 2e464d92... de50e972... M	h/aliasbr.h

commit 56539e8eafef3e955be9d08254d61b139faf34f1
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Nov 8 20:22:33 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Nov 8 20:22:33 2005 +0000

    Simon Burge: fix to handle getutent() on NetBSD

:100644 100644 c50664ad... e4a660e3... M	ChangeLog
:100644 100644 10866bf2... cedaa556... M	acconfig.h
:100644 100644 9b8c5680... 287875bc... M	configure.in
:100644 100644 12b73e7c... 9b272d29... M	uip/rcvtty.c
:100644 100644 bbf18506... ca23fd89... M	uip/slocal.c

commit 8979d70884315e7de858d4de2c0bb5287ad7bbbb
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Nov 8 17:18:09 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Nov 8 17:18:09 2005 +0000

    update most references to the web page and mailing list locations

:100644 100644 8ebd6b09... c50664ad... M	ChangeLog
:100644 100644 c040874a... c1a91f0e... M	INSTALL
:100644 100644 68cddc2d... 1f740735... M	README
:100644 100644 846bb88b... 1038ed34... M	docs/README.about
:100644 100644 a78b2431... 18b60310... M	man/nmh.man

commit 7d327ff038f743228a91fd53fa4c8f47c5c44e96
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Nov 8 16:58:08 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Nov 8 16:58:08 2005 +0000

    prepend DESTDIR to install locations

:100644 100644 9eadf328... 8ebd6b09... M	ChangeLog
:100644 100644 20ea6d52... 8fb3ea2f... M	etc/Makefile.in
:100644 100644 ad2b4587... 1730ae9c... M	man/Makefile.in
:100644 100644 a711a920... 36bcb3db... M	uip/Makefile.in

commit 35c228531bc8e00d43be590255df9408a4fcbe19
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue Nov 8 16:51:34 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue Nov 8 16:51:34 2005 +0000

    replace obsolete autoconf macros

:100644 100644 ca22c28c... 9eadf328... M	ChangeLog
:100644 100644 7cd91b04... fe8a221b... M	Makefile.in
:100644 100644 6776c86e... 482bca25... M	config/Makefile.in
:100644 100644 ea664e9c... 9b8c5680... M	configure.in
:100644 100644 aaf0fe45... 7421f217... M	docs/Makefile.in
:100644 100644 d50fcf78... 20ea6d52... M	etc/Makefile.in
:100644 100644 6cf88b62... b859266b... M	h/Makefile.in
:100644 100644 3b0fb65a... ad2b4587... M	man/Makefile.in
:100644 100644 c72f3508... fcec8133... M	mts/Makefile.in
:100644 100644 341f0b1d... f8b0ed31... M	mts/smtp/Makefile.in
:100644 100644 63aef407... da02701f... M	mts/smtp/smtp.c
:100644 100644 1e5be906... 142c7212... M	sbr/Makefile.in
:100644 100644 6bdd4eba... a711a920... M	uip/Makefile.in

commit 6630f05d0a6d631c9ed2edfef9951df892287794
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 6 21:54:40 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 6 21:54:40 2005 +0000

    Fix various buffer overruns in fmt_scan.c; the bulk of this is passing
    buffer length through to decode_rfc2047() and having that function do
    sufficient bookkeeping to avoid running off the end of the buffer.

:100644 100644 6d2553eb... ca22c28c... M	ChangeLog
:100644 100644 edddc47e... 21c15a74... M	h/prototypes.h
:100644 100644 a87fc0e8... 9f5b26d0... M	sbr/fmt_rfc2047.c
:100644 100644 7558eca5... 8f81e77a... M	sbr/fmt_scan.c

commit d2f54bbc4ef071a92508fa26d5d4641a3f2215c1
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 6 00:34:56 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 6 00:34:56 2005 +0000

    Fix a compile error if building nmh with --enable-apop.

:100644 100644 7d02b8a1... 6d2553eb... M	ChangeLog
:100644 100644 6d8d820c... e7ea911e... M	uip/popsbr.c

commit f1bd4ca9cee81e86095c61cebc56c0f302a675d4
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 6 00:32:20 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 6 00:32:20 2005 +0000

    Don't fclose() the file twice in error-exit paths from get_content()
    (was causing crashes on multipart mails with invalid Content-Type headers)

:100644 100644 f4f94b90... 7d02b8a1... M	ChangeLog
:100644 100644 0bb56da1... c57e7458... M	uip/mhparse.c

commit e79165e0c2c80b68ece9aaf418a59c6a169a17f5
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 6 00:28:12 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 6 00:28:12 2005 +0000

    Remove space between -o and output filename so it works on older versions
    of flex as well as newer ones.

:100644 100644 08950e25... f4f94b90... M	ChangeLog
:100644 100644 b4543b35... 1e5be906... M	sbr/Makefile.in

commit 10a00ac1c54a1475d341f82dc479bf1801cac92f
Author:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
AuthorDate: Sun Nov 6 00:23:48 2005 +0000
Commit:     Peter Maydell <pmaydell@chiark.greenend.org.uk>
CommitDate: Sun Nov 6 00:23:48 2005 +0000

    Add an AC_PREREQ so we don't just fail with an obscure error message if
    using old 2.13 era autoconf (or an autoconf-version-guessing wrapper).

:100644 100644 3b174704... 08950e25... M	ChangeLog
:100644 100644 1b1df6b5... ea664e9c... M	configure.in

commit 827cc055a78605d1cba94d245a9122c544cc9e9f
Author:     Josh Bressers <josh@bress.net>
AuthorDate: Fri Nov 4 22:07:48 2005 +0000
Commit:     Josh Bressers <josh@bress.net>
CommitDate: Fri Nov 4 22:07:48 2005 +0000

    Update the instructions for subscribing to the nmh-workers list

:100644 100644 18f2557f... 68cddc2d... M	README

commit cb5d4a7527ee37577fc0c49eed564f237ec7c909
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Nov 2 17:43:21 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Nov 2 17:43:21 2005 +0000

    fail when kpop connection attempted without KPOP support compiled in

:100644 100644 5cfb87a9... 3b174704... M	ChangeLog
:100644 100644 10d9cba0... 6d8d820c... M	uip/popsbr.c

commit 0dcc45fd5273ba3df3bcbb2e0c32b26777d665ce
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Nov 2 17:29:50 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Nov 2 17:29:50 2005 +0000

    fix for newer version of flex and remove autogenerated file from cvs

:100644 100644 fab11c7b... 5cfb87a9... M	ChangeLog
:100644 100644 317a1778... b4543b35... M	sbr/Makefile.in
:100644 000000 e72ec1f7... 00000000... D	sbr/dtimep.c

commit 0c3be1c75f481d085d0ada3e9a714051a221be80
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Nov 2 17:22:27 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Nov 2 17:22:27 2005 +0000

    speed up flist by skipping stat on files with numbers as names

:100644 100644 9d3230be... fab11c7b... M	ChangeLog
:100644 100644 a79c8420... 408f6082... M	uip/flist.c

commit 81e4827df255b36011f7d017ca0aa5200883bfef
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Nov 2 17:16:39 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Nov 2 17:16:39 2005 +0000

    include new files in distribution

:100644 100644 7dfebbb2... 9d3230be... M	ChangeLog
:100644 100644 661116d8... aaf0fe45... M	docs/Makefile.in

commit 313c0b563539b667ee4dd618abc60afd94b9a28a
Author:     Bill Wohler <wohler@newt.com>
AuthorDate: Tue Oct 11 01:52:45 2005 +0000
Commit:     Bill Wohler <wohler@newt.com>
CommitDate: Tue Oct 11 01:52:45 2005 +0000

      A couple of questions from nmh's original FAQ were folded into
      the MH FAQ which is now a part of nmh.
    
                                New Questions
    
    1.09 What is the copyright status of nmh?
    3.23 Why do folder and flist overlook some of my sub-folders?
    
                              Changed Questions
    
    1.02 current version?           nmh history update, nmh 1.1-RC4, mailutils 0.6

:100644 100644 0bcd62f5... 13b64f18... M	docs/FAQ

commit 993b0d73a4f5a54c46b494b297895bf08fcaf197
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Oct 5 10:05:24 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Oct 5 10:05:24 2005 +0000

    Harald Geyer: back out fork/vfork workaround and handle the issue directly

:100644 100644 218fcf13... 7dfebbb2... M	ChangeLog
:100644 100644 afe2682d... 81a6021c... M	h/mh.h
:100644 100644 4b2b30d5... 0b0ba6e6... M	uip/replsbr.c

commit 9d27405ff3562d183784a244ee44bbaf71eabda8
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 13:45:03 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 13:45:03 2005 +0000

    use fork instead of vfork on Linux

:100644 100644 ff47800b... 218fcf13... M	ChangeLog
:100644 100644 81a6021c... afe2682d... M	h/mh.h

commit 31d4900d02d6be96308736ddc262ec4cdbd72c7c
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 13:27:44 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 13:27:44 2005 +0000

    test/report error writing to stdout

:100644 100644 e534e070... ff47800b... M	ChangeLog
:100644 100644 d707ed15... c310e2a0... M	uip/mhlsbr.c
:100644 100644 a7616d35... 4b2b30d5... M	uip/replsbr.c

commit 7b4f53959307e3434809f5dbc0ef5e0dbbb32005
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 13:24:14 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 13:24:14 2005 +0000

    correct SASL include file locations

:100644 100644 23aacaa3... e534e070... M	ChangeLog
:100644 100644 bf0804e1... 63aef407... M	mts/smtp/smtp.c
:100644 100644 aa396fd2... 10d9cba0... M	uip/popsbr.c

commit 5dcf161b0c2cc885e4dfa23fe4b4e1ab47e139c6
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 13:16:21 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 13:16:21 2005 +0000

    add bash completion definitions from Debian

:100644 100644 644f4293... 23aacaa3... M	ChangeLog
:000000 100644 00000000... b5bdfbc4... A	docs/COMPLETION-BASH

commit c066fcb6cd31e473e0880849a92da361b9e88d98
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 12:57:40 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 12:57:40 2005 +0000

    fix a bug affecting AFS where nmh was setting the READONLY flag for a
    folder even when you do have write access to the folder

:100644 100644 0a0d4772... 644f4293... M	ChangeLog
:100644 100644 2e679172... 6cd0d109... M	sbr/folder_read.c

commit e8635a8a1c577636becd53428ff290860280238f
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed May 18 12:50:45 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed May 18 12:50:45 2005 +0000

    Carl Mummert: add unquote() function for removing quotes from RFC-2822 headers

:100644 100644 ce64ad32... 0a0d4772... M	ChangeLog
:100644 100644 f9115040... eb79751c... M	h/fmt_compile.h
:100644 100644 2fdae4b5... d7ceccc4... M	man/mh-format.man
:100644 100644 a478acb7... 798f1f68... M	sbr/fmt_compile.c
:100644 100644 357484b0... 7558eca5... M	sbr/fmt_scan.c

commit 5e0d718c31e05bfa80e610eb15620abeb5b1b3e9
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Tue May 17 16:30:15 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Tue May 17 16:30:15 2005 +0000

    fill in a few of the missing ChangeLog entries

:100644 100644 d835a071... ce64ad32... M	ChangeLog

commit 4c24408bdff496a631709326b0d07a4e12fa9277
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Feb 23 16:20:47 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Feb 23 16:20:47 2005 +0000

    use iconv to convert RFC-2047 encoded headers to the character set used
    by the current locale

:100644 100644 9a6c9745... d835a071... M	ChangeLog
:100644 100644 85e5181b... 1b1df6b5... M	configure.in
:100644 100644 c2a876f7... edddc47e... M	h/prototypes.h
:100644 100644 b4bf4eb8... a87fc0e8... M	sbr/fmt_rfc2047.c
:100644 100644 c9b882da... 357484b0... M	sbr/fmt_scan.c

commit 70c52ecdc4230a7c3a1051234f786d988997b622
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Feb 23 14:07:52 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Feb 23 14:07:52 2005 +0000

    fix Debian bug #202667: crash when a message's filename overflows an int
    when converted

:100644 100644 a42dd837... 9a6c9745... M	ChangeLog
:100644 100644 b5b3f9d5... 2e679172... M	sbr/folder_read.c

commit 4574ff3e6743eb75f965f81f812f927d2a477618
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Wed Feb 23 11:55:25 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Wed Feb 23 11:55:25 2005 +0000

    Updated config.guess and config.sub to the most recent versions
    (from automake 1.9.5)

:100644 100644 44dc2171... a42dd837... M	ChangeLog
:100755 100755 69b1ab94... 892833f9... M	config.guess
:100755 100755 d6c68210... d8fd2f8f... M	config.sub

commit da6af9633e4ecdc19b1ee01de023fa4dfe615c39
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Mon Feb 21 16:31:58 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Mon Feb 21 16:31:58 2005 +0000

    fix bug where inc crashed on failing to reopen the terminal

:100644 100644 66187bff... 44dc2171... M	ChangeLog
:100644 100644 b33a3f8e... 6bc2cb8a... M	sbr/getpass.c

commit fc35d7366ed5128afd85622b1d3dc634c4733a22
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Thu Jan 27 16:43:03 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Jan 27 16:43:03 2005 +0000

    acknowledge that my change was based on an older patch from Michael Richardson

:100644 100644 30002b9e... 66187bff... M	ChangeLog

commit 6d281f8bdeb78dbc40dc04bf9ad714d0aefb6163
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Thu Jan 27 16:39:56 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Jan 27 16:39:56 2005 +0000

    Added -proxy option to inc and msgchk

:100644 100644 88e5bd9d... 30002b9e... M	ChangeLog

commit 99e5043db7ee6cf80f93708610a6e584a8068c6a
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Thu Jan 27 16:34:20 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Jan 27 16:34:20 2005 +0000

    Added -proxy option to inc and msgchk

:100644 100644 bc339638... e3e97b46... M	h/popsbr.h
:100644 100644 db611d6f... baaead8e... M	man/inc.man
:100644 100644 864574b5... 4903e218... M	uip/inc.c
:100644 100644 3b9bc74f... 69999f6d... M	uip/msgchk.c
:100644 100644 953db14c... e26e346e... M	uip/popi.c
:100644 100644 685489a1... aa396fd2... M	uip/popsbr.c

commit adc954633908e3fc97dfa94c08f964e1bbb94086
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Thu Jan 27 16:26:24 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Thu Jan 27 16:26:24 2005 +0000

    On systems where it is available, use nl_langinfo to get the character
    set if MM_CHARSET is unset

:100644 100644 5594bfc5... 88e5bd9d... M	ChangeLog
:100644 100644 a5e891c0... 85e5181b... M	configure.in
:100644 100644 fa9f0c2f... c2a876f7... M	h/prototypes.h
:100644 100644 84b003ff... 317a1778... M	sbr/Makefile.in
:100644 100644 f45448da... d6b8ca34... M	sbr/check_charset.c
:000000 100644 00000000... ae81046f... A	sbr/norm_charmap.c

commit e345f8fdce3a18cab73f3edf65ca60f8357efda0
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Fri Jan 21 19:25:44 2005 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Fri Jan 21 19:25:44 2005 +0000

    US-ASCII is a subset of UTF-8 so can be handled directly when UTF-8 is
    being used

:100644 100644 b29df86a... 5594bfc5... M	ChangeLog
:100644 100644 5d98774c... f45448da... M	sbr/check_charset.c

commit fd686eb9d48a14768c6cb37e92398e84e65e79a7
Author:     Oliver Kiddle <okiddle@yahoo.co.uk>
AuthorDate: Fri Dec 17 15:16:04 2004 +0000
Commit:     Oliver Kiddle <okiddle@yahoo.co.uk>
CommitDate: Fri Dec 17 15:16:04 2004 +0000

    Fix -part option to mhshow/mhlist/mhstore to find sub-parts of the specified
    part

:100644 100644 48a5ee1c... b29df86a... M	ChangeLog
:100644 100644 825ec873... a3da759f... M	uip/mhmisc.c

commit a753601a3811c10e433dbb04d8211a3df4b99012
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Fri Nov 19 05:06:16 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Fri Nov 19 05:06:16 2004 +0000

    Added mail directory argument to folder_addmsg in order to make it possible
    to provide a path to the ext_hook call that is mailpath-based.  A problem
    existed when a folder was a symbolic link and the pwd call would return
    the path relative to the filesystem, not to mailpath.  A new argument was
    needed because there was otherwise no reasonable way to get that path.

:100644 100644 1b815bcf... fa9f0c2f... M	h/prototypes.h
:100644 100644 401896a8... 1af116cb... M	sbr/folder_addmsg.c
:100644 100644 fc78ac1a... 72694b67... M	uip/mhstoresbr.c
:100644 100644 dd6dc887... 7b15491f... M	uip/rcvstore.c
:100644 100644 c184dc1f... f3c6d1f0... M	uip/refile.c

commit 96a8fdb8b141aecc1732615454fdabc584c0142c
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 16 18:14:34 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 16 18:14:34 2004 +0000

    Fixed problem where the refile hook was being called after a message was
    renamed so that it wasn't around for the hook.  The hook is now called
    before the message file is renamed.

:100644 100644 bebc145b... 2bddb0dd... M	sbr/folder_pack.c

commit 102679e27468bf6f8e1da24ccb9b0d93c489ec7e
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 16 18:08:07 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 16 18:08:07 2004 +0000

    Fixed typo in comment.
    Fixed problem with refile hook when refiling across filesystems.

:100644 100644 f03d386d... 401896a8... M	sbr/folder_addmsg.c

commit 40d8dba250400b613688f3c2824ec81a0b76b168
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 16 17:37:41 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 16 17:37:41 2004 +0000

    Removed unnecessary code.

:100644 100644 db2b42f3... f03d386d... M	sbr/folder_addmsg.c

commit d76e9388aabc9946124c5d3347ff5c5333bcd7d3
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 16 17:28:33 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 16 17:28:33 2004 +0000

    Fixed wrong directory for hook when refiling with -src option.

:100644 100644 b3bc8914... db2b42f3... M	sbr/folder_addmsg.c

commit 150eda989f39dde2dd6112b46c50558cd9bfd5fd
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Fri Oct 15 17:10:58 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Fri Oct 15 17:10:58 2004 +0000

    Fixed calling of external hooks.

:100644 100644 8f9bf813... 4b8048f8... M	uip/sortm.c

commit 24414198cc168516126761a3040b71087c5778bc
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Oct 12 21:14:02 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Oct 12 21:14:02 2004 +0000

    Fixed another weird bug caused by the static mailpath being overwritten.

:100644 100644 02a2cbff... 864574b5... M	uip/inc.c

commit ce802211fc851f4fc22bfb34da8bc3166d3b23c2
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Oct 12 20:41:34 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Oct 12 20:41:34 2004 +0000

    Fixed bug that caused anno to mangle headers.

:100644 100644 75768893... 9d90e0fb... M	uip/sendsbr.c

commit 3162c1b16d85ce6590bb839fd25378a28c005afc
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Oct 12 20:40:25 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Oct 12 20:40:25 2004 +0000

    Fixed strange bug that prevented a lock from ever being obtained if getting
    it failed the first time.  The problem was that the string of XXXXXX that
    is required by mkstemp() was overwritten the first time through, and so
    all subsequent times failed because mkstemp() failed.  The fix
    reinitializes the tmp file string.

:100644 100644 6deddd4a... cda66ab6... M	sbr/lock_file.c

commit 745645022b8e7ff0c21cba33776bc890986b3361
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Oct 12 20:38:10 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Oct 12 20:38:10 2004 +0000

    Fixed bug in which the static maildir was overwritted if a format string
    was read from the profile.

:100644 100644 af8180d1... 02a2cbff... M	uip/inc.c

commit e19a05bad44e548ad6f6d1865b5f797d5d70417c
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Oct 12 20:31:14 2004 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Oct 12 20:31:14 2004 +0000

    Fixed bug that was producing an incorrect path for the external hook.

:100644 100644 4567f6d1... 20ac1a57... M	sbr/folder_delmsgs.c

commit 08baf4f8bc7623c41a9753c71aed9a4042196aac
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Oct 6 20:11:39 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Oct 6 20:11:39 2003 +0000

    db configuration fix for Debian; yet another location for ndbm.

:100644 100644 c3fb81a7... a5e891c0... M	configure.in
:100644 100644 6bf3e159... bbf18506... M	uip/slocal.c

commit 076b15369a863a489181015d3d9a39db38c6856d
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 19:55:12 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 19:55:12 2003 +0000

    restored use of PUTDF() macro; was broken in versions 1.10-1.12;
    replacement implementation filled on right instead of on left.

:100644 100644 4365e350... c9b882da... M	sbr/fmt_scan.c

commit 4885712264980e6cbc2039f9158027bee9213475
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 16:57:26 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 16:57:26 2003 +0000

    [bug #4302] errno is not always an extern int
    The errno declaration is best left to errno.h; several systems use
    #define errno (*(___errno()))
    or similar

:100644 100644 c3fe5995... 3084ff53... M	sbr/context_read.c
:100644 100644 c088283e... 6deddd4a... M	sbr/lock_file.c
:100644 100644 6782c34e... 7aea6f01... M	sbr/m_draft.c
:100644 100644 523feb68... c5332ca6... M	sbr/makedir.c
:100644 100644 40d4e279... 169894fe... M	sbr/mts.c
:100644 100644 9e50da68... 4c12b712... M	sbr/ruserpass.c
:100644 100644 41b0cc29... 1a2c9892... M	uip/annosbr.c
:100644 100644 212d162a... 7f432eaf... M	uip/dropsbr.c
:100644 100644 7706f90f... e4779dc5... M	uip/folder.c
:100644 100644 09cfa958... af8180d1... M	uip/inc.c
:100644 100644 2b0ad1af... b16e8c96... M	uip/mhbuild.c
:100644 100644 58104a5f... fb2d451b... M	uip/mhbuildsbr.c
:100644 100644 ece59430... 56d3dcc4... M	uip/mhcachesbr.c
:100644 100644 c43c5e92... 9d064ba1... M	uip/mhfree.c
:100644 100644 10ba1e4c... 4fc17dca... M	uip/mhlist.c
:100644 100644 dd6d855f... bce44d07... M	uip/mhlistsbr.c
:100644 100644 2a1672e6... 825ec873... M	uip/mhmisc.c
:100644 100644 c6d5c777... 55f06c4c... M	uip/mhn.c
:100644 100644 0c4c2bec... fff4ccc4... M	uip/mhoutsbr.c
:100644 100644 79997fd5... 0bb56da1... M	uip/mhparse.c
:100644 100644 4496590f... 65f66f4a... M	uip/mhshow.c
:100644 100644 d7d4d141... 1c786cc6... M	uip/mhshowsbr.c
:100644 100644 4bfc6763... 1529de96... M	uip/mhstore.c
:100644 100644 2e88df23... fc78ac1a... M	uip/mhstoresbr.c
:100644 100644 a7d2d383... 46c86ac2... M	uip/mhtest.c
:100644 100644 3548b7ec... 4566029c... M	uip/mshcmds.c
:100644 100644 a38f7953... 405a005d... M	uip/packf.c
:100644 100644 afdd4fbf... 953db14c... M	uip/popi.c
:100644 100644 bc194ffe... fd10aca2... M	uip/prompter.c
:100644 100644 8f6a6f8e... dd6dc887... M	uip/rcvstore.c
:100644 100644 663092b9... c184dc1f... M	uip/refile.c
:100644 100644 a53a5bad... 02621dc5... M	uip/scan.c
:100644 100644 1da94401... 514f0731... M	uip/send.c
:100644 100644 b4cd5e2b... 3dbd27ce... M	uip/viamail.c
:100644 100644 8267f01a... 327f4516... M	uip/vmh.c
:100644 100644 c69363a4... af06698d... M	uip/wmh.c

commit b3f36786e62ff7b708849e05d0cac2f55f37e6a5
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 16:22:54 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 16:22:54 2003 +0000

    corrected termination condition for fill character introduced in last version

:100644 100644 67815351... 4365e350... M	sbr/fmt_scan.c

commit c065080384e524f3afbae781492464f4661a55df
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 16:19:12 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 16:19:12 2003 +0000

    [bug #4296] PUTD() macro can't hack 10 digit values
    Once the number exceeded 1000000000, the conversion would fail.  An execution of
     dp -format "%(clock{text})" "Tue, 01 Jul 2003 21:38:05 +0700" would erroneously print
    749660476, instead of 1057070285.
    
    The macros PUTD() and PUTDF() have been replaced by snprintf() calls;  These macros
    should never have been written in the first place, when system functions exist to do the
    work.
    
    (prev version 1.10 was erroneously comitted).

:100644 100644 0a2397ba... 67815351... M	sbr/fmt_scan.c

commit cc9d0626d137ec556f12d133cf106ac7c4c5b5a7
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 16:07:49 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 16:07:49 2003 +0000

    [bug #4296] PUTD() macro can't hack 10 digit values
    Once the number exceeded 1000000000, the conversion would fail.  An execution of
     dp -format "%(clock{text})" "Tue, 01 Jul 2003 21:38:05 +0700" would erroneously print
    749660476, instead of 1057070285.
    
    The macros PUTD() and PUTDF() have been replaced by snprintf() calls;  These macros
    should never have been written in the first place, when system functions exist to do the
    work.

:100644 100644 4f79bf6a... 0a2397ba... M	sbr/fmt_scan.c

commit 0e02bd46c1b4931073f3e865bbad4deb15691fd7
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 14:36:04 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 14:36:04 2003 +0000

    [bug #4297] The strlen mh-format function can crash if 'str' is null.

:100644 100644 0a2397ba... 4f79bf6a... M	sbr/fmt_scan.c

commit 856ad5f613c3a0d67b7064a6b4a4d141cef4dae9
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 14:30:36 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 14:30:36 2003 +0000

    note recent changes

:100644 100644 2ba6be3b... 48a5ee1c... M	ChangeLog

commit 6d51f44e7d886a9d8b6243f414603dc3e1fdd837
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 30 14:19:20 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 30 14:19:20 2003 +0000

    fix handling of "-list" and "-seq" options, so behavior is orthoganal.
    Previously, "pick -list -seq seqname" meant "pick -nolist -seq seqname".
    Now "pick -list -seq seqname" and "pick -seq seqname -list" do the same thing.
    Thanks to Robert Elz.

:100644 100644 cb40ccbb... a9171f49... M	man/pick.man
:100644 100644 65a9091e... 9f4bf0f5... M	uip/pick.c

commit 7afa1855f4255c6c6127283e2bd3768da814e7ef
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 28 14:27:34 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 28 14:27:34 2003 +0000

    update 'mp->lowmsg' from 0 to 1 during regular 'inc' from mail spool;
    avoids failure of 'folder_realloc()' for case of no messages in
    folder, and more than 100 messages to incorporate.  Initially,
    'folder_read()' will initialize 'mp->lowmsg' to 0, and 'mp->lowoff'
    to 1.  So the call would be folder_realloc(mp, 1, 200), and the
    comparison 'if (mp->nummsg > 0 && lo > mp->lowmsg)' will fail.

:100644 100644 1b49a846... 09cfa958... M	uip/inc.c

commit 2f54ce7c39742587c9c8b1322d80bb0520f8a108
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Sep 22 16:03:22 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Sep 22 16:03:22 2003 +0000

    Removed space between command name and man section number (e.g.,
    "show (1)" --> "show(1)", so xemacs can recognize them as links to other
    man pages.

:100644 100644 201dac52... a78b2431... M	man/nmh.man

commit 2d2b2581db2998febf460eb43e6e993e516a7da9
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Sep 22 01:04:04 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Sep 22 01:04:04 2003 +0000

    make 'spost' handling of "masquerade:" line of mts.conf containing
    'draft_from' same as for 'post'.  Debian bug report 144098, filed by
    Terran Melconian.

:100644 100644 4930cbbf... 5a7d9435... M	uip/spost.c

commit 571c5da9d8529e029fb478ee1f47057e0ebb6762
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Sep 22 00:43:09 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Sep 22 00:43:09 2003 +0000

    status of action wasn't saved for use by 'N' result, so when 'N' was
    used slocal could perform the action even if the previous
    action failed.  Debian bug report #149745, filed by Daniel Mller.

:100644 100644 b1760081... 6bf3e159... M	uip/slocal.c

commit f292123e4a8ff7bf829d2954ec838f677043ebd4
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 21 18:08:35 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 21 18:08:35 2003 +0000

    Increase timeouts to comply with RFC 1123; Debian bug report #152728 by Ian Jackson

:100644 100644 5760356e... bf0804e1... M	mts/smtp/smtp.c

commit 315caba3a2aa30a40ea962ab32413c2953e71b36
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 21 17:34:31 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 21 17:34:31 2003 +0000

    added cross references

:100644 100644 e1185e2a... 707e2be3... M	man/mh-chart.man
:100644 100644 42155cc3... 201dac52... M	man/nmh.man

commit 678a7a83f08b7a3f6cf3a11ea580cd69566eaf1b
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 21 17:09:31 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 21 17:09:31 2003 +0000

    fixed typo:  example for scan.default didn't include proper terminating
    %> for "%<{date} %|*%>"; reported as Debian bug #143427 by Peter Maydell

:100644 100644 58d14881... 2fdae4b5... M	man/mh-format.man

commit bad95d999e5f5a5cd729772f19937575075c85da
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 21 15:43:00 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 21 15:43:00 2003 +0000

    Apply bug fix reported to Debian (#136976) by Peter Maydell; allows
    messages with "Content-Transfer-Encoding: binary" to be
    displayed, per RFC 2045 section 6.2 paragraph 4

:100644 100644 a31bf949... 79997fd5... M	uip/mhparse.c

commit c012a612b25a59029d0feb22f98aa623adb923a9
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Sep 21 02:39:58 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Sep 21 02:39:58 2003 +0000

    corrected typo for nroff directive

:100644 100644 0f552b05... 42155cc3... M	man/nmh.man

commit 0e2ff4d9f255196880fb7d724b7ff8138eb3e9c3
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Tue Sep 16 14:27:55 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Tue Sep 16 14:27:55 2003 +0000

    add command to remove $(libdir)/install-mh prior to creating the link

:100644 100644 80c211ce... 6bdd4eba... M	uip/Makefile.in

commit b8eb926caef0c1031539ccae6443e6d7f37282f5
Author:     Jeffrey C Honig <jch@honig.net>
AuthorDate: Sun Sep 14 13:25:55 2003 +0000
Commit:     Jeffrey C Honig <jch@honig.net>
CommitDate: Sun Sep 14 13:25:55 2003 +0000

    The first ``inc'' into an empty folder would not update the unseen
    sequence.  This is because seq_list() will return NULL if mp->nummsg
    is zero.  Insure that mp->nummsg is incremented.

:100644 100644 ec4f520d... 1b49a846... M	uip/inc.c

commit 3a98db03a5a9ae31af39cbd793260021e95ff104
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Mon Sep 8 18:41:10 2003 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Mon Sep 8 18:41:10 2003 +0000

    Man page fix from Igor Sobrado

:100644 100644 84bf62ef... 2a94abb2... M	man/slocal.man

commit f5c3067acc6c1fb336d70b9d4ab38f4b3d17c79b
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sat Sep 6 17:27:55 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sat Sep 6 17:27:55 2003 +0000

    Added documentation of "Dcc", per recent discussion on mailing list
    (main contributors Jerry Peek and Robert Elz)

:100644 100644 85b3164d... 65a5d1e3... M	man/send.man

commit 557d33aeabe46e9a0411959703f721c5b9ce2ae9
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Sep 5 21:07:49 2003 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Sep 5 21:07:49 2003 +0000

    Merge in changes from the 1.1 branch.

:100644 100644 23270922... 9d5e65d7... M	.cvsignore
:100644 100644 f029fd65... c3fb81a7... M	configure.in
:100644 100644 99f6d1f3... 0bcd62f5... M	docs/FAQ
:000000 100644 00000000... 3dd76230... A	docs/README.SASL
:100644 100644 fe313524... 20b64527... M	docs/README.developers
:100644 100644 ca56781a... 5760356e... M	mts/smtp/smtp.c
:100644 100644 577a4b0d... 685489a1... M	uip/popsbr.c

commit 9e43ae1d70f7da5d175425092395f9beb2d625d3
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Sep 5 19:10:21 2003 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Sep 5 19:10:21 2003 +0000

    Fix from branch.

:100644 100644 d2524c7c... c3fe5995... M	sbr/context_read.c

commit d3a300121b033551031ffbdaa9202fb4aa4453f3
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Sep 5 18:37:47 2003 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Sep 5 18:37:47 2003 +0000

    Quiet lock warning.

:100644 100644 5cd18724... c088283e... M	sbr/lock_file.c

commit 82a21b6f3cddf8ab048dcb02c080ea9797c73c5a
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Fri Sep 5 18:36:36 2003 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Fri Sep 5 18:36:36 2003 +0000

    Merge in locking fixes into the main line.

:100644 100644 e6cdfff0... d2524c7c... M	sbr/context_read.c
:100644 100644 58d17451... 4fa60ea4... M	sbr/context_save.c
:100644 100644 7280464f... 5cd18724... M	sbr/lock_file.c
:100644 100644 d085d53d... f36edb56... M	sbr/seq_read.c
:100644 100644 f8de9ed1... 84775b97... M	sbr/seq_save.c

commit cafee7a804b8aa53166065e988ec0fc387862fc8
Author:     Jeffrey C Honig <jch@honig.net>
AuthorDate: Mon Aug 11 01:20:52 2003 +0000
Commit:     Jeffrey C Honig <jch@honig.net>
CommitDate: Mon Aug 11 01:20:52 2003 +0000

    When compiling format strings, nmh attempts to avoid multiple parsing
    of address and date fields by only inserting calls to the parse
    functions (FT_PARSEADDR and FT_PARSEDATE) for a given component once.
    The problem with this method is that the initial invocation may
    actually be on a code path that is conditionally executed.  This can
    result cached copies of data from the fields in previous messages to
    be used.
    
    My solution is to move this optimization from compile time to run time.
    Address and Date parsing calls (FT_PARSEADDR and FT_PARSEDATE) will
    always be included.  Run time flags are used to prevent these functions
    from being run more than once per component per message.
    
    The c_flags field has being converted from a boolean to a bit-field to
    facilitate maintenance of the new CT_PARSED value.  The result value
    that used to be in this field is now the bit CF_TRUE and the
    overloaded use of this field by scan() is now the CT_DATEFAB bit.
    
    Some unneeded flags (CT_ADDRPARSE, CT_MYMBOX) have also been removed.

:100644 100644 b0a7242b... 2ba6be3b... M	ChangeLog
:100644 100644 fd4c555d... cece50e0... M	h/fmt_scan.h
:100644 100644 4c64b9c6... a478acb7... M	sbr/fmt_compile.c
:100644 100644 5dc7f22c... 0a2397ba... M	sbr/fmt_scan.c
:100644 100644 cc0bc704... cc9a589a... M	uip/fmtdump.c
:100644 100644 c04e8c70... be68bf89... M	uip/scansbr.c

commit f8665df65d2bc3552b68c734a7b3975d95ccdc41
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Fri Jul 4 16:15:02 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Fri Jul 4 16:15:02 2003 +0000

    more detail for bugs fixed, so reader doesn't need to go to Bugzilla

:100644 100644 81b1104a... b0a7242b... M	ChangeLog

commit e6e81a487cd89dbf3f2dd96d140915a0026246c2
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Fri Jul 4 15:55:55 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Fri Jul 4 15:55:55 2003 +0000

    update

:100644 100644 fc507d4a... 81b1104a... M	ChangeLog

commit e1aea389b23bc67d45838523de0726d85f7328d1
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Wed Jul 2 02:24:19 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Wed Jul 2 02:24:19 2003 +0000

    restored use of %manext5% for man section, which was lost
    in version 1.4

:100644 100644 b2b5818a... 58d14881... M	man/mh-format.man

commit b9dc6c7097b13ba6e5741110b65b47ae892a64f5
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Wed Jul 2 02:03:19 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Wed Jul 2 02:03:19 2003 +0000

    Updated description of default template to reflect current
    change to In-Reply-To, and Fcc:

:100644 100644 382435fd... 89ab11e7... M	man/repl.man

commit c948e3f891a14ca70ed9f82ac05481e2a8614bb5
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Wed Jul 2 02:01:50 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Wed Jul 2 02:01:50 2003 +0000

    Default templates for 'comp', 'forw', 'dist', 'repl' now include
    Fcc: +outbox

:100644 100644 2669f040... 7f255ea5... M	etc/components
:100644 100644 c6dc39a3... d30819a1... M	etc/distcomps
:100644 100644 2669f040... 7f255ea5... M	etc/forwcomps
:100644 100644 21282fcb... 6ec3ce72... M	etc/replcomps
:100644 100644 4a3e3a45... 7920544b... M	etc/replgroupcomps

commit 9665ec6f27f99bf6becbf8cce2978d962a9bf976
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 30 19:43:26 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 30 19:43:26 2003 +0000

    use symbols for date and version so values are
    automatically updated during build.

:100644 100644 c62ebc58... b2b5818a... M	man/mh-format.man

commit d13fd6c0abc123c7b293b0714a8f14eb8bddbd3e
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 30 19:40:05 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 30 19:40:05 2003 +0000

    bump date so everything gets a new timestamp for 1.1

:100644 100644 6d20d9c2... beb1a1c6... M	DATE

commit b465f05ed63a7c310182aa0a32cd29b0e02103a0
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 30 18:58:07 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 30 18:58:07 2003 +0000

    fix bug #1393, "sortm core dumps", using patch provided by
    Robert Elz, kre@munnari.oz.au.  The core dump occurred
    when "Subject:" was immediately followed by an
    alphanumeric, and "-textfield subject" were used
    as arguments.

:100644 100644 5cff943b... 8f9bf813... M	uip/sortm.c

commit 01364afac249d8fbcf7b37570a52c5f177b18975
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 30 16:48:50 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 30 16:48:50 2003 +0000

    Re-write for clarity, using major contributions from
    Bart Massey, and Jerry Peek.

:100644 100644 869aba85... c62ebc58... M	man/mh-format.man

commit ec751d9bbebd843215896b299712728eed0ea76c
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 30 16:40:09 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 30 16:40:09 2003 +0000

    made RFC 2822 compliant, using an "In-reply-to:" format
    supplied by Jerry Peek.

:100644 100644 5b6f4bf3... 21282fcb... M	etc/replcomps
:100644 100644 3226af74... 4a3e3a45... M	etc/replgroupcomps

commit 028324109b0e90a18d0b38c6c45a603a6c8732b5
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Fri Jun 27 17:02:13 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Fri Jun 27 17:02:13 2003 +0000

    prevent double free of 'ce->cd_file' or later use of invalid data

:100644 100644 57518015... c43c5e92... M	uip/mhfree.c

commit 19b47ea980a98d01112d4bda1d220c7057818ff1
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Thu Jun 26 01:30:36 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Thu Jun 26 01:30:36 2003 +0000

    fix for bug #578 repl leaks umask; there are several other
    places in the code where the umask value is not restored,
    so there might be other similar bugs

:100644 100644 1ea411c2... a7616d35... M	uip/replsbr.c

commit 823e60ebef611a90dedab2beca8b9cab3b3644fc
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Mon Jun 23 00:44:28 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Mon Jun 23 00:44:28 2003 +0000

    Changed use of GNU "simply expanded variables" for MAN1, MAN5, MAN8, so
    one makefile will work with SysV make (e.g., Solaris) and GNU make

:100644 100644 88c8c840... 3b0fb65a... M	man/Makefile.in

commit e121e49643a86c4e7fb34dd75ed1542759aa16c9
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Jun 22 23:59:16 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Jun 22 23:59:16 2003 +0000

    allow gdbm/ndbm.h in addition to db1/ndbm.h; needs corresponding change in
    configure.in

:100644 100644 74f1b57e... b1760081... M	uip/slocal.c

commit 106638417f787bf077db15294cf54e068113e5c8
Author:     Glenn Burkhardt <glenn@aoi.ultranet.com>
AuthorDate: Sun Jun 22 23:58:07 2003 +0000
Commit:     Glenn Burkhardt <glenn@aoi.ultranet.com>
CommitDate: Sun Jun 22 23:58:07 2003 +0000

    Allowed gdbm as substitute for Berkeley db1/ndbm.h libdb1 (check for
    gdbm/ndbm.h, libgdbm now); send only stdout to /dev/null when checking for
    'broken vi', this allows 'vim' on Solaris to work, since 'vim' closes stdin
    and uses stderr for input when running a script.

:100644 100644 3d768e4d... f029fd65... M	configure.in

commit ee40b1147dd59da498fcfe1329eb67a0c328f536
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Thu Jan 2 04:07:49 2003 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Thu Jan 2 04:07:49 2003 +0000

    Fix detection of non-mime messages when the charset is not enclosed
    in double quotes.  (Not perfect yet, but 97% effective.)

:100644 100644 1137c391... 5773b56e... M	uip/show.c

commit b0dd86c2ac5c1dd69a003da88b7ffcc5cec98116
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Thu Nov 21 21:22:24 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Thu Nov 21 21:22:24 2002 +0000

    Fixed a typo in the SRCS definition; had a .o where it should have been a .c

:100644 100644 b27b1269... 84b003ff... M	sbr/Makefile.in

commit 75e2f3fddb560b88552a93ca37d8049278665b2c
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Wed Nov 20 19:57:19 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Wed Nov 20 19:57:19 2002 +0000

    Fixed a bug in the waitpid version where it would return incorrectly if a
    child process was interrupted.

:100644 100644 a1555bbe... 1572bfe4... M	sbr/pidwait.c

commit 830e38e1921fe065733bab9a2128390e56e35985
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 19 20:39:21 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 19 20:39:21 2002 +0000

    Removed the reference to the library directory since this now goes in bin.

:100644 100644 c3c87fa4... ce1f61da... M	man/install-mh.man

commit 78c6358d8c8c1ee74bf65c672d958e4eae17ee37
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Tue Nov 19 20:37:50 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Tue Nov 19 20:37:50 2002 +0000

    Changed to move install-mh to the bin directory instead of the lib
    directory.  A link is made from the lib to the bin just in case.

:100644 100644 909e9193... 88c8c840... M	man/Makefile.in
:100644 100644 6d971d5a... 80c211ce... M	uip/Makefile.in

commit 5afa7072e3fe7fc42287e2149e1c23b363700795
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Mon Nov 18 18:25:00 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Mon Nov 18 18:25:00 2002 +0000

    The file README-ATTACHMENTS was removed - it has been moved to the docs
    subdirectory.  I thought that this had already been done but I guess not.
    It's unrelated to the rest of these changes.
    
    The remainder of these changes affect the way that nmh is installed.  Nmh
    has historically prompted the user for installation when any nmh command
    is invoked if it doesn't think that it's installed.  This is a problem for
    programs that want to, for example, interact with nmh programs via pipes.
    
    These changes alter this behavior.  Now, when an nmh program thinks that
    nmh isn't installed, it tells the user to run install-mh to install it.
    A -check option has been added to install-mh that allows the existence of
    an installation to be silently checked and indicated via the exit status.
    
    The bulk of this change is in sbr/read_context.c.  In the process of making
    these changes, I noticed a fair amount of useless code that I removed.  In
    particular:
    
    1.      The program started with a test for whether or not defpath had already
            been set.  This could only happen if context_read() was called more
            than once, which it isn't.  This check also existed and was removed
            from the following places:
                    sbr/context_del.c
                    sbr/context_find.c
                    sbr/context_replace.c
                    sbr/seq_read.c
                    sbr/seq_save.c
                    uip/flist.c
                    uip/folder.c
                    uip/rmf.c
    
    2.      A similar test for mypath was removed.  No need to test it since it
            doesn't happen.  I'm just not a believer that
    
                    a = 1;
    
                    if (a != 1)
                            error();
    
            is a good way to write code!
    
    3.      I removed the code makes a copy of the $HOME environment variable as
            returned by getenv().  It's never changed, so it doesn't need copying.
    
    4.      I removed code that copied the pw_dir member of the passwd structure
            returned by getpwuid() if $HOME isn't set.  Yes, the returned structure
            is static, but since the function is never called again the returned
            values stay valid and don't need copying.
    
    5.      I removed the test for a NULL pw_dir member in the passwd structure
            returned by getpwuid() since that never happens.
    
    6.      I removed code that removed a trailing / from mypath if mypath is more
            than one character long.  Unnecessary as // is interpreted as / anyway.
            mypath never shows up in an error message, so nobody will ever see it.
            Besides, this code didn't handle the case of multiple trailing slashes.
    
    7.      I removed code that replaced the MH environment variable contents with
            an absolute path if it was a relative one.  I'm a bit nervous about this
            one, only testing will tell.  Any nmh program that's invoked will use
            the same context_read() code to convert a relative path to an absolute
            one anyway.  And there's no guarantee (or discussion) of this feature
            in any of the documentation.
    
    8.      Althout context_read() tested the MH environment variable, install-mh
            didn't.  This means that the behavior was not consistent between
            install-mh and all other nmh programs.  I changed install-mh to be
            consistent with context_read().
    
    9.      install-mh has been installed in the lib directory, not bin.  So a
            user would be unlikely to find it when prompted to run it.  The
            installation has been changed to add a link from bin to lib.

:100644 000000 ff9db2a3... 00000000... D	README-ATTACHMENTS
:100644 100644 97e0ff7b... c3c87fa4... M	man/install-mh.man
:100644 100644 17d73e2b... 0f552b05... M	man/nmh.man
:100644 100644 e55d683b... b38d8222... M	sbr/context_del.c
:100644 100644 96f28f9d... efac368f... M	sbr/context_find.c
:100644 100644 49b4fc36... e6cdfff0... M	sbr/context_read.c
:100644 100644 541253db... b723cb43... M	sbr/context_replace.c
:100644 100644 b1dc3a5a... d085d53d... M	sbr/seq_read.c
:100644 100644 6366e5eb... f8de9ed1... M	sbr/seq_save.c
:100644 100644 905c33dc... 6d971d5a... M	uip/Makefile.in
:100644 100644 dac84d50... a79c8420... M	uip/flist.c
:100644 100644 2cc9bde6... 7706f90f... M	uip/folder.c
:100644 100644 ff50d359... 34aed950... M	uip/install-mh.c
:100644 100644 2909196a... 5fe47084... M	uip/rmf.c

commit 945aa62b814966a1266a5524bd089a74e0999cd1
Author:     Anders Eriksson <aeriksson@fastmail.fm>
AuthorDate: Mon Oct 21 19:32:26 2002 +0000
Commit:     Anders Eriksson <aeriksson@fastmail.fm>
CommitDate: Mon Oct 21 19:32:26 2002 +0000

    Changed scan to always pass the folder argument. This is in line
    with the man page.

:100644 100644 1612717d... a53a5bad... M	uip/scan.c

commit d38818cda73ca94e1e62bdf30a0a024781a54cb5
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Mon Sep 9 14:30:16 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Mon Sep 9 14:30:16 2002 +0000

    New routine that provides interface to external programs.

:000000 100644 00000000... d2288487... A	sbr/ext_hook.c

commit a259594cc41e41bfbb90562d3977b8194d1446f5
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Fri Aug 23 20:37:01 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Fri Aug 23 20:37:01 2002 +0000

    Added external program hooks.

:100644 100644 ff9db2a3... a9963642... M	docs/README-ATTACHMENTS
:000000 100644 00000000... bb5d6ee7... A	docs/README-HOOKS
:100644 100644 63ea87e8... 1b815bcf... M	h/prototypes.h
:100644 100644 882094e6... b27b1269... M	sbr/Makefile.in
:100644 100644 16f4cc52... b3bc8914... M	sbr/folder_addmsg.c
:100644 100644 3d2e5497... 4567f6d1... M	sbr/folder_delmsgs.c
:100644 100644 7a661a53... bebc145b... M	sbr/folder_pack.c
:100644 100644 8acfb1a9... bbefc99a... M	sbr/m_convert.c
:100644 100644 6b9be832... 908de0df... M	uip/burst.c
:100644 100644 7886411c... ec4f520d... M	uip/inc.c
:100644 100644 d91b7b45... 2e88df23... M	uip/mhstoresbr.c
:100644 100644 ca8789f1... 8f6a6f8e... M	uip/rcvstore.c
:100644 100644 9e1ed207... 663092b9... M	uip/refile.c
:100644 100644 fccbb096... 2909196a... M	uip/rmf.c
:100644 100644 a18c278e... 072097a7... M	uip/rmm.c
:100644 100644 4b348cf0... 5cff943b... M	uip/sortm.c

commit 982194e9f1c9e4718b4857b300fc3ab8b16c8f6b
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Thu Aug 22 22:06:18 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Thu Aug 22 22:06:18 2002 +0000

    Moved this file here from the root directory.

:000000 100644 00000000... ff9db2a3... A	docs/README-ATTACHMENTS

commit 7480dbc14bc90f2d872d434205c0784704213252
Author:     Jon Steinhart <jon@fourwinds.com>
AuthorDate: Mon Aug 19 20:50:41 2002 +0000
Commit:     Jon Steinhart <jon@fourwinds.com>
CommitDate: Mon Aug 19 20:50:41 2002 +0000

    Added an improved user interface for sending messages with attachments.

:000000 100644 00000000... ff9db2a3... A	README-ATTACHMENTS
:100644 100644 d252eada... 63ea87e8... M	h/prototypes.h
:100644 100644 7a735bcb... b626e2a4... M	man/anno.man
:100644 100644 5a2f897a... 85b3164d... M	man/send.man
:100644 100644 5bc5da79... cc2e989c... M	man/whatnow.man
:100644 100644 ea60e6d9... b92abdc9... M	uip/anno.c
:100644 100644 e250c1a6... 41b0cc29... M	uip/annosbr.c
:100644 100644 ec81aaa2... 1da94401... M	uip/send.c
:100644 100644 b055bb01... 75768893... M	uip/sendsbr.c
:100644 100644 de0e950d... b4cd5e2b... M	uip/viamail.c
:100644 100644 ab980742... 53320d32... M	uip/whatnowsbr.c

commit ad3d5c36b428d68a3a2cad85168ec90bf25c8932
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Mon Jul 8 19:29:24 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Mon Jul 8 19:29:24 2002 +0000

    Remove this file on the head as well.

:100644 100644 e93c9eef... 23270922... M	.cvsignore
:100644 000000 5e88ed04... 00000000... D	stamp-h.in

commit f422ef658bd5a190e08177c67361c874e679c526
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Wed Jul 3 14:49:24 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Wed Jul 3 14:49:24 2002 +0000

    Bring these changes over from the branch.

:100644 100644 e8c05a6b... e93c9eef... M	.cvsignore
:100644 000000 85f9f96e... 00000000... D	config.h.in

commit ae5aae7b9c72dbff21f87bbc6e783d7cec1941a9
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Wed Jul 3 14:08:11 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Wed Jul 3 14:08:11 2002 +0000

    Remove these undefines (why were they in there?)

:100644 100644 70dac65f... 3d768e4d... M	configure.in

commit 2d1136ddada3b7899baa0a2d9d28a96fa959813d
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Tue Jul 2 22:10:55 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Tue Jul 2 22:10:55 2002 +0000

    Update for new version.

:100644 100644 e76778f2... 9459d4ba... M	VERSION

commit 6c42153ad9362cc676ea66563bf400d7511b3b68
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Tue Jul 2 22:09:12 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Tue Jul 2 22:09:12 2002 +0000

    Add/update copyright notice in all source code files.

:100644 100644 5734c15d... 07872da8... M	COPYRIGHT
:100644 100644 2a01c1bb... 8a613b68... M	config/config.c
:100644 100644 4b3d6069... 263bcef3... M	mts/smtp/hosts.c
:100644 100644 6de440f7... ca56781a... M	mts/smtp/smtp.c
:100644 100644 f38110f7... f977c271... M	sbr/add.c
:100644 100644 545d3972... cf941dc5... M	sbr/addrsbr.c
:100644 100644 48b7328e... 53c8da1a... M	sbr/ambigsw.c
:100644 100644 ab58cb46... 353a5c15... M	sbr/atooi.c
:100644 100644 715aaf5e... 27f187e2... M	sbr/brkstring.c
:100644 100644 e16f3603... 5d98774c... M	sbr/check_charset.c
:100644 100644 eb2ffd51... a7ab7643... M	sbr/client.c
:100644 100644 86f91a76... 191bd311... M	sbr/closefds.c
:100644 100644 939a484f... a338835b... M	sbr/concat.c
:100644 100644 702c15d0... e55d683b... M	sbr/context_del.c
:100644 100644 1e324013... 96f28f9d... M	sbr/context_find.c
:100644 100644 208c45e7... 9b3f7eb1... M	sbr/context_foil.c
:100644 100644 d2836ba3... 49b4fc36... M	sbr/context_read.c
:100644 100644 435127b2... 541253db... M	sbr/context_replace.c
:100644 100644 b3f8168b... 58d17451... M	sbr/context_save.c
:100644 100644 577e811e... 52989aab... M	sbr/copy.c
:100644 100644 8d7b6f54... 93ff5e84... M	sbr/copyip.c
:100644 100644 a8c33758... c3ca3ed6... M	sbr/cpydata.c
:100644 100644 068fb6e8... a1a887af... M	sbr/cpydgst.c
:100644 100644 fffc0fa8... 7c132ceb... M	sbr/discard.c
:100644 100644 b5072a69... cf2e3080... M	sbr/done.c
:100644 100644 3a37fe35... e485dfd8... M	sbr/dtime.c
:100644 100644 41f031a5... 299e3a62... M	sbr/error.c
:100644 100644 3956a7b9... 6a45da67... M	sbr/fdcompare.c
:100644 100644 150aa73d... 2e4bff61... M	sbr/fmt_addr.c
:100644 100644 6baabdc7... 4c64b9c6... M	sbr/fmt_compile.c
:100644 100644 e3384e8b... 478a466a... M	sbr/fmt_def.c
:100644 100644 003ec2bc... effd06f1... M	sbr/fmt_new.c
:100644 100644 a9c3d0bd... b4bf4eb8... M	sbr/fmt_rfc2047.c
:100644 100644 4f9078a4... 5dc7f22c... M	sbr/fmt_scan.c
:100644 100644 6858f4db... 16f4cc52... M	sbr/folder_addmsg.c
:100644 100644 e5374b5d... 3d2e5497... M	sbr/folder_delmsgs.c
:100644 100644 1c1051de... f06bbf5c... M	sbr/folder_free.c
:100644 100644 05365a86... 7a661a53... M	sbr/folder_pack.c
:100644 100644 0d012932... b5b3f9d5... M	sbr/folder_read.c
:100644 100644 f3130f14... f3d99ba7... M	sbr/folder_realloc.c
:100644 100644 dcfb316c... c0804cde... M	sbr/gans.c
:100644 100644 987ed3c8... 80eeb710... M	sbr/getans.c
:100644 100644 f38a834f... d0ec6f8e... M	sbr/getanswer.c
:100644 100644 1c61d9bb... 89b57c19... M	sbr/getarguments.c
:100644 100644 07bc3651... f23641dd... M	sbr/getcpy.c
:100644 100644 21db9a98... 544a144e... M	sbr/getfolder.c
:100644 100644 2cb6bdc1... 7280464f... M	sbr/lock_file.c
:100644 100644 b1b5133d... 221ff0ca... M	sbr/m_atoi.c
:100644 100644 aa9edc8d... 86696db3... M	sbr/m_backup.c
:100644 100644 e9a5d188... 8acfb1a9... M	sbr/m_convert.c
:100644 100644 712e173d... 6782c34e... M	sbr/m_draft.c
:100644 100644 8a18e783... 1332405b... M	sbr/m_getfld.c
:100644 100644 3f54c456... d7aec6f3... M	sbr/m_gmprot.c
:100644 100644 11c6ee3e... 441ca502... M	sbr/m_maildir.c
:100644 100644 89e0f296... 96f54f0e... M	sbr/m_msgdef.c
:100644 100644 dd8303e3... 2c403d0c... M	sbr/m_name.c
:100644 100644 70a2c920... 30601f14... M	sbr/m_scratch.c
:100644 100644 bac70b0a... 907c6244... M	sbr/m_tmpfil.c
:100644 100644 ec859cc1... 523feb68... M	sbr/makedir.c
:100644 100644 c7959103... cb3e6e4e... M	sbr/mf.c
:100644 100644 551fd1fe... 40d4e279... M	sbr/mts.c
:100644 100644 df5d963b... 0ae27d39... M	sbr/path.c
:100644 100644 d77039bc... a687e694... M	sbr/peekc.c
:100644 100644 aa664649... 7991d592... M	sbr/pidstatus.c
:100644 100644 20b1fb55... a1555bbe... M	sbr/pidwait.c
:100644 100644 1ceeb859... 17744559... M	sbr/print_help.c
:100644 100644 c9c1159c... 426724b4... M	sbr/print_sw.c
:100644 100644 1b37b1ea... b3300a98... M	sbr/print_version.c
:100644 100644 05c3942f... 82b85b08... M	sbr/push.c
:100644 100644 2c6af0dc... 649b0152... M	sbr/putenv.c
:100644 100644 0036d20e... 6a8b77fc... M	sbr/pwd.c
:100644 100644 087ed78d... 92e152db... M	sbr/r1bindex.c
:100644 100644 9cd128e3... 9e0382ef... M	sbr/readconfig.c
:100644 100644 17c67155... dc068fe0... M	sbr/refile.c
:100644 100644 4ef1649a... 627ff3f2... M	sbr/remdir.c
:100644 100644 b586fc37... ff3e23a4... M	sbr/seq_add.c
:100644 100644 b0f6e6c0... 56bd2ec1... M	sbr/seq_bits.c
:100644 100644 ed70c5d9... 67a93bb5... M	sbr/seq_del.c
:100644 100644 c44f1775... aa9d57dd... M	sbr/seq_getnum.c
:100644 100644 afa8671c... 8a440691... M	sbr/seq_list.c
:100644 100644 66319b5e... 0eeddb38... M	sbr/seq_nameok.c
:100644 100644 ee34fd9e... 81a1f5ca... M	sbr/seq_print.c
:100644 100644 649a360e... b1dc3a5a... M	sbr/seq_read.c
:100644 100644 e0f42aec... 6366e5eb... M	sbr/seq_save.c
:100644 100644 7e7acba0... 42195726... M	sbr/seq_setcur.c
:100644 100644 e5161c5a... fdffa952... M	sbr/seq_setprev.c
:100644 100644 906b0ac2... 022982ea... M	sbr/seq_setunseen.c
:100644 100644 7ed13cac... c099c1cd... M	sbr/showfile.c
:100644 100644 a8c12d62... 9f5f3792... M	sbr/signals.c
:100644 100644 54ff550e... 1a104ada... M	sbr/smatch.c
:100644 100644 06140c8f... 558c2cf8... M	sbr/snprintb.c
:100644 100644 dd5c0977... 615404a7... M	sbr/ssequal.c
:100644 100644 bbb26cba... f0358bdd... M	sbr/strcasecmp.c
:100644 100644 18df0105... 486b36a8... M	sbr/strdup.c
:100644 100644 d7809550... ce78ada8... M	sbr/strerror.c
:100644 100644 03910fdf... 51cbe7c6... M	sbr/strindex.c
:100644 100644 d1355485... c341f00c... M	sbr/trimcpy.c
:100644 100644 7adc3218... dedb0e5b... M	sbr/uprf.c
:100644 100644 52a8e74d... 39cfaa27... M	sbr/vfgets.c
:100644 100644 7cffc504... c6003879... M	uip/ali.c
:100644 100644 b3c4b228... 19f204fa... M	uip/aliasbr.c
:100644 100644 bf0e9cad... ea60e6d9... M	uip/anno.c
:100644 100644 e255a7bc... e250c1a6... M	uip/annosbr.c
:100644 100644 843ece4e... 85683f93... M	uip/ap.c
:100644 100644 4f654fba... 6b9be832... M	uip/burst.c
:100644 100644 7e741383... 1aca23a7... M	uip/comp.c
:100644 100644 dde06021... 32b1613e... M	uip/conflict.c
:100644 100644 58ca45e5... 4b6ce697... M	uip/dist.c
:100644 100644 be2716be... bda98c8f... M	uip/distsbr.c
:100644 100644 687d4c44... c20e1ac8... M	uip/dp.c
:100644 100644 45d5c286... 212d162a... M	uip/dropsbr.c
:100644 100644 baab4758... cc0bc704... M	uip/fmtdump.c
:100644 100644 c16dd96c... 2cc9bde6... M	uip/folder.c
:100644 100644 661a084b... e842d269... M	uip/forw.c
:100644 100644 525554e7... 9c118a5c... M	uip/ftpsbr.c
:100644 100644 7475d5e1... 7886411c... M	uip/inc.c
:100644 100644 7b2ef2a3... ff50d359... M	uip/install-mh.c
:100644 100644 e53b3d58... aeed8667... M	uip/mark.c
:100644 100644 08227885... 2b0ad1af... M	uip/mhbuild.c
:100644 100644 ed330e3e... 58104a5f... M	uip/mhbuildsbr.c
:100644 100644 712ec042... ece59430... M	uip/mhcachesbr.c
:100644 100644 aef86cd8... 57518015... M	uip/mhfree.c
:100644 100644 33e9f3fa... 03eb49e8... M	uip/mhl.c
:100644 100644 856bfc52... 10ba1e4c... M	uip/mhlist.c
:100644 100644 2a91eac6... dd6d855f... M	uip/mhlistsbr.c
:100644 100644 f22303b8... d707ed15... M	uip/mhlsbr.c
:100644 100644 5171f4e8... d74a7f1d... M	uip/mhmail.c
:100644 100644 80ebcbb6... 2a1672e6... M	uip/mhmisc.c
:100644 100644 601ce5f5... c6d5c777... M	uip/mhn.c
:100644 100644 5ed9b979... 0c4c2bec... M	uip/mhoutsbr.c
:100644 100644 ece8c3c1... 5e5e006b... M	uip/mhparam.c
:100644 100644 2511f855... a31bf949... M	uip/mhparse.c
:100644 100644 5c2ac313... d3dcc675... M	uip/mhpath.c
:100644 100644 abb399c9... 4496590f... M	uip/mhshow.c
:100644 100644 48999391... d7d4d141... M	uip/mhshowsbr.c
:100644 100644 2de12bc2... 4bfc6763... M	uip/mhstore.c
:100644 100644 9f840dd9... d91b7b45... M	uip/mhstoresbr.c
:100644 100644 f10216f6... a7d2d383... M	uip/mhtest.c
:100644 100644 3616ea8e... 3b9bc74f... M	uip/msgchk.c
:100644 100644 2eda3b23... 0c9c8e01... M	uip/msh.c
:100644 100644 d2d0ad77... 3548b7ec... M	uip/mshcmds.c
:100644 100644 42e66944... a38f7953... M	uip/packf.c
:100644 100644 72d97d65... 65a9091e... M	uip/pick.c
:100644 100644 ebebf6c3... 71ae644f... M	uip/picksbr.c
:100644 100644 1dc74a3b... afdd4fbf... M	uip/popi.c
:100644 100644 3ee198b2... 577a4b0d... M	uip/popsbr.c
:100644 100644 37db5f96... 32888e64... M	uip/post.c
:100644 100644 79e0eb79... bc194ffe... M	uip/prompter.c
:100644 100644 867104ad... fd6f81c2... M	uip/rcvdist.c
:100644 100644 1e85f803... 410267b6... M	uip/rcvpack.c
:100644 100644 726ff9ed... ca8789f1... M	uip/rcvstore.c
:100644 100644 cf54134f... 12b73e7c... M	uip/rcvtty.c
:100644 100644 f484ccb8... 9e1ed207... M	uip/refile.c
:100644 100644 f6d32d30... b1c0782f... M	uip/repl.c
:100644 100644 7515f116... 1ea411c2... M	uip/replsbr.c
:100644 100644 233a7bfe... fccbb096... M	uip/rmf.c
:100644 100644 35236010... a18c278e... M	uip/rmm.c
:100644 100644 56980e95... 1612717d... M	uip/scan.c
:100644 100644 6fd4bb32... c04e8c70... M	uip/scansbr.c
:100644 100644 bf689f0d... ec81aaa2... M	uip/send.c
:100644 100644 2c2e3a63... b055bb01... M	uip/sendsbr.c
:100644 100644 d656bf95... 1137c391... M	uip/show.c
:100644 100644 ce806dc6... 74f1b57e... M	uip/slocal.c
:100644 100644 d64f8bef... 4b348cf0... M	uip/sortm.c
:100644 100644 78c300c6... 4930cbbf... M	uip/spost.c
:100644 100644 556158d1... 421c3670... M	uip/termsbr.c
:100644 100644 9f79a2e1... de0e950d... M	uip/viamail.c
:100644 100644 2c2f6b5c... 8267f01a... M	uip/vmh.c
:100644 100644 cc92b49b... 8ee1e49d... M	uip/vmhsbr.c
:100644 100644 96676fd0... 4093c38c... M	uip/vmhtest.c
:100644 100644 0033f8b2... d9954264... M	uip/whatnow.c
:100644 100644 7f88fc48... cd215020... M	uip/whatnowproc.c
:100644 100644 cf577927... ab980742... M	uip/whatnowsbr.c
:100644 100644 5d7172e4... d04ef27e... M	uip/whom.c
:100644 100644 cd1ffaa9... c69363a4... M	uip/wmh.c

commit 25f7c51c3a44de4b88eecd7628b67b95a02b6cb0
Author:     Ken Hornstein <kenh@pobox.com>
AuthorDate: Tue Jul 2 21:46:37 2002 +0000
Commit:     Ken Hornstein <kenh@pobox.com>
CommitDate: Tue Jul 2 21:46:37 2002 +0000

    Remove autoconf-generated files (and note such files in .cvsignore)

:000000 100644 00000000... e8c05a6b... A	.cvsignore
:100755 000000 ee83a6cd... 00000000... D	configure

commit 1ff8d41acece861cf6d4d017849e4ea927ab57b1
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Mar 17 11:28:27 2001 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Mar 17 11:28:27 2001 +0000

    Ken Hornstein's configure.in Cyrus SASL checks were doing
    `x"$with_cyrus_sasl" != "no"' instead of `... != x"no"'.

:100644 100644 d8feed36... fc507d4a... M	ChangeLog
:100755 100755 30ede4b2... ee83a6cd... M	configure
:100644 100644 167518da... 70dac65f... M	configure.in
:100644 100644 2312e24c... 5e88ed04... M	stamp-h.in

commit 7e7070820f92e624493d958f44c2bc3787ad48f7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Mar 7 05:26:50 2001 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Mar 7 05:26:50 2001 +0000

    Found some historical information about MH in RFC 808.  Supplemented it with
    info from Jerry Peek's MH book and added it to docs/README.about.

:100644 100644 5649e6eb... d8feed36... M	ChangeLog
:100644 100644 9236b26d... 846bb88b... M	docs/README.about

commit 27917b536cd785e1f8cff4a4eb95fdb1ba801b84
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Feb 6 20:47:54 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Feb 6 20:47:54 2001 +0000

    dtimp timezone fixes

:100644 100644 47a679e3... 5649e6eb... M	ChangeLog

commit f1f1c819cd3663a9912914d6f9df92ee2cd86a6f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Feb 6 20:35:40 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Feb 6 20:35:40 2001 +0000

    Be more picky about symbolic time zones, and accept either a symbolic
    or numeric time zone, but never both, since a DST offset might be subtracted
    twice. Also, be uniform about assuming that pre-1970 dates are Y2K problems.

:100644 100644 57b61c88... 3a37fe35... M	sbr/dtime.c
:100644 100644 e5dc8120... e72ec1f7... M	sbr/dtimep.c
:100644 100644 8e782452... a2286949... M	sbr/dtimep.lex

commit 73b48d6c0c6ed51bcf0f3b3388ffc6beb372c4c5
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 6 04:28:04 2001 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 6 04:28:04 2001 +0000

    Say in README.developers to use `\date' in case anyone is like me and
    has `date' aliased in their shell to use a nonstandard (but
    subjectively more readable) format.

:100644 100644 d38ffc37... 47a679e3... M	ChangeLog
:100644 100644 14cf138e... fe313524... M	docs/README.developers

commit ad5121f68a2d40e9a0ee2eedcd49700085648227
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 6 04:22:09 2001 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 6 04:22:09 2001 +0000

    Regenerated stamp-h.in using my tcsh alias `date', which uses a
    nonstandard format.  Replacing it with the standard format.  I'll
    update README.developers to say to use `\date'.

:100644 100644 892e6541... 2312e24c... M	stamp-h.in

commit 35dc2ac6e48a15b966865ec9d69326a6b2a281dd
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 6 03:46:27 2001 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 6 03:46:27 2001 +0000

    * -L isn't sufficient for specifying the path of the Cyrus SASL
      shared library.  That'll allow us to link successfully, but on
      many/most OSes that won't allow us to find libsasl at runtime.  On
      Solaris, we need to specify the library path with -R as well (or
      else the user will have to use the $LD_LIBRARY_PATH kludge, which
      is considered harmful).  This fix should be extended to other OSes
      as well.
    
    * Print whether we have SASL support in the "nmh configuration"
      summary configure prints out.

:100644 100644 6be62abf... d38ffc37... M	ChangeLog
:100755 100755 8a40de6c... 30ede4b2... M	configure
:100644 100644 09a8f0d2... 167518da... M	configure.in
:100644 100644 359d8b1a... 892e6541... M	stamp-h.in

commit 422873787f3bdfabeba1a40981c5efeb925ca4cc
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jan 25 21:28:30 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jan 25 21:28:30 2001 +0000

    man/mh-chart

:100644 100644 26b3d89d... 6be62abf... M	ChangeLog

commit 1b5a1bd2244d3e1c12b7c9e1f48e445de5ad2ea2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jan 25 21:15:52 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jan 25 21:15:52 2001 +0000

    use %etcdir% for spacing instead of hardcoding

:100644 100644 f14f064c... f9b07c2c... M	man/ali.man
:100644 100644 3f839bb1... 7a735bcb... M	man/anno.man
:100644 100644 a7d79a74... 35241e54... M	man/ap.man
:100644 100644 d3a554b6... 5bca99d1... M	man/burst.man
:100644 100644 5ea8f929... 17180ac7... M	man/comp.man
:100644 100644 b01b4696... 6cc69442... M	man/conflict.man
:100644 100644 d7f92945... 6359b772... M	man/dist.man
:100644 100644 d4fa5d09... 1b214198... M	man/dp.man
:100644 100644 0aafe460... 8fc7b8d1... M	man/flist.man
:100644 100644 c66c19c1... aaca927f... M	man/fmtdump.man
:100644 100644 50f02907... deded862... M	man/folder.man
:100644 100644 6d490534... c59f4a6c... M	man/forw.man
:100644 100644 c784f1b3... db611d6f... M	man/inc.man
:100644 100644 58c7672e... 97e0ff7b... M	man/install-mh.man
:100644 100644 c64a66dc... 0cebca09... M	man/mark.man
:100644 100644 aa3c3f19... 8eb7939f... M	man/mh-alias.man
:100644 100644 73f2e836... 1874d9b6... M	man/mh-mail.man
:100644 100644 de2efad4... a07503c4... M	man/mh-profile.man
:100644 100644 0f3bacc8... a97af0ea... M	man/mh-sequence.man
:100644 100644 e687ae8f... 4fc80b14... M	man/mh-tailor.man
:100644 100644 36bb5c61... 674b606f... M	man/mhbuild.man
:100644 100644 eb013294... 10f4b13f... M	man/mhl.man
:100644 100644 c647e594... 42cb9182... M	man/mhlist.man
:100644 100644 9f92776a... 7e46677c... M	man/mhmail.man
:100644 100644 00f38ac0... b1903518... M	man/mhparam.man
:100644 100644 4b9f4e63... c7448689... M	man/mhpath.man
:100644 100644 644814cf... 37172025... M	man/mhshow.man
:100644 100644 3bfb51e2... ae15292a... M	man/mhstore.man
:100644 100644 a7509b04... 49a841d2... M	man/msgchk.man
:100644 100644 66e213a2... 89e52e70... M	man/msh.man
:100644 100644 b1461d7a... 89abd9aa... M	man/next.man
:100644 100644 03c4d8d3... 17d73e2b... M	man/nmh.man
:100644 100644 973f596d... d220a76a... M	man/packf.man
:100644 100644 e523dd40... cb40ccbb... M	man/pick.man
:100644 100644 d3af2ccc... 24a74bc4... M	man/post.man
:100644 100644 1c057992... ce861ab5... M	man/prev.man
:100644 100644 479e9665... 10a98730... M	man/prompter.man
:100644 100644 4a4f784a... 19041344... M	man/rcvdist.man
:100644 100644 9f11d636... c8030c48... M	man/rcvpack.man
:100644 100644 eefe27f1... 76505ebd... M	man/rcvstore.man
:100644 100644 9476a446... badb4b07... M	man/rcvtty.man
:100644 100644 6d104c42... c83da66e... M	man/refile.man
:100644 100644 bd8e8db9... 382435fd... M	man/repl.man
:100644 100644 e2671961... ff2740ef... M	man/rmf.man
:100644 100644 63046a10... d8cdf8bc... M	man/rmm.man
:100644 100644 ed782f19... 3655a100... M	man/scan.man
:100644 100644 c6a79868... 5a2f897a... M	man/send.man
:100644 100644 55eaa1fd... ef004ec5... M	man/sendfiles.man
:100644 100644 c274175a... 64a1a671... M	man/show.man
:100644 100644 306a08bc... 84bf62ef... M	man/slocal.man
:100644 100644 81622308... c9d99c5f... M	man/sortm.man
:100644 100644 ec340dcf... 5bc5da79... M	man/whatnow.man
:100644 100644 8895a646... 19881213... M	man/whom.man

commit bc0ff32ab2bfb7e6dbd05a930be7881785dd184a
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jan 25 21:14:32 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jan 25 21:14:32 2001 +0000

    compiled mh-chart with synopses of commands

:100644 100644 9815d878... e1185e2a... M	man/mh-chart.man

commit 66cdb2ff684670457915facb5548cc243bdca3cf
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 23 20:27:57 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 23 20:27:57 2001 +0000

    digest

:100644 100644 838b8117... 26b3d89d... M	ChangeLog

commit e589409ad5469c5caa8969826c865181f0c460cd
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 23 20:26:15 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 23 20:26:15 2001 +0000

    Don't try to force year into a 19xx format

:100644 100644 d527e1d1... 7f5036d6... M	etc/digestcomps

commit 3d7993e40a34f52e2b6394c2f64ef0111ab886f7
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 23 04:14:08 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 23 04:14:08 2001 +0000

    SYNOPSIS formating to prevent filling

:100644 100644 49a0a888... f14f064c... M	man/ali.man
:100644 100644 50693623... 3f839bb1... M	man/anno.man
:100644 100644 89581351... a7d79a74... M	man/ap.man
:100644 100644 4d0eb96a... d3a554b6... M	man/burst.man
:100644 100644 ca11dfb5... 5ea8f929... M	man/comp.man
:100644 100644 2be7daba... b01b4696... M	man/conflict.man
:100644 100644 2e65aafb... d7f92945... M	man/dist.man
:100644 100644 15522dea... d4fa5d09... M	man/dp.man
:100644 100644 a263a6a4... 0aafe460... M	man/flist.man
:100644 100644 5a667855... c66c19c1... M	man/fmtdump.man
:100644 100644 8fd456df... 50f02907... M	man/folder.man
:100644 100644 8561d93b... 6d490534... M	man/forw.man
:100644 100644 4e732451... c784f1b3... M	man/inc.man
:100644 100644 b3b37856... 58c7672e... M	man/install-mh.man
:100644 100644 128e77d8... c64a66dc... M	man/mark.man
:100644 100644 97e38ab0... 36bb5c61... M	man/mhbuild.man
:100644 100644 61585648... eb013294... M	man/mhl.man
:100644 100644 12d09fc2... c647e594... M	man/mhlist.man
:100644 100644 51be22ac... 9f92776a... M	man/mhmail.man
:100644 100644 ac740807... d867251b... M	man/mhn.man
:100644 100644 debcb752... 00f38ac0... M	man/mhparam.man
:100644 100644 26913c80... 4b9f4e63... M	man/mhpath.man
:100644 100644 79a4899d... 644814cf... M	man/mhshow.man
:100644 100644 8c1e9294... 3bfb51e2... M	man/mhstore.man
:100644 100644 7c8bf719... a7509b04... M	man/msgchk.man
:100644 100644 2f01f6d2... 66e213a2... M	man/msh.man
:100644 100644 f1cf35bc... b1461d7a... M	man/next.man
:100644 100644 d61879e1... 973f596d... M	man/packf.man
:100644 100644 1ef41561... e523dd40... M	man/pick.man
:100644 100644 311d2f38... d3af2ccc... M	man/post.man
:100644 100644 f5ddc47c... 1c057992... M	man/prev.man
:100644 100644 cfe068fc... 479e9665... M	man/prompter.man
:100644 100644 0b04b279... 4a4f784a... M	man/rcvdist.man
:100644 100644 6716230f... 9f11d636... M	man/rcvpack.man
:100644 100644 1d1f3e1b... eefe27f1... M	man/rcvstore.man
:100644 100644 fbdfa9b7... 9476a446... M	man/rcvtty.man
:100644 100644 40cf94e9... 6d104c42... M	man/refile.man
:100644 100644 4320922b... bd8e8db9... M	man/repl.man
:100644 100644 8a15be67... e2671961... M	man/rmf.man
:100644 100644 21b3ea87... 63046a10... M	man/rmm.man
:100644 100644 de0a2801... ed782f19... M	man/scan.man
:100644 100644 917e2718... c6a79868... M	man/send.man
:100644 100644 9b642e04... 55eaa1fd... M	man/sendfiles.man
:100644 100644 cf3db806... c274175a... M	man/show.man
:100644 100644 77dd0543... 306a08bc... M	man/slocal.man
:100644 100644 64d66546... 81622308... M	man/sortm.man
:100644 100644 f7d7b37a... ec340dcf... M	man/whatnow.man
:100644 100644 2ef3e1a7... 8895a646... M	man/whom.man

commit 9af751035478cdd6d891342bbda914da2371b4bf
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Jan 19 21:32:13 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Jan 19 21:32:13 2001 +0000

    manpages finished

:100644 100644 49817060... 838b8117... M	ChangeLog

commit f20a21e79470ba332827acd155809c3a524e184e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Jan 19 21:22:08 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Jan 19 21:22:08 2001 +0000

    don't build vmh.1 since vmh isn't distributed, and we no longer need tmac.h

:100644 100644 41d3e948... 909e9193... M	man/Makefile.in
:100644 100644 6c59bbc8... 731c5976... M	man/mh-mts.man
:100644 000000 7b49b791... 00000000... D	man/tmac.h.in
:100644 100644 c8145a98... 73759911... M	man/vmh.man

commit e1b3eb2cfcc2823fb2bb429aa54d9d6c296fc16b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Jan 19 21:10:09 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Jan 19 21:10:09 2001 +0000

    show-whom

:100644 100644 83c73519... cf3db806... M	man/show.man
:100644 100644 de7cade1... 77dd0543... M	man/slocal.man
:100644 100644 bb43993d... 64d66546... M	man/sortm.man
:100644 100644 3a1ce6e1... f7d7b37a... M	man/whatnow.man
:100644 100644 cdec69dd... 2ef3e1a7... M	man/whom.man

commit 1ef7aabbbb72c3e09dfc7db384ac81ab5ac53314
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jan 18 20:27:34 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jan 18 20:27:34 2001 +0000

    prompter-sendfiles

:100644 100644 a6114053... 41d3e948... M	man/Makefile.in
:100644 100644 4fae53be... cfe068fc... M	man/prompter.man
:100644 100644 1429ee1b... 0b04b279... M	man/rcvdist.man
:100644 100644 1dc77316... 6716230f... M	man/rcvpack.man
:100644 100644 b0cf2526... 1d1f3e1b... M	man/rcvstore.man
:100644 100644 712f1e2b... fbdfa9b7... M	man/rcvtty.man
:100644 100644 9eb0da5d... 40cf94e9... M	man/refile.man
:100644 100644 20c149d8... 4320922b... M	man/repl.man
:100644 100644 9c282c43... 8a15be67... M	man/rmf.man
:100644 100644 967f9fb5... 21b3ea87... M	man/rmm.man
:100644 100644 1df9882d... de0a2801... M	man/scan.man
:100644 100644 33f5b3d8... 917e2718... M	man/send.man
:100644 100644 0837d2b9... 9b642e04... M	man/sendfiles.man

commit 5c28bc53d583129458f4dc9dd226171d311c982b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:55:21 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:55:21 2001 +0000

    delete old files, manpage progress

:100644 100644 bd1a4fbf... 49817060... M	ChangeLog

commit b779fc0797de650993f5f8ec15c23ca9a7b3c9e2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:45:26 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:45:26 2001 +0000

    removed deprecated files. sendmail functionality exists in mts/smtp/

:100644 000000 eb720d8a... 00000000... D	mts/mmdf/Makefile.in
:100644 000000 a6d3139a... 00000000... D	mts/mmdf/hosts.c
:100644 000000 b025b3b9... 00000000... D	mts/sendmail/Makefile.in
:100644 000000 40697ce9... 00000000... D	mts/sendmail/hosts.c
:100644 000000 00fe825f... 00000000... D	mts/sendmail/sendmail.c

commit 51d3c1179979615d85205399a392fcc3ef1c4384
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:41:44 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:41:44 2001 +0000

    Add an entry for README.manpages

:100644 100644 768eb851... 661116d8... M	docs/Makefile.in

commit c0374b7556d4b53d2032eae55395311e307d3d16
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:40:12 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:40:12 2001 +0000

    Added popi.c to SRCS, even though it's not being built currently

:100644 100644 8f936990... 905c33dc... M	uip/Makefile.in

commit 92b681fcfe932ee9bd313059ad8acee71baab6c1
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:13:55 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:13:55 2001 +0000

    removing mts/generic

:100644 000000 97dca021... 00000000... D	mts/generic/Makefile.in
:100644 000000 00959590... 00000000... D	mts/generic/client.c
:100644 000000 7d9b718d... 00000000... D	mts/generic/mts.c
:100644 000000 ce063d98... 00000000... D	mts/generic/mts.h

commit 2d3eed4014c861333bef889406ef2511dab09271
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:10:03 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:10:03 2001 +0000

    deleting zotnet/ dir -- parts moved to sbr/

:100644 000000 0a75e149... 00000000... D	zotnet/Makefile.in
:100644 000000 80615a37... 00000000... D	zotnet/bboards/Makefile.in
:100644 000000 227bee5e... 00000000... D	zotnet/bboards/bboards.h
:100644 000000 c820d69f... 00000000... D	zotnet/bboards/getbbent.c
:100644 000000 01877141... 00000000... D	zotnet/mf/Makefile.in
:100644 000000 ab6dfa47... 00000000... D	zotnet/mf/mf.c
:100644 000000 a4c81e89... 00000000... D	zotnet/mf/mf.h
:100644 000000 a57b2f1f... 00000000... D	zotnet/mts/Makefile.in
:100644 000000 00959590... 00000000... D	zotnet/mts/client.c
:100644 000000 7d9b718d... 00000000... D	zotnet/mts/mts.c
:100644 000000 ce063d98... 00000000... D	zotnet/mts/mts.h
:100644 000000 b14f24ef... 00000000... D	zotnet/tws/Makefile.in
:100644 000000 adf153b6... 00000000... D	zotnet/tws/dtime.c
:100644 000000 9ad02fac... 00000000... D	zotnet/tws/dtimep.c-lexed
:100644 000000 ab2e4f51... 00000000... D	zotnet/tws/dtimep.lex
:100644 000000 601df0f7... 00000000... D	zotnet/tws/lexedit.sed
:100644 000000 91506e72... 00000000... D	zotnet/tws/lexstring.c
:100644 000000 29702db4... 00000000... D	zotnet/tws/tws.h

commit 278a48ef53b5dde10d7c88f67f51ce15ad11c0c0
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 9 06:01:19 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 9 06:01:19 2001 +0000

    mh_profile-prev

:100644 100644 32e5141c... a6114053... M	man/Makefile.in
:100644 100644 54ace521... 4e732451... M	man/inc.man
:100644 100644 80f18b22... de2efad4... M	man/mh-profile.man
:100644 100644 e131c97f... 0f3bacc8... M	man/mh-sequence.man
:100644 100644 4304dc8d... e687ae8f... M	man/mh-tailor.man
:100644 100644 7024e488... 97e38ab0... M	man/mhbuild.man
:100644 100644 f6685793... 61585648... M	man/mhl.man
:100644 100644 9ee15dbc... 12d09fc2... M	man/mhlist.man
:100644 100644 9e324212... 51be22ac... M	man/mhmail.man
:100644 100644 569e8342... ac740807... M	man/mhn.man
:100644 100644 dcba16ec... debcb752... M	man/mhparam.man
:100644 100644 5f1a15f1... 26913c80... M	man/mhpath.man
:100644 100644 3f5bb943... 79a4899d... M	man/mhshow.man
:100644 100644 b7f8a5e2... 8c1e9294... M	man/mhstore.man
:100644 100644 4c8a53ab... 7c8bf719... M	man/msgchk.man
:100644 100644 d5da462b... 2f01f6d2... M	man/msh.man
:100644 100644 b90fcbe2... f1cf35bc... M	man/next.man
:100644 100644 ed848387... 03c4d8d3... M	man/nmh.man
:100644 100644 ef0c2e55... d61879e1... M	man/packf.man
:100644 100644 6195cf94... 1ef41561... M	man/pick.man
:100644 100644 ca406044... 311d2f38... M	man/post.man
:100644 100644 e58e5230... f5ddc47c... M	man/prev.man

commit 926ece166ba6ea4bd421c163917172b04b9e3bbb
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Jan 6 23:38:12 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Jan 6 23:38:12 2001 +0000

    mh_tailor-mhbuild

:100644 100644 f1d0f657... 4304dc8d... M	man/mh-tailor.man
:100644 100644 1d053d6d... 7024e488... M	man/mhbuild.man

commit 729ebed9d5058d51ed2552e3bc835613f9af5bff
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jan 4 07:07:41 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jan 4 07:07:41 2001 +0000

    Updating mh_sequence

:100644 100644 ddda36f9... e131c97f... M	man/mh-sequence.man

commit 189ffcab13f5be9753ecf8dce5724b800dc05f25
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed Jan 3 06:29:06 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed Jan 3 06:29:06 2001 +0000

    mh_mail-mh_profile

:100644 100644 0b7a8e1d... 73f2e836... M	man/mh-mail.man
:100644 100644 605db8eb... 80f18b22... M	man/mh-profile.man

commit 41ba2b3868d43d8c0573a0d29d7a948dde275d85
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 2 08:10:46 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 2 08:10:46 2001 +0000

    mh-format

:100644 100644 01491690... 869aba85... M	man/mh-format.man

commit 7a18091d83e5b6e8de4d068559b36d23bf641ee6
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 2 07:12:46 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 2 07:12:46 2001 +0000

    Modularizing the Makefile caused some variable expansion problems on non-GNU makes

:100644 100644 24d63c28... 32e5141c... M	man/Makefile.in

commit ba82c49879c9fda961ad77ef1922dee09f4c5488
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue Jan 2 06:43:07 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue Jan 2 06:43:07 2001 +0000

    mh_chart-mh_draft

:100644 100644 3049933b... 9815d878... M	man/mh-chart.man
:100644 100644 6dc31256... 7f866358... M	man/mh-draft.man

commit 55c80a0ae8453ef6c3e0fcd0fac30644945d0ef2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Jan 1 10:19:00 2001 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Jan 1 10:19:00 2001 +0000

    Updating ali-mh_alias

:100644 100644 1d220342... 49a0a888... M	man/ali.man
:100644 100644 76b71e44... 50693623... M	man/anno.man
:100644 100644 dcbe70a9... 89581351... M	man/ap.man
:100644 100644 85370927... 4d0eb96a... M	man/burst.man
:100644 100644 610e93ba... ca11dfb5... M	man/comp.man
:100644 100644 3bb683ad... 2be7daba... M	man/conflict.man
:100644 100644 1e437123... 2e65aafb... M	man/dist.man
:100644 100644 ce237b05... 15522dea... M	man/dp.man
:100644 100644 b3449ac4... a263a6a4... M	man/flist.man
:100644 100644 d30098ec... 5a667855... M	man/fmtdump.man
:100644 100644 5444581d... 8fd456df... M	man/folder.man
:100644 100644 e0651b53... 8561d93b... M	man/forw.man
:100644 100644 a450a93f... 54ace521... M	man/inc.man
:100644 100644 72c62757... b3b37856... M	man/install-mh.man
:100644 100644 31e48052... 128e77d8... M	man/mark.man
:100644 100644 0ee7cd4b... aa3c3f19... M	man/mh-alias.man

commit ffdced195920ef2cdd17a914b91e50ba0f801b45
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 20:58:29 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 20:58:29 2000 +0000

    add about pointers to shared pages

:100644 100644 84275e94... fa423def... M	docs/README.manpages

commit 2c1aaf8b1495d2c7368b47edb04e9a2b7628377b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 20:55:48 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 20:55:48 2000 +0000

    Add date to files i missed last time

:100644 100644 c2b9ff66... 5444581d... M	man/folder.man
:100644 100644 c00f678e... 72c62757... M	man/install-mh.man
:100644 100644 451ea63b... 0ee7cd4b... M	man/mh-alias.man
:100644 100644 0b71fd7b... 6dc31256... M	man/mh-draft.man
:100644 100644 bc40c88d... 01491690... M	man/mh-format.man
:100644 100644 df39b13c... 0b7a8e1d... M	man/mh-mail.man
:100644 100644 1829ae6e... 6c59bbc8... M	man/mh-mts.man
:100644 100644 351a7492... 605db8eb... M	man/mh-profile.man
:100644 100644 7d2c72b4... ddda36f9... M	man/mh-sequence.man
:100644 100644 b9f2560c... f1d0f657... M	man/mh-tailor.man
:100644 100644 23841f78... ca406044... M	man/post.man

commit 816e299358e7b2d3106e39f7b47ed854049f5f44
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 20:55:06 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 20:55:06 2000 +0000

    docs/README.manpages

:100644 100644 d4e7c08a... bd1a4fbf... M	ChangeLog

commit 5459cb05a6f5bba960e6501b9f03d7e16bc54f41
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 20:48:50 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 20:48:50 2000 +0000

    Add manpage style guide

:000000 100644 00000000... 84275e94... A	docs/README.manpages

commit 9892129b33a8da3329f6331078a94a18ff8fe0e2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 09:25:09 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 09:25:09 2000 +0000

    Updating inc

:100644 100644 7a371cb8... a450a93f... M	man/inc.man

commit ce2545144845a393150638904a4a27e94f62659d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 08:19:20 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 08:19:20 2000 +0000

    Updating comp-forw

:100644 100644 78c26ecf... 24d63c28... M	man/Makefile.in
:100644 100644 353a4d93... 610e93ba... M	man/comp.man
:100644 100644 4f33e4ad... b3449ac4... M	man/flist.man
:100644 100644 00463777... d30098ec... M	man/fmtdump.man
:100644 100644 3eab7658... c2b9ff66... M	man/folder.man
:100644 100644 166d0313... e0651b53... M	man/forw.man

commit c6261bee75b36da2a558d40e804057a56f0ecbc0
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 06:31:42 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 06:31:42 2000 +0000

    add flists and folders as pointer pages to flist,folder. Modularize Makefile to allow easier addition of manpages

:100644 100644 bc9b7999... 78c26ecf... M	man/Makefile.in
:000000 100644 00000000... fbc6b9be... A	man/flists.man
:000000 100644 00000000... 7c3e32aa... A	man/folders.man

commit 98621fb8067d3d20aa9834432b0e469fe0e32420
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 02:44:18 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 02:44:18 2000 +0000

    replace %components% and %distcomps% in man pages with corresponding files

:100644 100644 cc4e8321... bc9b7999... M	man/Makefile.in

commit b36e2ab7892cdf30a8b33d02e00af70398013b5d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 31 02:43:34 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 31 02:43:34 2000 +0000

    updated ali-flist, with batch edit of others

:100644 100644 6107cd0a... 76b71e44... M	man/anno.man
:100644 100644 ec6808b7... dcbe70a9... M	man/ap.man
:100644 100644 9ebe01cb... 85370927... M	man/burst.man
:100644 100644 aebcb004... 353a4d93... M	man/comp.man
:100644 100644 01f7936f... 3bb683ad... M	man/conflict.man
:100644 100644 f0c16aa8... 1e437123... M	man/dist.man
:100644 100644 f3fe6bfa... ce237b05... M	man/dp.man
:100644 100644 177ad1d1... 4f33e4ad... M	man/flist.man
:100644 100644 33b918bd... 3eab7658... M	man/folder.man
:100644 100644 6dab969f... 166d0313... M	man/forw.man
:100644 100644 3b25931e... 7a371cb8... M	man/inc.man
:100644 100644 426ea293... 31e48052... M	man/mark.man
:100644 100644 9f95ee82... 3049933b... M	man/mh-chart.man
:100644 100644 497ff3dd... 1d053d6d... M	man/mhbuild.man
:100644 100644 b81415c5... f6685793... M	man/mhl.man
:100644 100644 1cd7d0ed... 9ee15dbc... M	man/mhlist.man
:100644 100644 5902b7c3... 9e324212... M	man/mhmail.man
:100644 100644 473f4ac7... 569e8342... M	man/mhn.man
:100644 100644 a4af2b58... dcba16ec... M	man/mhparam.man
:100644 100644 ff17b73f... 5f1a15f1... M	man/mhpath.man
:100644 100644 f4b42eaa... 3f5bb943... M	man/mhshow.man
:100644 100644 7148dc8c... b7f8a5e2... M	man/mhstore.man
:100644 100644 f1a10ee9... 4c8a53ab... M	man/msgchk.man
:100644 100644 88ae414c... d5da462b... M	man/msh.man
:100644 100644 1bc25453... b90fcbe2... M	man/next.man
:100644 100644 6b1dfc05... ed848387... M	man/nmh.man
:100644 100644 37bae2a9... ef0c2e55... M	man/packf.man
:100644 100644 a2a54c41... 6195cf94... M	man/pick.man
:100644 100644 5bb1619a... e58e5230... M	man/prev.man
:100644 100644 d8a2ef03... 4fae53be... M	man/prompter.man
:100644 100644 1a2cfe57... 1429ee1b... M	man/rcvdist.man
:100644 100644 ed95ad00... 1dc77316... M	man/rcvpack.man
:100644 100644 eeb164d4... b0cf2526... M	man/rcvstore.man
:100644 100644 a00d1b16... 712f1e2b... M	man/rcvtty.man
:100644 100644 778616ea... 9eb0da5d... M	man/refile.man
:100644 100644 2ffa7ac3... 20c149d8... M	man/repl.man
:100644 100644 de9cd8f7... 9c282c43... M	man/rmf.man
:100644 100644 87738537... 967f9fb5... M	man/rmm.man
:100644 100644 d4ad6a7c... 1df9882d... M	man/scan.man
:100644 100644 9bb28972... 33f5b3d8... M	man/send.man
:100644 100644 7d00a718... 0837d2b9... M	man/sendfiles.man
:100644 100644 a864048b... 83c73519... M	man/show.man
:100644 100644 1f3cb9c1... de7cade1... M	man/slocal.man
:100644 100644 eeaac1a5... bb43993d... M	man/sortm.man
:100644 100644 050cdf7f... c8145a98... M	man/vmh.man
:100644 100644 bd3c77f5... 3a1ce6e1... M	man/whatnow.man
:100644 100644 9caf26c3... cdec69dd... M	man/whom.man

commit f90104a1c52886ee18a4af23b67535530b59f920
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Dec 30 23:18:28 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Dec 30 23:18:28 2000 +0000

    update ali,anno,ap.burst

:100644 100644 e0bd11a9... 1d220342... M	man/ali.man
:100644 100644 5cf58313... 6107cd0a... M	man/anno.man
:100644 100644 d4c24a9e... ec6808b7... M	man/ap.man
:100644 100644 6b41d66b... 9ebe01cb... M	man/burst.man

commit 869cc73c5455f13b7adf07575373b4e68c32ed48
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Dec 30 10:01:29 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Dec 30 10:01:29 2000 +0000

    Updated man pages to remove dependence on tmac.h and have a more modern look

:100644 100644 c81c15d5... cc4e8321... M	man/Makefile.in
:100644 100644 7e0c1817... e0bd11a9... M	man/ali.man

commit 9db4e02f086c65f82f28260f6b3809d54a49ea72
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Dec 30 10:00:42 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Dec 30 10:00:42 2000 +0000

    DATE an manpage updating

:100644 100644 b1d7e834... d4e7c08a... M	ChangeLog

commit 4c4e933cf4f3c7b74a5a17d7ac3caf1b06fccb85
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Dec 30 09:51:55 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Dec 30 09:51:55 2000 +0000

    Use the DATE file

:100644 100644 32a5057c... 7cd91b04... M	Makefile.in
:100755 100755 2a5ff8c9... 8a40de6c... M	configure
:100644 100644 f769d865... 09a8f0d2... M	configure.in
:100644 100644 2e80e18c... 359d8b1a... M	stamp-h.in

commit 942b25bf618535880b78278283911c26b3a86c0a
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sat Dec 30 09:50:13 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sat Dec 30 09:50:13 2000 +0000

    Created DATE that contains a datestamp used in the man pages. It should be updated each release.

:000000 100644 00000000... 6d20d9c2... A	DATE
:100644 100644 44000710... 14cf138e... M	docs/README.developers

commit 6cebd8f635da356285799b484e9005f74e4b706b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 24 10:13:45 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 24 10:13:45 2000 +0000

    hesiod and krb5 test changes. add --with-locking to INSTALL

:100644 100644 520c9102... b1d7e834... M	ChangeLog

commit 11ae9c4bf5fa500a77f428f1e0a26428f5c36849
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 24 10:06:30 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 24 10:06:30 2000 +0000

    Add documentation for --with-locking option

:100644 100644 1147641c... c040874a... M	INSTALL

commit b5dae53293e6752ee659b57e1e3f34a813022c5c
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 24 10:06:00 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 24 10:06:00 2000 +0000

    hesiod and krb5 test fixes

:100644 100644 bb2fbaf4... 85f9f96e... M	config.h.in
:100755 100755 686ca52d... 2a5ff8c9... M	configure
:100644 100644 b283d92a... 2e80e18c... M	stamp-h.in

commit 2e691051f6a09db9a33e8be13c901b4f44f3fd1e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 24 10:04:58 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 24 10:04:58 2000 +0000

    Fixed up the hesiod library test so that the location of res_send
    actually helps to determine whether -lresolv needs to be passed
    as a hesiod lib. Also, fixed the krb5 test to look for
    -lk5crypto if it exists, since that's the new name for -lcrypto.
    The old -lcrypto remains in case the new version isn't found.

:100644 100644 c4b8cd89... f769d865... M	configure.in

commit 5fd902c1cb309c93e174241e84bd0346f0adadb0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Dec 23 06:11:03 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Dec 23 06:11:03 2000 +0000

    -apop and -noapop were not documented in msgchk.man.  -snoop was documented but
    didn't appear in the usage SYNOPSIS.

:100644 100644 b9ed7d38... 520c9102... M	ChangeLog
:100644 100644 2f1fed5b... f1a10ee9... M	man/msgchk.man

commit e197e92c81fa482d05bd444f16e89a814d9671e1
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 23:49:08 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 23:49:08 2000 +0000

    add --with-locking option

:100644 100644 3c3ea4a7... b9ed7d38... M	ChangeLog

commit 2ccd02143402aab6732ad1d2b84513949ddd7cb2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 23:42:16 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 23:42:16 2000 +0000

    Autoconfing the file locking options

:100644 100644 51ac68f2... 10866bf2... M	acconfig.h
:100644 100644 00f7c37a... bb2fbaf4... M	config.h.in
:100755 100755 21d5d89a... 686ca52d... M	configure
:100644 100644 4149de9d... c4b8cd89... M	configure.in
:100644 100644 2ab5ac0c... b283d92a... M	stamp-h.in

commit 4c26b43456abeb42ebe38fb5bc2282849a1338b8
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 19:30:41 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 19:30:41 2000 +0000

    put both linux entries on one line

:100644 100644 06a1cd6a... c38c1a40... M	MACHINES

commit 459f09a7ac78cdf5b21773cf659cd0de6a76f44f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 19:29:40 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 19:29:40 2000 +0000

    dtimep, MACHINES

:100644 100644 4fcbc07d... 3c3ea4a7... M	ChangeLog

commit 7793fde2bb56c76aa8d1fd819d6c60f720e6c44e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 19:21:29 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 19:21:29 2000 +0000

    Update to include Mac OS X and Linux 2.4

:100644 100644 5552b695... 06a1cd6a... M	MACHINES

commit 937a1d5deef2727cdf22ef3afda61fe766d234df
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 19:18:09 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 19:18:09 2000 +0000

    When building on Mac OS X, don't set LDFLAGS=-s, since the linker doesn't like the flag

:100755 100755 b74bba2d... 21d5d89a... M	configure
:100644 100644 8c43c763... 4149de9d... M	configure.in
:100644 100644 495aa404... 2ab5ac0c... M	stamp-h.in

commit 3995a01bfe4a35251a62c69ff118b436b311594d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Dec 22 19:15:02 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Dec 22 19:15:02 2000 +0000

    Take out memory hints, since we are assuming flex over lex, so this shouldn't be a problem

:100644 100644 7b974318... e5dc8120... M	sbr/dtimep.c
:100644 100644 3a378257... 8e782452... M	sbr/dtimep.lex

commit 046d0584e019a627cb039eb86aa5be353ee75ea5
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed Dec 20 16:03:36 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed Dec 20 16:03:36 2000 +0000

    doc/README.developers update, and fixed typo in last ChangeLog entry

:100644 100644 245c7842... 4fcbc07d... M	ChangeLog

commit 7379ff1546ba2feaabe8b6463f448ea0bafd69bb
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed Dec 20 16:00:46 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed Dec 20 16:00:46 2000 +0000

    Marked deprecated directories in layout description, and added an entry for docs

:100644 100644 74c3c075... 44000710... M	docs/README.developers

commit 22a08fd1babf7a0a5602684ea0c6c2485e15f6d9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Dec 20 03:30:14 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Dec 20 03:30:14 2000 +0000

    Just changed a "can" to a "could" since I don't know if most POP3 servers are
    like qpopper in not allowing people with APOP activated to log in via normal
    POP3.

:100644 100644 fe627ce5... 3b25931e... M	man/inc.man

commit 60dc51be518caa9fd1b09578e39c106045dfaaf2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Dec 20 03:18:33 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Dec 20 03:18:33 2000 +0000

    -apop and -noapop were not documented in inc.man.  -snoop was documented but
    didn't appear in the usage SYNOPSIS.

:100644 100644 b00c1c79... 245c7842... M	ChangeLog
:100644 100644 4a06a7f6... fe627ce5... M	man/inc.man

commit 2ae2b2b449d5d8fc868e27d7b2ad920b99311ad7
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Dec 17 19:52:04 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Dec 17 19:52:04 2000 +0000

    Fixed a type from 'his' to 'this'

:100644 100644 b54bc3f1... 1f3cb9c1... M	man/slocal.man

commit a4153c9c95d64260437a3383e9b97802d24f609e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Dec 14 14:55:17 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Dec 14 14:55:17 2000 +0000

    config.guess/sub update

:100644 100644 14ef7894... b00c1c79... M	ChangeLog

commit 63057b6dbecabb2952103ceec796419feacf68a6
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Dec 14 14:35:40 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Dec 14 14:35:40 2000 +0000

    config update procedure (probably unneccessary)

:100755 100755 cce08286... b74bba2d... M	configure
:100644 100644 511d101b... 495aa404... M	stamp-h.in

commit ed5dcd73bb7460266346d5ad3533d8d7ec9073bd
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Dec 14 14:32:09 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Dec 14 14:32:09 2000 +0000

    Updated config.guess and config.sub from most recent version
    from ftp.gnu.org/pub/gnu/config, with timestamp='2000-12-07'.

:100755 100755 4ad9e040... 69b1ab94... M	config.guess
:100755 100755 f307800d... d6c68210... M	config.sub

commit 9efff96e4e788fcc168f712390b505ffc0e66b45
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Dec 14 03:14:08 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Dec 14 03:14:08 2000 +0000

    Shantonu did his commit in the wrong order earlier today, making configure get
    re-built due to a "newer" configure.in.

:100755 100755 b74bba2d... cce08286... M	configure

commit 11c91f3814210b05c7e99c44cb4b726dd98c3b2d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Dec 14 01:38:41 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Dec 14 01:38:41 2000 +0000

    Move mts/generic to sbr/

:100644 100644 089dfc7d... 14ef7894... M	ChangeLog

commit dee387b53ab0d42922f857b60d6f980c9e79d16f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Dec 14 01:30:43 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Dec 14 01:30:43 2000 +0000

    Resolve the circular dependency of libmh on libmts on libmh. The
    files mts/generic/client.c and mts.c are moved to sbr/, and mts/generic/mts.h
    is moved to h/mts.h. Thus, libmh is self-contained. All header includes
    have been appropriately updated, and the Makefiles and configure script
    no longer build mts/generic.

:100755 100755 757e8d14... b74bba2d... M	configure
:100644 100644 2958b792... 8c43c763... M	configure.in
:100644 100644 6a5844f3... 6cf88b62... M	h/Makefile.in
:000000 100644 00000000... ce063d98... A	h/mts.h
:100644 100644 08b4754c... c72f3508... M	mts/Makefile.in
:100644 100644 40697ce9... 4b3d6069... M	mts/smtp/hosts.c
:100644 100644 e5966806... 6de440f7... M	mts/smtp/smtp.c
:100644 100644 7ca55540... 882094e6... M	sbr/Makefile.in
:000000 100644 00000000... eb2ffd51... A	sbr/client.c
:100644 100644 f62d0e80... 8a18e783... M	sbr/m_getfld.c
:000000 100644 00000000... 551fd1fe... A	sbr/mts.c
:100644 100644 ef8e1b45... 511d101b... M	stamp-h.in
:100644 100644 67e7aee5... 7cffc504... M	uip/ali.c
:100644 100644 5184bafc... 843ece4e... M	uip/ap.c
:100644 100644 c0ba63ba... dde06021... M	uip/conflict.c
:100644 100644 3c5fdd5b... 45d5c286... M	uip/dropsbr.c
:100644 100644 3ea3b9ef... 7475d5e1... M	uip/inc.c
:100644 100644 63204a50... 08227885... M	uip/mhbuild.c
:100644 100644 4a6a9869... ed330e3e... M	uip/mhbuildsbr.c
:100644 100644 0be30c05... 712ec042... M	uip/mhcachesbr.c
:100644 100644 57b18b25... 856bfc52... M	uip/mhlist.c
:100644 100644 42e0b05a... 2a91eac6... M	uip/mhlistsbr.c
:100644 100644 11c02767... 601ce5f5... M	uip/mhn.c
:100644 100644 f292ddc8... 5ed9b979... M	uip/mhoutsbr.c
:100644 100644 8f4d574e... 2511f855... M	uip/mhparse.c
:100644 100644 74a8f54b... abb399c9... M	uip/mhshow.c
:100644 100644 83616a26... 48999391... M	uip/mhshowsbr.c
:100644 100644 b56a5052... 2de12bc2... M	uip/mhstore.c
:100644 100644 f1b01627... 9f840dd9... M	uip/mhstoresbr.c
:100644 100644 90f73373... f10216f6... M	uip/mhtest.c
:100644 100644 9489ef0d... 3616ea8e... M	uip/msgchk.c
:100644 100644 0db7905c... 2eda3b23... M	uip/msh.c
:100644 100644 b8c7d925... d2d0ad77... M	uip/mshcmds.c
:100644 100644 2fae3816... 1dc74a3b... M	uip/popi.c
:100644 100644 d91e0038... 37db5f96... M	uip/post.c
:100644 100644 9eb9916e... 867104ad... M	uip/rcvdist.c
:100644 100644 a7601776... 1e85f803... M	uip/rcvpack.c
:100644 100644 8734ebc2... 726ff9ed... M	uip/rcvstore.c
:100644 100644 32d78d2f... cf54134f... M	uip/rcvtty.c
:100644 100644 d85d80e0... 56980e95... M	uip/scan.c
:100644 100644 8a3f5f7c... ce806dc6... M	uip/slocal.c
:100644 100644 18d1152e... 78c300c6... M	uip/spost.c
:100644 100644 2168f717... 9f79a2e1... M	uip/viamail.c

commit ef25ef28586541f0804dc6aa53a8519cf762ba6d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Dec 12 06:19:25 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Dec 12 06:19:25 2000 +0000

    When Shantonu made the new libmts.a, he swapped $(MTSLIB) and libmh.a in
    sbr/Makefile.in so that libmh.a comes first, but this causes the build to fail
    on Solaris, because libmts.a has to get ruserpass() out of libmh.a.  Swapping
    them back to the way Ken Hornstein's patch (which I applied on Jul 20) put them,
    with libmh.a correctly coming second.  If there are times when libmts.a needs to
    come second, then it would appear there's a circular dependency and someone
    (Shantonu?) did an mts merge incorrectly.

:100644 100644 afb9c1d4... 089dfc7d... M	ChangeLog
:100644 100644 972caf94... 8f936990... M	uip/Makefile.in

commit 6682cb68fdaca9359f746912c594e1cc307597a9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Sep 8 23:19:37 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Sep 8 23:19:37 2000 +0000

    Just fixed a formatting error.

:100644 100644 c3dd1403... afb9c1d4... M	ChangeLog

commit a771f8520dbb5d5b16986ed463b1b74601f83dad
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 01:39:10 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 01:39:10 2000 +0000

    Took out bad zones in dtimep

:100644 100644 580cf4c3... c3dd1403... M	ChangeLog

commit 5b26f4fcdfeb7153b92c18f1478a0626341c609d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 01:36:23 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 01:36:23 2000 +0000

    Took out incorrect time zones like JST and BST.

:100644 100644 69a0c741... 7b974318... M	sbr/dtimep.c
:100644 100644 0a65672f... 3a378257... M	sbr/dtimep.lex

commit cd5e92564c2b2c1d4c247b97ca27b016afb22976
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:49:32 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:49:32 2000 +0000

    Included code reorg of zotnet/mts

:100644 100644 824f2a79... 580cf4c3... M	ChangeLog

commit 3a5923368d844e62f27bd078bf1986e7f548476f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:37:54 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:37:54 2000 +0000

    Don't make Makefiles in zotnet or mts/mmdf or mts/sendmail

:100755 100755 bbdb686e... 757e8d14... M	configure
:100644 100644 f94fc6df... ef8e1b45... M	stamp-h.in

commit 0f9c227e69da12f00f09fbbb0b84c2726b5c256b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:36:48 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:36:48 2000 +0000

    Don't generate Makefiles for zotnet, or mts/mmdf and mts/sendmail,
    since they are no longer being compiled.

:100644 100644 196fdc98... 2958b792... M	configure.in

commit cc6d2b40ffd2126cff8384d2c62eee44dc7b1fe1
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:34:41 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:34:41 2000 +0000

    Included h/nmh.h, since the MD5 algorithms were missing declarations
    for memcpy and memset (I think), which are indirectly included from
    strings.h

:100644 100644 9a394b50... 6ca63993... M	h/md5.h

commit 8f4c5da8971926f7eccc912f7998c343aef3c33b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:34:08 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:34:08 2000 +0000

    Updated #include's to point to new location of mts.h on mts/generic

:100644 100644 a1cdf8c3... 545d3972... M	sbr/addrsbr.c
:100644 100644 a667be82... f62d0e80... M	sbr/m_getfld.c
:100644 100644 ff9fa563... 972caf94... M	uip/Makefile.in
:100644 100644 5b38b831... 67e7aee5... M	uip/ali.c
:100644 100644 dde11759... 5184bafc... M	uip/ap.c
:100644 100644 cac0ea85... c0ba63ba... M	uip/conflict.c
:100644 100644 5cf4ee32... 3c5fdd5b... M	uip/dropsbr.c
:100644 100644 e6adb32f... 3ea3b9ef... M	uip/inc.c
:100644 100644 045146b0... 63204a50... M	uip/mhbuild.c
:100644 100644 227f111f... 4a6a9869... M	uip/mhbuildsbr.c
:100644 100644 4f1f9d7a... 0be30c05... M	uip/mhcachesbr.c
:100644 100644 3960b1cb... 57b18b25... M	uip/mhlist.c
:100644 100644 ae5463c8... 42e0b05a... M	uip/mhlistsbr.c
:100644 100644 adb06dae... 11c02767... M	uip/mhn.c
:100644 100644 c2e08056... f292ddc8... M	uip/mhoutsbr.c
:100644 100644 0813aa75... 8f4d574e... M	uip/mhparse.c
:100644 100644 a50292e9... 74a8f54b... M	uip/mhshow.c
:100644 100644 eb691001... 83616a26... M	uip/mhshowsbr.c
:100644 100644 14d7cde9... b56a5052... M	uip/mhstore.c
:100644 100644 b2a3e31b... f1b01627... M	uip/mhstoresbr.c
:100644 100644 9a73bbfa... 90f73373... M	uip/mhtest.c
:100644 100644 52aedc86... 9489ef0d... M	uip/msgchk.c
:100644 100644 6bb6f06d... 0db7905c... M	uip/msh.c
:100644 100644 c199502d... b8c7d925... M	uip/mshcmds.c
:100644 100644 cb249302... 2fae3816... M	uip/popi.c
:100644 100644 ef13279b... d91e0038... M	uip/post.c
:100644 100644 1c70d740... 9eb9916e... M	uip/rcvdist.c
:100644 100644 f120afda... a7601776... M	uip/rcvpack.c
:100644 100644 bef959ca... 8734ebc2... M	uip/rcvstore.c
:100644 100644 d769b40a... 32d78d2f... M	uip/rcvtty.c
:100644 100644 77bc999c... d85d80e0... M	uip/scan.c
:100644 100644 d50330d5... 8a3f5f7c... M	uip/slocal.c
:100644 100644 555bb68d... 18d1152e... M	uip/spost.c
:100644 100644 8e3332d0... 2168f717... M	uip/viamail.c

commit 97e7d6f2f5db4e8f09cb015ee6c2da2ff129f963
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:32:47 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:32:47 2000 +0000

    No longer descend into zotnet/

:100644 100644 b331c5da... 32a5057c... M	Makefile.in

commit 75e073ea52a427394690e0c1ef7943a1727c7095
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri Sep 8 00:30:58 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri Sep 8 00:30:58 2000 +0000

    Moved code from zotnet/mts to mts/generic. Also, unified generic
    mts code and smtp/sendmail into libmts.a as an intermediate, instead
    of having two static libs.

:100644 100644 a8c5ee58... 08b4754c... M	mts/Makefile.in
:000000 100644 00000000... 97dca021... A	mts/generic/Makefile.in
:000000 100644 00000000... 00959590... A	mts/generic/client.c
:000000 100644 00000000... 7d9b718d... A	mts/generic/mts.c
:000000 100644 00000000... ce063d98... A	mts/generic/mts.h
:100644 100644 748d8d6e... a6d3139a... M	mts/mmdf/hosts.c
:100644 100644 83727d54... 40697ce9... M	mts/sendmail/hosts.c
:100644 100644 9a9c725f... 00fe825f... M	mts/sendmail/sendmail.c
:100644 100644 4a726b96... 341f0b1d... M	mts/smtp/Makefile.in
:100644 100644 83727d54... 40697ce9... M	mts/smtp/hosts.c
:100644 100644 f2390b83... e5966806... M	mts/smtp/smtp.c

commit e2d7f42498f9cb8cb4b0f4ddd7fcd395829157f2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed Sep 6 22:48:43 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed Sep 6 22:48:43 2000 +0000

    Included changes to dtimep.lex to remove military zone parsing.

:100644 100644 2ba743ee... 824f2a79... M	ChangeLog

commit 62f8542a68c21c0ec009e9275cbe54f0c921f2ea
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed Sep 6 22:40:03 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed Sep 6 22:40:03 2000 +0000

    Took out parsing of military time, which was causing issues when it
    encountered something like (MET), which it doesn't recognize as a timezone,
    and which was then read as military characters.

:100644 100644 68616b84... 69a0c741... M	sbr/dtimep.c
:100644 100644 c36844da... 0a65672f... M	sbr/dtimep.lex

commit a5ff28a9c0927f27efd1378ebc97ad72ffeb56d1
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Aug 11 20:43:07 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Aug 11 20:43:07 2000 +0000

    Further clarified Kimmo's etc/Makefile.in comments at his suggestion.

:100644 100644 a8a566ba... 2ba743ee... M	ChangeLog

commit 93b9385f594f86b215fb786953b792473234b59d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Aug 10 21:32:33 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Aug 10 21:32:33 2000 +0000

    Changed my mind again on scan.MMDDYY and scan.YYYYMMDD.  Put the replied /
    encrypted column back in, because it's useful to "always" (at least when you
    aren't using replied / encrypted) have a space in between the message number and
    date, so you can use awk (with the default field separators) to grab message
    numbers from scan output.

:100644 100644 f475a012... a8a566ba... M	ChangeLog
:100644 100644 0f1fff26... dd20b290... M	etc/scan.MMDDYY
:100644 100644 f8bee9ff... 741681de... M	etc/scan.YYYYMMDD

commit 7394d9e002c22cb0ac9722fe51b877a7462efb3c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Aug 10 20:33:25 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Aug 10 20:33:25 2000 +0000

    Decided that limiting the message number columns to 3 on my scan.MMDDYY and
    scan.YYYYMMDD (to try to regain space taken by extra date info) was
    ill-conceived.  It's not that tough to get past 999 messages, though I imagine
    it's rather rare to exceed 9999.  Changed these to 4.  I had already removed the
    "replied / encrypted" column in YYYYMMDD, but this time I removed it on MMDDYY
    as well (I've never seen it used...).

:100644 100644 5e26bb10... f475a012... M	ChangeLog
:100644 100644 d79ad3c3... 0f1fff26... M	etc/scan.MMDDYY
:100644 100644 626ab742... f8bee9ff... M	etc/scan.YYYYMMDD

commit 0f540a390a62d9732f61fdb21f82048093a3d63d
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Mon Aug 7 18:42:20 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Mon Aug 7 18:42:20 2000 +0000

    Modify umask set by mhshow to enable user execute bit, so that viewers that
    create temporary directories (e.g., lynx) will be able to access them.

:100644 100644 f6b89bdf... 5e26bb10... M	ChangeLog
:100755 100755 64d0324f... bbdb686e... M	configure
:100644 100644 d8733953... eb691001... M	uip/mhshowsbr.c

commit 5e5e3a5b7bfe9b89b8f27712f9e0ec13ba384de7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Aug 5 16:00:49 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Aug 5 16:00:49 2000 +0000

    Kimmo's etc/Makefile.in change note implied that install was previously
    completely broken.  Not the case.  I asked Kimmo about it and he clarified that
    it failed when building outside the source tree.  Fixed the entry to reflect.

:100644 100644 36866afc... f6b89bdf... M	ChangeLog

commit bff308e43d7bf5fc175fa0aa41a064f051506e28
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Aug 4 00:15:52 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Aug 4 00:15:52 2000 +0000

    TODO: Allow multiple simultaneous differing contexts, probably each tied to a
    parent (terminal) process.

:100644 100644 1adac4e2... 36866afc... M	ChangeLog
:100644 100644 be9e6dd9... 7b5beee5... M	docs/TODO

commit 20e97363e4c0e84b3744f3642e7d350fa8916e32
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Tue Aug 1 14:55:53 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Tue Aug 1 14:55:53 2000 +0000

    Make "make install" work in etc/Makefile.in

:100644 100644 2fd18542... 1adac4e2... M	ChangeLog
:100644 100644 1801d686... d50fcf78... M	etc/Makefile.in

commit da12435096e47ec1d362215141fc8b21f24e5e01
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Jul 24 23:24:22 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Jul 24 23:24:22 2000 +0000

    Renamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST and added an
    explanatory comment by its #definition.

:100644 100644 7789d871... 2fd18542... M	ChangeLog
:100644 100644 83ec8806... 47a31b9e... M	h/tws.h
:100644 100644 8de4b69c... 57b61c88... M	sbr/dtime.c
:100644 100644 159c901b... 68616b84... M	sbr/dtimep.c
:100644 100644 b4357a1e... c36844da... M	sbr/dtimep.lex

commit 0d6e062b466d0ef7c84b56258612cd87044917f6
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Jul 24 23:06:42 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Jul 24 23:06:42 2000 +0000

    Updated README.developers with the fact that zotnet/tws is going away.

:100644 100644 a7ab1c03... 7789d871... M	ChangeLog
:100644 100644 9edd701e... 74c3c075... M	docs/README.developers

commit 11ce969d33d8d6ffafd010005af0b7188f0f5693
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Jul 24 23:03:38 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Jul 24 23:03:38 2000 +0000

    When Shantonu wrote the new, more portable dtimep.lex, he left out the #ifdef
    DSTXXX stuff for some reason.  Not a good idea, as that code is required for
    proper printing of numeric-offset timezones that have daylight saving time.
    Without that code, -0700 during DST gets printed as MST instead of PDT.

:100644 100644 98ec5687... a7ab1c03... M	ChangeLog
:100644 100644 b6a3fde4... 159c901b... M	sbr/dtimep.c
:100644 100644 2e79c46c... b4357a1e... M	sbr/dtimep.lex

commit f88898638f4f0f8f6d77b1235b704982d295b832
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 03:31:39 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 03:31:39 2000 +0000

    Fixed warnings from diff on first-time install of nmh.  Also added 'echo's
    clarifying the etc file installation activities.

:100644 100644 971101e4... 98ec5687... M	ChangeLog
:100644 100644 c2645cbe... 1801d686... M	etc/Makefile.in

commit 7d5df1b80b43bfe60de33b0b62c992eea1d8d531
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 02:35:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 02:35:43 2000 +0000

    Applied Kurt J. Lidl <lidl@eng.us.uu.net>'s $MAILHOST patch:
    
        I have a small patch that would be nice to be included -- basically, it
        allows the usage of the "MAILHOST" environment variable, without having to
        have HESIOD turned on.  I need this functionality for my environment, where
        we have identical /usr/local on all my machines (so I cannot just hardcode
        into the mts.conf file), and I have multiple POP mail servers for my users.
    
    Modified inc.man to reflect that along with "pophost:" and -host, $MAILHOST can
    now activate POP mail inclusion as well.

:100644 100644 2e741c7c... 971101e4... M	ChangeLog
:100644 100644 fc53359d... 4a06a7f6... M	man/inc.man
:100644 100644 9c8049ab... e6adb32f... M	uip/inc.c

commit 7a39c12041b050791790cfbe33686377a98ff59e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 02:25:59 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 02:25:59 2000 +0000

    Last pass at README.developers -- Kimmo's 5-step commit was overkill.  You only
    need 3 steps, since configure.in is the only autoconf file with the RCS $Id
    keyword.

:100644 100644 9850614e... 2e741c7c... M	ChangeLog
:100644 100644 522244a1... 9edd701e... M	docs/README.developers

commit ea7b16ea79c5f06a3b220a0f02fe55ae566b9e82
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 02:11:59 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 02:11:59 2000 +0000

    Meaningless modification to test autoconf file commit order stuff.

:100755 100755 6715aac6... 64d0324f... M	configure
:100644 100644 53105afe... 196fdc98... M	configure.in
:100644 100644 287375a4... f94fc6df... M	stamp-h.in

commit da571d9ecb8b8eeaa430b4e4d132bcdd4d1b0076
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 02:04:37 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 02:04:37 2000 +0000

    Meaningless change to test autoconf file commit order stuff.

:100755 100755 c8ebc1c5... 6715aac6... M	configure
:100644 100644 300d02b0... 287375a4... M	stamp-h.in

commit e7f01acdf3b43d7e5df6398b0652c3be38b5f68f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 02:03:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 02:03:23 2000 +0000

    Meaningless change for testing autoconf file commit order stuff.

:100644 100644 9d0bc248... 53105afe... M	configure.in

commit 011e533b32afd25a33ff44b02530dc50214925e0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 01:56:17 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 01:56:17 2000 +0000

    Meaningless change to test autoconf commit order stuff.

:100644 100644 9b76ddfd... 9d0bc248... M	configure.in

commit 1a6d560c7caf83a0419cd0f5c7337db2c672da0a
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 21 01:43:58 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 21 01:43:58 2000 +0000

    People did not preserve my alphabetization of the --with options when they added
    new ones.  Re-alphabetized.

:100644 100644 ead1a4a5... 9850614e... M	ChangeLog
:100755 100755 4eb59512... c8ebc1c5... M	configure
:100644 100644 76e920f2... 9b76ddfd... M	configure.in
:100644 100644 93863e87... 300d02b0... M	stamp-h.in

commit fc80e34e8e9e3c726073d321e2075ead77baba08
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 20 20:49:00 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 20 20:49:00 2000 +0000

    Ken Hornstein's SASL patch was not integrated properly with Ruud's new merged
    mts/sendmail code.  Kimmo has since fixed nmh so it compiles, but according to
    Ken, the SASL stuff still does not work.  Integrating a patch from him for this.

:100644 100644 d0485a66... ead1a4a5... M	ChangeLog
:100644 100644 a37ebea3... f2390b83... M	mts/smtp/smtp.c
:100644 100644 ca6b5bc4... ff9fa563... M	uip/Makefile.in

commit c0f27fe2e6f1e553818f6a43aad0e30cec7994b7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 20 20:32:31 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 20 20:32:31 2000 +0000

    One more pass at README.developers now that it's clear that my
    previously-suggested one-line autoconf-file commit can cause unnecessary local
    makes and an out-of-sync stamp-h.in file, but would not cause problems for other
    people using the CVS files.

:100644 100644 f4e32df5... d0485a66... M	ChangeLog
:100644 100644 0fe63112... 522244a1... M	docs/README.developers

commit c4dffde1321c04eddde696b28c05c4c68d85a617
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 20 20:14:39 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 20 20:14:39 2000 +0000

    Moved Kimmo's new "--with-hash-backup" to be output with the rest of the --with
    options in the configure --help output, rather than being in between two random
    --enable options.

:100644 100644 efc679d0... f4e32df5... M	ChangeLog
:100755 100755 520d155d... 4eb59512... M	configure
:100644 100644 d80a2d2e... 76e920f2... M	configure.in
:100644 100644 281f6ef3... 93863e87... M	stamp-h.in

commit cc9976fbd511140bf7eef525a447c6e47f17850e
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Tue Jul 18 23:39:45 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Tue Jul 18 23:39:45 2000 +0000

    Added answer.

:100644 100644 88c3f1ea... efc679d0... M	ChangeLog
:100644 100644 f93c70bd... 0fe63112... M	docs/README.developers

commit a0524bceefc03aaa46957cf1c319eb74e04fe795
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jul 18 02:15:03 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jul 18 02:15:03 2000 +0000

    Clarified and made some corrections to Kimmo's README.developers changes (BTW,
    if anyone can explain why the RCS Ids are able to cause problems with the
    dependencies, please fill in the explanation -- I never encountered a problem
    with the old single-commit method).

:100644 100644 325e70e9... 88c3f1ea... M	ChangeLog

commit 2ef1a2bc54aa523b9edbb830959f17a3ed05d74d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jul 18 02:07:51 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jul 18 02:07:51 2000 +0000

    I don't understand why Kim's split-up of the autoconf-file cvs commits should be
    necessary, so I left a little note hoping for someone to explain technically why
    that should be the case.  I certainly never ran into any problems with my old
    single-commit version (which I added back in along with an explanation of why it
    supposedly won't always work).
    
    Also Kim's text implied that the _only_ reason for the given order is the RCS
    Ids -- not true -- the timestamps are the main reason a particular order is
    necessary.  Made a couple of other clarifications as well.

:100644 100644 b243b5d3... f93c70bd... M	docs/README.developers

commit d3df81fcf2e52e4e484da1c1df431c7a915a3139
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 06:18:03 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 06:18:03 2000 +0000

    Iterating the commit a bit, I think this is how it works without extra
    runs of autoconf, autoheader and make.

:100644 100644 9314563c... b243b5d3... M	docs/README.developers

commit 1ea2cf126ad9ba559ceb8f4790254ea01d1721c2
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 06:05:26 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 06:05:26 2000 +0000

    Regen.

:100755 100755 4421c63e... 520d155d... M	configure
:100644 100644 27602c4e... 281f6ef3... M	stamp-h.in

commit 6c381309884f3bf4e5ce90ea632509d615bdc3e4
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 06:01:28 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 06:01:28 2000 +0000

    If $LIBTOOL is empty we should not try to run it.
    This gets rid of the "--version: not found" error.

:100644 100644 c264d6ec... d80a2d2e... M	configure.in

commit 61fba03f0ca8ba63ae594c5a136ffd36f7115c04
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 05:50:33 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 05:50:33 2000 +0000

    Got rid of one mktemp.

:100644 100644 3a261342... 325e70e9... M	ChangeLog

commit 0dc7a85acb242ad851c28001435932526a9a6d29
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 05:11:46 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 05:11:46 2000 +0000

    Complete HAVE_MKSTEMP.

:100644 100644 ec887374... 2cb6bdc1... M	sbr/lock_file.c

commit ca7903e5fcabe1d7dc9f51d08dfdb82d61b3d5bf
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 04:23:50 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 04:23:50 2000 +0000

    We ignore the fact that the user requested SASL, since the pipe to the
    mailer is secure.  This allows for easier sharing of the MH profile
    across hosts.

:100644 100644 8273f14f... 9a9c725f... M	mts/sendmail/sendmail.c

commit 8ba87b1445d63dad96ca6a24f85790f16e1c1294
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 04:03:27 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 04:03:27 2000 +0000

    Note replacement of GNU-makeism in sbr/Makefile.in with a common statement.

:100644 100644 53673174... 3a261342... M	ChangeLog

commit 836b477d0a4b0f1d22cea685ce1600f38c77aea7
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:58:57 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:58:57 2000 +0000

    So I don't think you can commit these all in a single commit.
    README.developers recommends that (with precise ordering) but
    things still get regenerated when I run "make".

:100644 100644 3fed5720... 27602c4e... M	stamp-h.in

commit a9de2f144ecee3ca26a0f3e939adb8086d5fe21c
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:57:47 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:57:47 2000 +0000

    Keep this working with other makes than GNU.

:100644 100644 506c5597... 7ca55540... M	sbr/Makefile.in

commit 84546c458ff514a547b40d436259b77661565e9b
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:56:45 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:56:45 2000 +0000

    Still missed one SASL stuff thing.

:100644 100644 5b33ed82... a37ebea3... M	mts/smtp/smtp.c

commit a70d216f2b3319bb3e0a774c06a2bf624cb6e119
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:36:42 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:36:42 2000 +0000

    Changed "--with-backup-prefix" to "--with-hash-backup" because # is too
    difficult for config.status to get right.

:100644 100644 6a63ff96... 53673174... M	ChangeLog
:100755 100755 50b6ac50... 4421c63e... M	configure
:100644 100644 69728f88... c264d6ec... M	configure.in
:100644 100644 b6fbbb65... 3fed5720... M	stamp-h.in

commit 8b9551fcc3ad258152778177ba29cf7613f976db
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:15:17 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:15:17 2000 +0000

    Note "--with-backup-prefix".

:100644 100644 2c4102a4... 6a63ff96... M	ChangeLog

commit 80822fbdf1fc94c899b1f690df3f24f1e4df6c55
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 03:13:25 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 03:13:25 2000 +0000

    Add "--with-backup-prefix" so it can be set easily.

:100644 100644 29c66c0c... 51ac68f2... M	acconfig.h
:100644 100644 f8d23ba0... 00f7c37a... M	config.h.in
:100755 100755 a03cf2de... 50b6ac50... M	configure
:100644 100644 6d576424... 69728f88... M	configure.in

commit a60b66a4ee37b8cd59233b7f35a50398f0a27da6
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 02:08:18 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 02:08:18 2000 +0000

    SASL stuff.

:100644 100644 ac6b32e9... 5b33ed82... M	mts/smtp/smtp.c

commit 365996ecb8f3c61c9912988ee0d9a99d616e33c8
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 01:48:37 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 01:48:37 2000 +0000

    SASL stuff.

:100644 100644 f076e48a... 9c8049ab... M	uip/inc.c

commit 6b74eb547bce7c4436fc366073321b2f480c30da
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sun Jul 16 01:46:50 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sun Jul 16 01:46:50 2000 +0000

    SASL mods.

:100644 100644 a562ad29... ca6b5bc4... M	uip/Makefile.in

commit 0ed83fd34a89b1d39d161504f5ddb99071816fce
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 13 21:49:45 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 13 21:49:45 2000 +0000

    Deleted the timezone on Kim's SASL patch entry.  Ruud has taken to adding the
    timezone even though all previous entries are missing it, and I don't really
    agree with that.  True, on occasion someone in a different timezone will
    commit something later in the day than someone else, and even though the second
    change happens later, the time may be earlier, but that doesn't happen too often
    and isn't really a big deal, IMHO.
    
    Putting textual timezones like "EDT" isn't really the right solution, IMHO,
    since some of those tags are ambiguous.  Either an offset-style timezone should
    be used or all times should be given as UTC.
    
    I'd just as soon stick with local times, though.
    
    Oh, one thing I forgot to mention in my last CVS entry was that I removed "IMAP"
    from the list of protocols supported by Ken's SASL patches -- nmh doesn't have
    any IMAP support!

:100644 100644 1f052922... 2c4102a4... M	ChangeLog

commit 7d59c664edde7474bcf6d0ed8023aade8b202752
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 13 21:42:52 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 13 21:42:52 2000 +0000

    Modified Kimmo's entry for the application of Ken Hornstein's SASL patches to
    clarify that it wasn't Ken applying them himself, and clarified what SASL
    support actually means.

:100644 100644 5958552e... 1f052922... M	ChangeLog

commit d1563de82a4fed11ee45202be934bfba9a5ae6ea
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jul 13 21:41:42 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jul 13 21:41:42 2000 +0000

    Kimmo neglected to commit the regenerated versions of these after changing
    configure.in, forcing people using the CVS source to have to have the autoconf
    tools installed.

:100755 100755 443a38ba... a03cf2de... M	configure
:100644 100644 a26a0b80... b6fbbb65... M	stamp-h.in

commit 87d022d6809ee2a4f57bf527868c1690498a4216
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jul 11 21:20:04 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jul 11 21:20:04 2000 +0000

    Clarified post.man and send.man for those not completely up on SASL terminology.
    "SASL encryption layers are not supported for SMTP" means that encryption is
    supported for the authentication but not for the subsequent data stream.

:100644 100644 f84fb89d... 5958552e... M	ChangeLog
:100644 100644 69374ce9... 23841f78... M	man/post.man
:100644 100644 88fd9c3c... 9bb28972... M	man/send.man

commit ca5b47ddb9e25b55f3e1e0c6427851c6cd7b8e72
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Sat Jul 8 05:36:58 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Sat Jul 8 05:36:58 2000 +0000

    Note SASL commit.

:100644 100644 96618bb5... f84fb89d... M	ChangeLog

commit cfc525a9b85207225cb4071d1d3b01e8d1db2424
Author:     Kimmo Suominen <kimmo@suominen.com>
AuthorDate: Fri Jul 7 03:48:02 2000 +0000
Commit:     Kimmo Suominen <kimmo@suominen.com>
CommitDate: Fri Jul 7 03:48:02 2000 +0000

    SASL support from Ken Hornstein <kenh@cmf.nrl.navy.mil>.

:100644 100644 5fdea1b3... 29c66c0c... M	acconfig.h
:100644 100644 7b1c3fdc... f8d23ba0... M	config.h.in
:100644 100644 a3d33865... 6d576424... M	configure.in
:100644 100644 c53b291f... bc339638... M	h/popsbr.h
:100644 100644 8c11b2f9... fc53359d... M	man/inc.man
:100644 100644 5054c339... 2f1fed5b... M	man/msgchk.man
:100644 100644 45261778... 69374ce9... M	man/post.man
:100644 100644 43d1ad12... 88fd9c3c... M	man/send.man
:100644 100644 546097cc... 8273f14f... M	mts/sendmail/sendmail.c
:100644 100644 9890d1c3... 4a726b96... M	mts/smtp/Makefile.in
:100644 100644 c8fb5548... ac6b32e9... M	mts/smtp/smtp.c
:100644 100644 772035d7... 1d7d2c98... M	mts/smtp/smtp.h
:100644 100644 3209a97c... f076e48a... M	uip/inc.c
:100644 100644 fdf32d6c... 52aedc86... M	uip/msgchk.c
:100644 100644 6f2b35ad... 3ee198b2... M	uip/popsbr.c
:100644 100644 a866703c... ef13279b... M	uip/post.c
:100644 100644 3e2dc605... bf689f0d... M	uip/send.c
:100644 100644 0e2a9987... cf577927... M	uip/whatnowsbr.c

commit df7b16cb148474b3b80dbf1e226e858cf1e47edb
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Mon Jun 12 18:07:34 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Mon Jun 12 18:07:34 2000 +0000

    * Merged mts/sendmail functionality into mts/smtp; switching between
    smtp and sendmail delivery method is now controlled by mts.conf.
    * If tsort cannot deal with loops, in addition to defining tsort as
    cat, also define lorder as echo.
    * Removed uip/popi.c from list of sources.

:100644 100644 86ecc801... 96618bb5... M	ChangeLog
:100644 100644 ca45be7e... 1147641c... M	INSTALL
:100644 100644 612c9ece... 5fdea1b3... M	acconfig.h
:100644 100644 4f3b78db... 7b1c3fdc... M	config.h.in
:100755 100755 c6442749... 443a38ba... M	configure
:100644 100644 a60920a2... a3d33865... M	configure.in
:100644 100644 d463f78f... 99f6d1f3... M	docs/FAQ
:100644 100644 ebd93d3d... c2645cbe... M	etc/Makefile.in
:100644 100644 16b5bab5... c3c946df... M	etc/mts.conf.in
:100644 100644 856409e4... c3a468ce... M	h/rcvmail.h
:100644 100644 990e31c0... b9f2560c... M	man/mh-tailor.man
:100644 100644 8627795a... a8c5ee58... M	mts/Makefile.in
:100644 100644 0bc7532f... 83727d54... M	mts/sendmail/hosts.c
:100644 100644 025bb966... c8fb5548... M	mts/smtp/smtp.c
:100644 100644 1a20c5c7... a26a0b80... M	stamp-h.in
:100644 100644 b1e3950e... a562ad29... M	uip/Makefile.in
:100644 100644 d0d750c1... a866703c... M	uip/post.c
:100644 100644 3b0b1809... 7d9b718d... M	zotnet/mts/mts.c
:100644 100644 66aa590c... ce063d98... M	zotnet/mts/mts.h

commit 2bb7e26c6ae27f9b8a0ca9e5b7ddd1c824bcedda
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jun 9 02:45:17 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jun 9 02:45:17 2000 +0000

    New dtimep.lex didn't parse day names properly.  Fixed.  Also clarified
    ambiguous comments preceding day_map[] array (from old dtimep.lex) that probably
    led to the erroneous cp++ being added.

:100644 100644 1ae80ec6... 86ecc801... M	ChangeLog
:100644 100644 fa64ccba... b6a3fde4... M	sbr/dtimep.c
:100644 100644 4f019808... 2e79c46c... M	sbr/dtimep.lex

commit 877d0da4a8334e53ebc0a8b740efe489e0817e92
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Wed Jun 7 19:06:52 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Wed Jun 7 19:06:52 2000 +0000

    * Added one more mkstemp invocation to uip/spost.c (which was in a
    #if 0 block).
    * Applied patch from Peter Maydell to clean up permissions handling
    and error handling in uip/inc.c.

:100644 100644 b9536ba7... 1ae80ec6... M	ChangeLog
:100644 100644 f68a293c... 1a20c5c7... M	stamp-h.in
:100644 100644 f203062c... 3209a97c... M	uip/inc.c
:100644 100644 57727371... 555bb68d... M	uip/spost.c

commit 7036a59145b61979bfd61344d55ac9ce36cc4d54
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Mon Jun 5 20:13:54 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Mon Jun 5 20:13:54 2000 +0000

    Use cat instead of tsort if tsort cannot deal with loops in its
    input (which is the case for tsort from GNU textutils).

:100644 100644 b265764e... b9536ba7... M	ChangeLog
:100755 100755 26e4ab93... c6442749... M	configure
:100644 100644 d3f2c084... a60920a2... M	configure.in

commit 6918a091f788f34d97c176b1cfa1da8d9e463c6c
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Mon Jun 5 19:20:38 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Mon Jun 5 19:20:38 2000 +0000

    If liblockfile is present, and its dotlockfile program is setgid,
    inc does not need to be setgid.

:100644 100644 d13b3b25... b265764e... M	ChangeLog
:100755 100755 3f98efd6... 26e4ab93... M	configure
:100644 100644 7f4bd12e... d3f2c084... M	configure.in
:100644 100644 82f89525... f68a293c... M	stamp-h.in

commit 3a162432aa58eff6e48f99afaf746408905b008c
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun Jun 4 20:24:39 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun Jun 4 20:24:39 2000 +0000

    * Added autoconf test for Miquel van Smoorenburg's liblockfile
    library, as found on Debian systems.
    * Added liblockfile support to sbr/lock_file.c.

:100644 100644 80dc52d0... d13b3b25... M	ChangeLog
:100644 100644 26905920... 4f3b78db... M	config.h.in
:100755 100755 eeb5adc0... 3f98efd6... M	configure
:100644 100644 490fa0e4... 7f4bd12e... M	configure.in
:100644 100644 2ddeae61... fa64ccba... M	sbr/dtimep.c
:100644 100644 a99c681b... ec887374... M	sbr/lock_file.c
:100644 100644 9d2c7d56... 82f89525... M	stamp-h.in

commit ea4f02c6acdf50fbc114ea9dc7e2a81f149ea8ca
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu Jun 1 06:57:57 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu Jun 1 06:57:57 2000 +0000

    make clean now removes generated bin files.

:100644 100644 eec41463... ebd93d3d... M	etc/Makefile.in

commit b4376bf886a77fed4acec0505bbbf4150e71bbf9
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed May 31 07:22:43 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed May 31 07:22:43 2000 +0000

    Made dtimep.lex more lex-friendly.

:100644 100644 2b03f0ad... 80dc52d0... M	ChangeLog

commit 859187428420e9089e91a45f3a833135172d1822
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Wed May 31 07:19:30 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Wed May 31 07:19:30 2000 +0000

    Added back memory options for AIX to increase available memory.
    Took out %option noyywrap, which wasn't understood by AT&T lex, as
    well as the -i case-insensitivity flag.

:100644 100644 9e8e8aa8... 506c5597... M	sbr/Makefile.in
:100644 100644 a8cce79c... 2ddeae61... M	sbr/dtimep.c
:100644 100644 693925e9... 4f019808... M	sbr/dtimep.lex

commit de84e33cbf49bf0e70ad010d58ab9893c5438cff
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Wed May 31 05:48:06 2000 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Wed May 31 05:48:06 2000 +0000

    added lint targets for Makefiles and a configure test to find whether lclint or lint is installed on the system.

:100644 100644 6fbfa727... 2b03f0ad... M	ChangeLog
:100644 100644 9492cd07... b331c5da... M	Makefile.in
:100644 100644 8468646b... 6776c86e... M	config/Makefile.in
:100755 100755 b214b705... eeb5adc0... M	configure
:100644 100644 7929547d... 490fa0e4... M	configure.in
:100644 100644 93c3ab55... 768eb851... M	docs/Makefile.in
:100644 100644 c4e315f6... 6a5844f3... M	h/Makefile.in
:100644 100644 ee5997c2... c81c15d5... M	man/Makefile.in
:100644 100644 328a9ead... 8627795a... M	mts/Makefile.in
:100644 100644 d076a137... eb720d8a... M	mts/mmdf/Makefile.in
:100644 100644 f812a2c5... b025b3b9... M	mts/sendmail/Makefile.in
:100644 100644 85ea7ea5... 9890d1c3... M	mts/smtp/Makefile.in
:100644 100644 a2bc3bd1... 9e8e8aa8... M	sbr/Makefile.in
:100644 100644 ae7d5305... 9d2c7d56... M	stamp-h.in
:100644 100644 0b50f290... b1e3950e... M	uip/Makefile.in
:100644 100644 cc20173a... 0a75e149... M	zotnet/Makefile.in
:100644 100644 7dedeeae... 80615a37... M	zotnet/bboards/Makefile.in
:100644 100644 7871ca7c... 01877141... M	zotnet/mf/Makefile.in
:100644 100644 ab8ad654... a57b2f1f... M	zotnet/mts/Makefile.in
:100644 100644 fe05e018... b14f24ef... M	zotnet/tws/Makefile.in

commit 1f90e5c5a3c7cb029ce1ac3c2e760c368fd2ce92
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 31 02:27:40 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 31 02:27:40 2000 +0000

    Applied Alec Wolman <wolman@cs.washington.edu>'s dropsbr.c patch:
    
      In the map_write routine, a call is made to map_open and this call is supposed
      to set the "clear" variable to 0 or 1, depending on whether the map file is
      empty or not.  In mh6.8.3, this worked because map_open would set "clear" by
      calling the mbx_Xopen routine.  In nmh, the code for mbx_Xopen was merged into
      mbx_open, but the interface for mbx_open doesn't support the clear variable,
      so that functionality was lost.  The map_open interface still contains "int
      *clear" in the prototype, but never sets it.
    
      My patch eliminates "clear" from the map_open interface (I checked to make
      sure that map_write is the only client of map_open).  Furthermore, my patch
      also sets the "clear" variable properly at the beginning of map_write by
      calling fstat().  This eliminates the bug in that the value of "clear" being
      used later in the routine was just stack garbage.
    
      Having a bad value of clear causes this next bug to be triggered: The fp file
      pointer was being opened with fdopen, but in two of the three switch cases it
      wasn't being closed.  In certain cases, this was causing packf to run out of
      file descriptors if you attempted to pack a large folder.

:100644 100644 c2abd854... 6fbfa727... M	ChangeLog
:100644 100644 6089a225... 5cf4ee32... M	uip/dropsbr.c

commit 3e2e8b43581f31be0cabe123dade6ff146dd31c7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 31 02:13:57 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 31 02:13:57 2000 +0000

    A couple more tweaks to etc/Makefile.in:
    
        Generated sendfiles script was not a dependency of the `all' target, and was
        incorrectly included in the distribution.

:100644 100644 1f740812... c2abd854... M	ChangeLog
:100644 100644 ad43e9db... eec41463... M	etc/Makefile.in

commit c40202d3d91242b22664e1bb056a13dde4205661
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 31 00:53:20 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 31 00:53:20 2000 +0000

    INSTALL never documented the etc/*.old thing.  Documented the new etc/*.prev
    thing (including a note to watch for diff output).

:100644 100644 69f94eae... 1f740812... M	ChangeLog
:100644 100644 63021e4f... ca45be7e... M	INSTALL

commit fababe8e55aedaed529554701b2d509cbea4be81
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 31 00:28:14 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 31 00:28:14 2000 +0000

    Reworded my last entry a bit.

:100644 100644 5ea92b8d... 69f94eae... M	ChangeLog

commit 82e9ded8c02ea347c9cb9a8e507d0d0e5b2acc3b
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 31 00:22:05 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 31 00:22:05 2000 +0000

    etc/Makefile.in was incorrectly installing mts.conf.in and sendfiles.in --
    fixed.  Changed the suffix for the backed-up previous versions of the etc files
    from the ambiguous .old to .prev.  Use diff and only keep the .prev file around
    if different.

:100644 100644 a5e306c5... 5ea92b8d... M	ChangeLog
:100644 100644 a32ee29f... ad43e9db... M	etc/Makefile.in

commit 673b2a0af17a1dd96c21ae9712accee5324f24cf
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 30 22:52:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 30 22:52:43 2000 +0000

    ChangeLog:  I think we should use a uniform style in this file.  Reformatted
                Ruud's recent entries.
    
    configure:  Weird.  There's some timestamp screwup somewhere, perhaps in the way
                Makefile.in is written, that caused autoconf to get run after I did
                a `cvs update'.  It regenerated configure, and apparently I'm using
                a different version of autoconf, with a different order of awk
                alternatives.

:100644 100644 d2a44430... a5e306c5... M	ChangeLog
:100755 100755 f37ac3c0... b214b705... M	configure

commit e5f66154adf0d51a8557c71e80f842f959713c00
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 08:00:33 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 08:00:33 2000 +0000

    Added entry for new lexing function and moving from zotnet/tws to sbr

:100644 100644 61342349... d2a44430... M	ChangeLog

commit e5800b52263f682f4383d0c88872febb9cf76085
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 07:48:14 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 07:48:14 2000 +0000

    Updating root-level files so that zotnet/tws/Makefile is not generated.

:100755 100755 53a353a9... f37ac3c0... M	configure
:100644 100644 bf570653... 7929547d... M	configure.in

commit 98dfa6e68dd83922cddf00ebe2a986d076c250d0
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 07:44:51 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 07:44:51 2000 +0000

    Synchronizing Makefiles that had gotten out of sync with directory
    contents.

:100644 100644 61e9f59b... 93c3ab55... M	docs/Makefile.in
:100644 100644 0eee119b... a32ee29f... M	etc/Makefile.in
:100644 100644 4f992592... c4e315f6... M	h/Makefile.in

commit f812b86689024085d891b870d183792584cf67fb
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 07:43:29 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 07:43:29 2000 +0000

    Updated sbr functions to include <h/tws.h> instead of <zotnet/tws/tws.h>.
    Also, update Makefile to include new functions dtime.c and dtimep.c

:100644 100644 b27dda4b... a2bc3bd1... M	sbr/Makefile.in
:100644 100644 e857c7d9... 6baabdc7... M	sbr/fmt_compile.c
:100644 100644 b8273c98... 4f9078a4... M	sbr/fmt_scan.c

commit 7879ea4084333b448c5a3a49c1cb52023e3808d1
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 07:35:32 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 07:35:32 2000 +0000

    Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>

:100644 100644 c2370220... e255a7bc... M	uip/annosbr.c
:100644 100644 ab441418... 687d4c44... M	uip/dp.c
:100644 100644 cc35f5f1... 6089a225... M	uip/dropsbr.c
:100644 100644 d8b17d34... 661a084b... M	uip/forw.c
:100644 100644 0d36423b... f203062c... M	uip/inc.c
:100644 100644 2450572c... 045146b0... M	uip/mhbuild.c
:100644 100644 7e805654... 227f111f... M	uip/mhbuildsbr.c
:100644 100644 c1af2180... 4f1f9d7a... M	uip/mhcachesbr.c
:100644 100644 bacaf245... 3960b1cb... M	uip/mhlist.c
:100644 100644 ca349022... ae5463c8... M	uip/mhlistsbr.c
:100644 100644 882304cb... f22303b8... M	uip/mhlsbr.c
:100644 100644 d4f462f5... adb06dae... M	uip/mhn.c
:100644 100644 f2b30b65... c2e08056... M	uip/mhoutsbr.c
:100644 100644 1c46076d... 0813aa75... M	uip/mhparse.c
:100644 100644 af42092b... a50292e9... M	uip/mhshow.c
:100644 100644 71f55a43... d8733953... M	uip/mhshowsbr.c
:100644 100644 806a3523... 14d7cde9... M	uip/mhstore.c
:100644 100644 41aa1a4c... b2a3e31b... M	uip/mhstoresbr.c
:100644 100644 4bc92454... 9a73bbfa... M	uip/mhtest.c
:100644 100644 d91330b7... fdf32d6c... M	uip/msgchk.c
:100644 100644 eeb87a10... 6bb6f06d... M	uip/msh.c
:100644 100644 5b69f076... c199502d... M	uip/mshcmds.c
:100644 100644 6cae130b... 72d97d65... M	uip/pick.c
:100644 100644 848adc0b... ebebf6c3... M	uip/picksbr.c
:100644 100644 abc22859... d0d750c1... M	uip/post.c
:100644 100644 ace5295d... 1c70d740... M	uip/rcvdist.c
:100644 100644 f5b1c054... f120afda... M	uip/rcvpack.c
:100644 100644 31ca80ab... d769b40a... M	uip/rcvtty.c
:100644 100644 7f5cf46f... 77bc999c... M	uip/scan.c
:100644 100644 76e87dcf... 6fd4bb32... M	uip/scansbr.c
:100644 100644 acbdf2e4... d50330d5... M	uip/slocal.c
:100644 100644 3ac2e3f2... d64f8bef... M	uip/sortm.c
:100644 100644 76478c87... 57727371... M	uip/spost.c
:100644 100644 a416fdfa... 8e3332d0... M	uip/viamail.c

commit 5f80fdd1ec6888f34af829208fd90fb9716ac289
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon May 29 07:29:08 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon May 29 07:29:08 2000 +0000

    Moved date/time functions from zotnet/tws to sbr. More importantly,
    wrote a new lexing function dparsetime (dtimep.lex) which
    plays nicely with flex, needs no "sed hackery". It might work with
    lex, but I haven't tried.

:000000 100644 00000000... 83ec8806... A	h/tws.h
:000000 100644 00000000... 8de4b69c... A	sbr/dtime.c
:000000 100644 00000000... a8cce79c... A	sbr/dtimep.c
:000000 100644 00000000... 693925e9... A	sbr/dtimep.lex
:100644 100644 412a1521... cc20173a... M	zotnet/Makefile.in

commit 522138c8d86c20435f045eaee0944a9b008b1c5a
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun May 28 16:17:49 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun May 28 16:17:49 2000 +0000

    * Added autoconf check for getutent().
    * Changed uip/rcvtty.c and uip/slocal.c to use getutent() and
      friends.  Since I can only check on Linux, please check if
      this works on other systems.

:100644 100644 53201cbd... 61342349... M	ChangeLog
:100755 100755 55dd186b... 53a353a9... M	configure
:100644 100644 5bdddb23... 31ca80ab... M	uip/rcvtty.c
:100644 100644 22ba3e8b... acbdf2e4... M	uip/slocal.c

commit 832517a97394250ee37db56cb98fac9960d5522f
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun May 28 16:15:58 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun May 28 16:15:58 2000 +0000

    Added autoconf check for getutent().

:100644 100644 a07a8917... 26905920... M	config.h.in
:100644 100644 613b2b00... bf570653... M	configure.in
:100644 100644 fe87a4ad... ae7d5305... M	stamp-h.in

commit aae44c933a5b035e0b23abf4dd4247cd37e4d041
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun May 28 14:42:01 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun May 28 14:42:01 2000 +0000

    * Applied patch from Peter Maydell to uip/scansbr.c for more
      checks for write failures.
    * Unlink temporary file properly in uip/rcvtty.c.
    * Moved viamail from bindir to libdir.
    * Changed sendfiles into sendfiles.in, so that path to viamail
      is patched in.
    * Added gzip support to sendfiles.
    * Added References header to replcomps and replgroupcomps.

:100644 100644 be7e10fd... 53201cbd... M	ChangeLog
:100644 100644 2f78e341... 0eee119b... M	etc/Makefile.in
:100644 100644 04451812... 5b6f4bf3... M	etc/replcomps
:100644 100644 9295fd0e... 3226af74... M	etc/replgroupcomps
:100755 000000 d53ed82e... 00000000... D	etc/sendfiles
:000000 100755 00000000... b443067e... A	etc/sendfiles.in
:100644 100644 90b551c2... 0b50f290... M	uip/Makefile.in
:100644 100644 69a90311... 5bdddb23... M	uip/rcvtty.c
:100644 100644 143a059c... 76e87dcf... M	uip/scansbr.c

commit e1aadb9e23f706d4b19f49d1e7a6995a5b3c59e2
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun May 28 12:45:53 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun May 28 12:45:53 2000 +0000

    Fixed m_getfld bug which caused segmentation faults when
    incorporating messages which ended in multiple linefeeds crossing
    a buffer boundary.

:100644 100644 a651862c... be7e10fd... M	ChangeLog
:100644 100644 beb6e765... a667be82... M	sbr/m_getfld.c

commit b706d049104ad0be9982d7e155acb340cb8dada0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri May 26 20:35:30 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri May 26 20:35:30 2000 +0000

    msh has been unable to show MIME messages ever since 1.0.  Alec Wolman
    <wolman@cs.washington.edu> tracked down the problem to the -show flag being
    passed to mhshow.  mhshow is equivalent to the old mhn -show, so we don't need
    the -show anymore.  Removed it.

:100644 100644 ba01e87c... a651862c... M	ChangeLog
:100644 100644 b785aeba... 5b69f076... M	uip/mshcmds.c

commit f65f8722914d9cfba9317439d9712957719a35b4
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri May 12 05:19:14 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri May 12 05:19:14 2000 +0000

    Moved zotnet/mf to sbr.

:100644 100644 aa33b022... ba01e87c... M	ChangeLog
:100755 100755 98eb0785... 55dd186b... M	configure
:100644 100644 2cec6f0e... 613b2b00... M	configure.in
:000000 100644 00000000... a4c81e89... A	h/mf.h
:100644 100644 1fba0874... b27dda4b... M	sbr/Makefile.in
:100644 100644 4f734b44... a1cdf8c3... M	sbr/addrsbr.c
:000000 100644 00000000... c7959103... A	sbr/mf.c
:100644 100644 9178debd... 412a1521... M	zotnet/Makefile.in

commit 888b0b63ab66bfa99505cb9817e6fe49cb1f2f70
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri May 12 04:16:46 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri May 12 04:16:46 2000 +0000

    zotnet/bboards no longer built by default.

:100755 100755 f61647d6... 98eb0785... M	configure
:100644 100644 0158eaf7... fe87a4ad... M	stamp-h.in

commit 3b176725a91e7598fc51e5adbb5ee036fb9723cc
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri May 12 02:55:36 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri May 12 02:55:36 2000 +0000

    zotnet/bboards is no longer built by default.

:100644 100644 c6b6bdd9... aa33b022... M	ChangeLog

commit ae8be1b7c79bee73a0592c395605e2fd16953e07
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Fri May 12 02:51:21 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Fri May 12 02:51:21 2000 +0000

    Removed zotnet/bboards from default build.

:100644 100644 d68b624b... 2cec6f0e... M	configure.in
:100644 100644 4f43ffbc... 9178debd... M	zotnet/Makefile.in

commit da6fe27ddf026247d34ea6789b221f999927cd52
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu May 11 02:55:11 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu May 11 02:55:11 2000 +0000

    Change to MACHINES to include what platforms nmh *does* compile on.

:100644 100644 cfb8a61e... c6b6bdd9... M	ChangeLog

commit c92f75d729c463f70770543d296c560e35a7bb18
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu May 11 02:53:07 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu May 11 02:53:07 2000 +0000

    Added on whish platforms nmh is known to compile, as polled from
    recent mailings to nmh-workers. Please add liberally.

:100644 100644 509fa7d2... 5552b695... M	MACHINES

commit 75a7e976493fbf8682928cef33a3b33c7096e1ed
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu May 11 02:24:59 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu May 11 02:24:59 2000 +0000

    Entered minor change to sbr/Makefile.in

:100644 100644 a2a1fa4d... cfb8a61e... M	ChangeLog

commit 50b82c508f3489b56ae626dc13c3013cbfde507f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu May 11 02:21:34 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu May 11 02:21:34 2000 +0000

    Removed explicit definition of both SRCS *and* OBJS, and made OBJS simple
    a pattern substitution of SRCS, with suffix .c -> .o

:100644 100644 32f964d3... 1fba0874... M	sbr/Makefile.in

commit a7218df84a2234948126f62be121c6701d64c83d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Thu May 11 02:14:21 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Thu May 11 02:14:21 2000 +0000

    Added my getpass() addition to ChangeLog (after the fact, but at least
    it's in now).

:100644 100644 04e1694d... a2a1fa4d... M	ChangeLog

commit fc35177f2bf93ba98b0da5691550914409e5bdf4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 10 03:39:46 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 10 03:39:46 2000 +0000

    Added mts.conf.5 page per Neil W Rickert <rickert+nmh@cs.niu.edu>'s report:
    
        This happens on solaris:
    
                 % man mts.conf
                 windex entry incorrect:  mts.conf(5) not found.
                 No manual entry for mts.conf.
    
        It is fixed by
    
                 % echo ".so man5/mh-tailor.5" > mts.conf.5
    
        done in the man5 directory.  We need to add 'mts.conf.5' as a reference
        sourcing mh-tailor.5.

:100644 100644 5ef0e1db... 04e1694d... M	ChangeLog
:100644 100644 469dd8de... ee5997c2... M	man/Makefile.in
:000000 100644 00000000... 9d534fd1... A	man/mts.conf.man

commit 9744555b38947913e094380962ef0774b7c32e8f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed May 10 00:02:53 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed May 10 00:02:53 2000 +0000

    Prepended "Portions of this code are" to the copyright message in ruserpass.c
    also.

:100644 100644 5f2e3a28... 5ef0e1db... M	ChangeLog
:100644 100644 6045c326... 9e50da68... M	sbr/ruserpass.c

commit e0233d70fb7bfac996b3514ae60d7eedef0e6ad3
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 21:44:15 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 21:44:15 2000 +0000

    * Changed configure.in to use gcc -Wall even without --enable-debug, to prevent
      developers compiling optimized from introducing warnings, and to give
      end-users a warm, fuzzy feeling as they (hopefully) see no warnings come out
      (except perhaps on the lex output file) even with -Wall.
    
    * Renamed getpass() to nmh_getpass() since the prototype for getpass() varies
      from OS to OS, and we want to _always_ use our version of the function.  Fixed
      all the callers to use nmh_getpass() and added it to prototypes.h.
      Semi-arbitrarily upped MAX_PASSWORD_LEN from 128 to 256.  buf was being
      calloc()'d and the memory leaked -- should have just been declared as static
      char array.  Prepended "Portions of this code are" to the copyright message,
      as this version has been changed significantly from the BSD version.
    
    * Added "nmh-local functions to use in preference to OS versions" section to
      README.developers (currently just says to use nmh_getpass() instead of system
      getpass()).

:100644 100644 d26f289f... 5f2e3a28... M	ChangeLog
:100755 100755 ea958420... f61647d6... M	configure
:100644 100644 957b3dab... d68b624b... M	configure.in
:100644 100644 b2c2efa0... 9314563c... M	docs/README.developers
:100644 100644 4b5a0b8f... d252eada... M	h/prototypes.h
:100644 100644 a8238fb2... b33a3f8e... M	sbr/getpass.c
:100644 100644 085d493a... 6045c326... M	sbr/ruserpass.c
:100644 100644 ba1d8ed3... 0158eaf7... M	stamp-h.in
:100644 100644 aa3253e0... c820d69f... M	zotnet/bboards/getbbent.c

commit 31d7959584363f09dbf599e09313f2916ba03b84
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 19:56:57 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 19:56:57 2000 +0000

    Oops.  Forgot to commit this when I made configure changes yesterday.

:100644 100644 3c16ec78... ba1d8ed3... M	stamp-h.in

commit 20fe3a947f2305fb271a811d50f8a7d263511ee7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 08:16:18 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 08:16:18 2000 +0000

    Added steps to README.developers saying to change the version number to
    X.Y.Z+dev.  Did a little rearranging and changed the FTP dir from /home/ftp to
    /var/ftp to reflect Doug's new machine.

:100644 100644 3bb7d272... d26f289f... M	ChangeLog
:100644 100644 ec2d2434... b2c2efa0... M	docs/README.developers

commit 09470876aa753a96fa312296ed3c39ba761f3dd2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 07:55:58 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 07:55:58 2000 +0000

    Got rid of four warnings in Shantonu's new getpass.c.  Needed to #include
    <stdlib.h> for calloc(), <unistd.h> for ttyname(), and "h/mh.h" for adios().
    Also changed ch from char to int to get rid of "comparison is always 1 due to
    limited range of data type" on EOF.

:100644 100644 401456f3... 3bb7d272... M	ChangeLog
:100644 100644 cca32f62... a8238fb2... M	sbr/getpass.c

commit a428afdfc7347e10e7e95faf719682e9283622b7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 07:13:59 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 07:13:59 2000 +0000

    Alphabetized Shantonu's $pop_kinds output on configure's "pop is enabled" line.
    If POP3 is the only kind of POP enabled, say so, rather than just saying "yes"
    (which is ambiguous).

:100644 100644 1fdd6f87... 401456f3... M	ChangeLog
:100755 100755 7666c289... ea958420... M	configure
:100644 100644 3d204fbc... 957b3dab... M	configure.in

commit 5f98c0e77b9e8ef4320b87a008e6f4c02c17fe90
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 06:53:21 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 06:53:21 2000 +0000

    Shantonu updated the DIFFERENCES file to no longer say that APOP isn't
    supported, but in so doing, he removed the note that RPOP isn't supported.  Put
    it back.

:100644 100644 fe72ffa9... 1fdd6f87... M	ChangeLog
:100644 100644 110f88e4... 15401970... M	docs/DIFFERENCES

commit 173c34078c1d520926a8dabeeec01d58d6c8615f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 06:47:50 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 06:47:50 2000 +0000

    * I had alphabetized the --configure options in the --help output
    awhile back, but Shantonu added --enable-apop just under --enable-pop.  Put it
    in alphabetical order and clarified what --enable-apop does vs. --enable-pop and
    --with-krb4.  Also changed --with-mts help line from "mail transport agent" to
    "mail transport agent/service" so the 's' in "mts" doesn't seem to come out of
    nowhere.
    
    * Added two steps to "releasing nmh" in README.developers.  After
    making the tarball, it's a good idea to diff the tree vs. the CVS tree to make
    sure no files got left out, and then to chown the files so that they're owned by
    root, preventing a Trojaning attack by a malicious remote user with a UID
    matching yours.

:100644 100644 6533fdce... fe72ffa9... M	ChangeLog
:100755 100755 bba17f25... 7666c289... M	configure
:100644 100644 111c53f5... 3d204fbc... M	configure.in
:100644 100644 e2834a26... ec2d2434... M	docs/README.developers

commit 499d7322f5053d81e8392ed8251068b97c671e2b
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue May 9 06:27:38 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue May 9 06:27:38 2000 +0000

    Updated POP capability to include APOP.

:100644 100644 b6646393... 110f88e4... M	docs/DIFFERENCES

commit 4f641fbfdffbf55b1ad67b2abd67c80bc3339959
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue May 9 06:16:52 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue May 9 06:16:52 2000 +0000

    Removed unnecessary comments, such as "*This warning no longer applies*"

:100644 100644 01cd8490... 509fa7d2... M	MACHINES

commit 966e60efa721d87e5f1cd475de08c26e3bac967e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Tue May 9 06:09:05 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Tue May 9 06:09:05 2000 +0000

    Fix some compile-time warnings.

:100644 100644 6a53b72f... cca32f62... M	sbr/getpass.c
:100644 100644 68809df4... 085d493a... M	sbr/ruserpass.c

commit bb150a8ccfa50b732eeb47110a1f63d91260728c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 04:52:55 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 04:52:55 2000 +0000

    Doug informed me that the way I had restored the "lost" version histories was
    wrong, because `cvs checkout's of old versions of nmh wouldn't work properly.
    It occurs to me that this could be fixed by simply deleting those tags in the
    new-location *,v files, but oh well.  I'm putting everything back to the way
    Doug originally had it.  To get the old version history for a file that used to
    be in the top directory, you'll need to "blindly" do a `cvs log' there (even
    though you won't have a local copy of the file in that directory).  `cvs diff'
    will no longer be able to diff pre-move versions vs. post-move versions --
    you'll have to do a lot of manual gyrations with `cvs checkout' and then use
    `diff'.

:100644 100644 11acc13e... 6533fdce... M	ChangeLog

commit 07d8ddb2b6a1bc5cf167099d0d299441dc578823
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 04:08:55 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 04:08:55 2000 +0000

    Okay, now that the old revisions have been recreated, deleting the file.  The
    new version is in the 'docs' subdirectory.

:100644 000000 e2eafb37... 00000000... D	FAQ

commit 4fdb8114b2b3b50182e744c68d76b0406daa7dce
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 04:07:15 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 04:07:15 2000 +0000

    This is the nmh-1.0.4 version from 2000-03-15 (I see that I was the one that
    originally made this change).

:100644 100644 a312abe2... e2eafb37... M	FAQ

commit 43d8b10e72cbb9af18cf8a3e7150a9b6d05bf9ee
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 04:05:46 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 04:05:46 2000 +0000

    This is the nmh-1.0.3 version from 2000-01-18 (1.0.2 had no changes).

:100644 100644 c0540c4d... a312abe2... M	FAQ

commit ba97fdd58632a6d23ff84b98cf1096c5b436445b
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 04:03:55 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 04:03:55 2000 +0000

    This is the nmh-1.0.1 version from 1999-05-17.

:100644 100644 5d3f7fa8... c0540c4d... M	FAQ

commit 2fea01738af4f89020a3cf3eb8ba87ba7e751874
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 03:58:04 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 03:58:04 2000 +0000

    For reasons explained better elsewhere (e.g. Attic/README.developers), the
    version history for this file got lost.  Recreating it.  This version is from
    1998-05-08 -- it's the original nmh-1.0 version.

:000000 100644 00000000... 5d3f7fa8... A	FAQ

commit 4d17de3c1e1ed6a9a717c18fa0d75c3b9f918016
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 03:29:37 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 03:29:37 2000 +0000

    After nmh 1.0.4, moved from top-level 'nmh' directory to 'nmh/docs'.

:000000 100644 00000000... be9e6dd9... A	docs/TODO

commit 58d60c818b22f8d260e02c509f58b31c33f5f8af
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 03:27:53 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 03:27:53 2000 +0000

    Okay.  Removing it now.  New location is in 'docs' subdirectory.

:100644 000000 78fad7a3... 00000000... D	README.developers

commit 50c584a03c5139dc15daa38b65f2308ed4a7dd89
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 03:25:24 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 03:25:24 2000 +0000

    In the hullaballoo with moving stuff back and forth out of the docs/ directory,
    and trying to figure out the right way to preserve the old version history, this
    file's version history prior to the first move into docs/ got wiped.  I
    introduced this file into the project after 1.0.3 was released, and was the only
    one to modify it until after the 1.0.4 release.  The post-1.0.4 changes have
    survived in docs/README.developers, so I just need to check in the 1.0.4 version
    and tag it as such, then remove it again, to make a `cvs checkout' of nmh 1.0.4
    work again.

:000000 100644 00000000... 78fad7a3... A	README.developers

commit 9a4fac3d10762b4f09080966839b96291b5c6a77
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 02:43:54 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 02:43:54 2000 +0000

    After nmh 1.0.4, moved from top-level 'nmh' directory to 'nmh/docs'.

:000000 100644 00000000... 5c10cc89... A	docs/COMPLETION-ZSH
:000000 100644 00000000... ea7cd58e... A	docs/ChangeLog_MH-3_to_MH-6.6
:000000 100644 00000000... 1d6542ec... A	docs/ChangeLog_MH-6.7.0_to_MH-6.8.4.html
:000000 100644 00000000... b6646393... A	docs/DIFFERENCES
:000000 100644 00000000... d463f78f... A	docs/FAQ
:000000 100644 00000000... becf31a0... A	docs/MAIL.FILTERING

commit dc0eaaa97aca85ebe2ae9d17c1435f856fb67224
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue May 9 02:36:42 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue May 9 02:36:42 2000 +0000

    After nmh 1.0.4, moved from top-level 'nmh' directory to 'nmh/docs'.

:000000 100644 00000000... f75933ee... A	docs/COMPLETION-TCSH

commit 8e33b82f8dc64159e993ec0e039baefd3c2a23da
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun May 7 06:59:15 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun May 7 06:59:15 2000 +0000

    Updated pop instructions and indicated use of standard "./configure"
    instead of "sh configure"

:100644 100644 c0193816... 63021e4f... M	INSTALL

commit 56bd3c9f2bf7b6061fa302c57250612f852bd92e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun May 7 06:16:43 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun May 7 06:16:43 2000 +0000

    An nmh-specific getpass, to remove dependency on system
    getpass()es, which may or may not do what we want (including
    flushing input streams, and taking input from stdin in the
    absence of a controlling tty).

:000000 100644 00000000... 6a53b72f... A	sbr/getpass.c

commit b1e229fc408e1b3a26de6e0ca29f6feb9359298e
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun May 7 06:14:31 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun May 7 06:14:31 2000 +0000

    Added getpass to SRCS and OBJS.

:100644 100644 4d71970f... 32f964d3... M	sbr/Makefile.in

commit f0a05d5cbd24ccf2cb620ec5f97aaf86c88a5f97
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat May 6 15:53:40 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat May 6 15:53:40 2000 +0000

    Removed "installing nmh" section.  Moved its note about the DIFFERENCES file up
    next to the other MH discussion.  Changed out-of-date "README" title (should
    have been "README.history") to "README.about -- about nmh".  After committing,
    I'll rename the file to README.about inside the CVSROOT.

:100644 100644 e755961a... 9236b26d... M	docs/README.about

commit abef2feafec2ef1d80775451d80b20f338d8d623
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat May 6 15:29:19 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat May 6 15:29:19 2000 +0000

    Restored lost version histories for those moved files by doing a manual `mv' in
    the CVSROOT on mhost.  CVS badly needs a `cvs mv' command so that you can move
    files (without having physical access to the CVSROOT) without losing versioning.
    Put MACHINES back at the top level as it needs to be read before building.
    Fixed DIST variable in {.,docs}/Makefile.in to reflect that and to add missing
    entry for "INSTALL" file.

:100644 100644 4dcd1a73... 11acc13e... M	ChangeLog

commit 2894f47bd3f3d15d944e650cb4fadb1aec3a5e15
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat May 6 15:05:02 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat May 6 15:05:02 2000 +0000

    Fixed DIST targets to reflect that INSTALL and MACHINES are back at the top
    level.

:100644 100644 e342d040... 9492cd07... M	Makefile.in
:100644 100644 236a5bca... 61e9f59b... M	docs/Makefile.in

commit 9f266941b583ea1dfc69d05c6c0f2fdf0920ab4c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat May 6 14:54:25 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat May 6 14:54:25 2000 +0000

    Files that must be read before building nmh should not go in the docs
    directory.  Moved this file back to the top level (and made a couple of
    stylistic and grammar tweaks while I was at it).

:100644 100644 df884bb7... 01cd8490... M	MACHINES

commit 1dbc35ec1f09fe240e15229e7492bb27973c08ed
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat May 6 14:19:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat May 6 14:19:23 2000 +0000

    Deleting the versions Doug moved in with `cvs add', erasing the version history,
    in preparation for moving the original versions in the cvsroot.

:100644 000000 df884bb7... 00000000... D	docs/MACHINES

commit d66e48eced59def411e289f040956b1ec3666cb0
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sat May 6 11:34:02 2000 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sat May 6 11:34:02 2000 +0000

    reorganized documentation to make it bit neater again

:100644 000000 f75933ee... 00000000... D	COMPLETION-TCSH
:100644 000000 5c10cc89... 00000000... D	COMPLETION-ZSH
:100644 100644 9f900858... 4dcd1a73... M	ChangeLog
:100644 000000 ea7cd58e... 00000000... D	ChangeLog_MH-3_to_MH-6.6
:100644 000000 1d6542ec... 00000000... D	ChangeLog_MH-6.7.0_to_MH-6.8.4.html
:100644 000000 b6646393... 00000000... D	DIFFERENCES
:100644 000000 becf31a0... 00000000... D	MAIL.FILTERING
:100644 100644 7933b5b4... e342d040... M	Makefile.in
:100644 100644 d0ddc04d... 18f2557f... M	README
:100644 000000 be9e6dd9... 00000000... D	TODO
:100755 100755 0937a02b... bba17f25... M	configure
:100644 100644 735676d9... 111c53f5... M	configure.in
:000000 100644 00000000... df884bb7... A	docs/MACHINES
:000000 100644 00000000... 236a5bca... A	docs/Makefile.in
:100644 100644 eecf2705... 3c16ec78... M	stamp-h.in

commit dc35357cfd21782dac6f1fc35f375364b0d207a4
Author:     uid1005 <uid1005>
AuthorDate: Fri Apr 21 17:36:37 2000 +0000
Commit:     uid1005 <uid1005>
CommitDate: Fri Apr 21 17:36:37 2000 +0000

    Corrected status printout when kpop is enabled

:100755 100755 4b683300... 0937a02b... M	configure
:100644 100644 3caecbd2... 735676d9... M	configure.in
:100644 100644 673fec75... eecf2705... M	stamp-h.in

commit 6ac9c5dca97f6ecc5008d65f8f1e7ffcd8d6c77e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Apr 18 00:17:50 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Apr 18 00:17:50 2000 +0000

    One final tweak to the configure --help output for --enable-masquerade.

:100644 100644 48b4bb20... 9f900858... M	ChangeLog
:100755 100755 42044bf6... 4b683300... M	configure
:100644 100644 e0089451... 3caecbd2... M	configure.in
:100644 100644 84db3c44... 673fec75... M	stamp-h.in

commit 0daa906477229d9f3e1ba2bd6982283e61c06a7a
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 22:49:39 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 22:49:39 2000 +0000

    APOP supprt: Added info to ChangLog.

:100644 100644 14d17bcb... 48b4bb20... M	ChangeLog

commit 13d2614380f499b1e5a1cc3546230239afe2b1dd
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 22:09:00 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 22:09:00 2000 +0000

    The syntax I gave in the --help output for --enable-masquerade incorrectly
    implied that the earlier options were prerequisites for the later options
    (pointed out by Scott Blachowicz).  No compact, non-confusing way to specify the
    real syntax that I can see, so I'll just remove the []s and leave the explaining
    about it being okay to specify a subset to the INSTALL file.
    
    Also added a TODO item to put in proper parsing of the masquerade: line and/or
    --enable-masquerade so if you misspell an option you find out about it, rather
    than just having it silently fail (this weakness was currently only documented
    in comments in the mts.conf-handling code).

:100644 100644 28ccfea2... c0193816... M	INSTALL
:100644 100644 8c9f6985... be9e6dd9... M	TODO
:100755 100755 ebe1d164... 42044bf6... M	configure
:100644 100644 4bf21f97... e0089451... M	configure.in
:100644 100644 5419f61a... 84db3c44... M	stamp-h.in

commit e0f28fecbde8310591151f4688b96944c5284588
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 22:04:33 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 22:04:33 2000 +0000

    Someone (unfortunately original version history has been lost so I don't know
    who) changed "danh" to "your-id".  That makes my introductory comment "we'll use
    version 1.0.4 and my mhost.com account, danh, as examples here" make no sense,
    though.
    
    If danh is going to be "parameterized", then 1.0.4 should be too.  Doesn't make
    sense to parameterize one of the changing items and not the other one.  If it's
    going to be done, danh should be changed to YOUR-ID or something and 1.0.4 (and
    1_0_4) should be changed to X.Y.Z (and X_Y_Z).  I just thought it'd be clearer
    to use real values and disclaim that fact up front.  Anyhow, putting danh back
    until such time as someone wants to parameterize both items (and change the
    introductory text appropriately).

:100644 100644 b384a30f... e2834a26... M	docs/README.developers

commit 98cf16c3e81c2be2122e16af7d58c2c8cbad9f7e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 21:25:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 21:25:23 2000 +0000

    I had left out aclocal.m4 on the "use this order" line as I didn't think it'd
    ever need to be changed.  Someone ("ssen" -- looks like Doug forgot to update
    a chroot() passwd file again) added it, but in a separate sentence.  That
    doesn't really make sense -- added it to the main sentence.
    
    Also changed my note that none of the mailing lists require you to be subscribed
    to post -- not true.  As I originally thought, the exmh ones do require that --
    the bounce messages were just slow in coming.

:100644 100644 3529620c... b384a30f... M	docs/README.developers

commit b169c63d02335dac65f0c566cf8b95319bb932d4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 18:48:03 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 18:48:03 2000 +0000

    Put a note saying that the paths this file refers to (stuff in docs/) are
    currently wrong.

:100644 100644 e948d76b... d0ddc04d... M	README

commit 87d96c405cefd1785980e9246d243ae235b31c98
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 18:36:59 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 18:36:59 2000 +0000

    Undeleting everything at the top level for now.  Doug's comment:
    
    Sat Apr 15 10:33:00 2000 Doug Morris <doug@mhost.com>
    
            * moved the documentation into a "docs" subdirectory. The
            top-level directory was becoming messy. I also created another
            file MAILING-LISTS describing the various nmh lists and the
            archival system, and updated the FAQ to refer to it. I also
            created a new README in the top level that is basically a list
            of pointers to the various documentation. The old README I've
            moved to docs/README.history, since that seemed like the right
            thing to call it.
    
    will be lost, but he can put back a modified version when we agree on what
    should really go in docs/.

:100644 000000 7ec710c2... 00000000... D	docs/ChangeLog

commit cb057299c96a1adf1c47e1f2e038082baf28a723
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 18:34:40 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 18:34:40 2000 +0000

    Undeleting everything at the top level for now.

:100644 000000 df884bb7... 00000000... D	docs/MACHINES

commit 320aaed58b655cad87c9591a14fa1bf7091d72d1
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Apr 17 16:56:57 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Apr 17 16:56:57 2000 +0000

    Added note that user questions are acceptable on nmh-workers.

:100644 100644 afbbe01e... e65b9bb5... M	docs/MAILING-LISTS

commit 5dea0ddb8000c6d750a0f77b9b30adebdd5e8589
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:29:49 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:29:49 2000 +0000

    Added that you should check in aclocal.m4 after acconfig.h, if you change it.

:100644 100644 4437340f... 3529620c... M	docs/README.developers

commit 80e6fa818d13dcbccce481789ea1cd269f1c7c72
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:25:18 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:25:18 2000 +0000

    APOP support: Making the apop option appear after pop in ./configure --help
       and committing in the right order to avoid unnecessary autoconfing.

:100755 100755 c0add964... ebe1d164... M	configure
:100644 100644 9d3d2263... 4bf21f97... M	configure.in
:100644 100644 74ce6a8f... 5419f61a... M	stamp-h.in

commit 487fd343fb19fcf78eeacd79bf0099b278678971
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:12:14 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:12:14 2000 +0000

    Don't try to figure out ruserpass - just use version from sbr/

:100644 100644 cbfb4982... 7dd6110e... M	aclocal.m4

commit 782849d31a0cc5a0f4cf989349152bdd7809f6ea
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:09:46 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:09:46 2000 +0000

    APOP support: Use the ruserpass function in this directory for
        all password prompts, instead of using system functions.

:100644 100644 10fb56ca... 4d71970f... M	sbr/Makefile.in

commit ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:08:32 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:08:32 2000 +0000

    APOP support: If APOP is enabled, build it into inc and msgchk
        using $(APOPLIB).

:100644 100644 e5b25e8c... 74ce6a8f... M	stamp-h.in
:100644 100644 f8e36c9e... 90b551c2... M	uip/Makefile.in

commit 3021e2535d74e219a9c7ccba2cc91c126e4b1a9f
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:07:03 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:07:03 2000 +0000

    APOP support: Making APOP a ./configure option with --enable-apop,
       and giving more information about the types of POP support
       in the configuration summary.

:100755 100755 de6c4cb1... c0add964... M	configure
:100644 100644 27b541dc... 9d3d2263... M	configure.in

commit 89f64d662eeac27f3b0e42fe77ee207f7971ecb8
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Mon Apr 17 05:04:05 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Mon Apr 17 05:04:05 2000 +0000

    Adding APOP #defines

:100644 100644 c35d705a... 612c9ece... M	acconfig.h
:100644 100644 a97210fb... a07a8917... M	config.h.in

commit b28e871ba874a53257b37eed94adfc365ed6ebf2
Author:     Shantonu Sen <ssen@mit.edu>
AuthorDate: Sun Apr 16 13:28:12 2000 +0000
Commit:     Shantonu Sen <ssen@mit.edu>
CommitDate: Sun Apr 16 13:28:12 2000 +0000

    Changed some string terminations from NULL to \0.

:100644 100644 bfc39eaa... 6f2b35ad... M	uip/popsbr.c

commit 1a8f78d12723e301661fd469f39fb6a62bb10954
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sat Apr 15 04:28:27 2000 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sat Apr 15 04:28:27 2000 +0000

    Moved most of the documentation into a new "docs" subdirectory. Added a MAILING-LISTS file talking about the lists and archives, and updated the FAQ to refer to it.

:100644 100644 a4e21cdd... e948d76b... M	README
:000000 100644 00000000... 7ec710c2... A	docs/ChangeLog
:000000 100644 00000000... df884bb7... A	docs/MACHINES
:000000 100644 00000000... afbbe01e... A	docs/MAILING-LISTS
:000000 100644 00000000... e755961a... A	docs/README.about
:000000 100644 00000000... 4437340f... A	docs/README.developers

commit a92f475332a69dffb12d5587090d2f78891f81b8
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Apr 15 02:00:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Apr 15 02:00:43 2000 +0000

    Added a "releasing nmh" section to README.developers, while the process was
    fresh in my mind.

:100644 100644 339c8759... 14d17bcb... M	ChangeLog

commit c47dab954653332ffa8c371f1fa90a12815e48c2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 14 21:38:37 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 14 21:38:37 2000 +0000

    Okay, got that tag stuff straightened out.  Now upping the version to 1.0.4+dev.

:100644 100644 11bdd15c... 339c8759... M	ChangeLog
:100644 100644 ee90284c... e76778f2... M	VERSION

commit 24f6146050a375b70dee14c7e3b500d17fa64209
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 14 21:26:56 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 14 21:26:56 2000 +0000

    Oops.  Had a duplicate entry.

:100644 100644 669ef5bf... 11bdd15c... M	ChangeLog

commit dfbb9a28b051dec8034557c7d3e19216a861beec
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 14 21:05:34 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 14 21:05:34 2000 +0000

    Oops.  Didn't do a `cvs rtag` before changing the version to 1.0.4+dev.  Putting
    it back.

:100644 100644 9ec45a49... 669ef5bf... M	ChangeLog
:100644 100644 e76778f2... ee90284c... M	VERSION

commit 8837de0088fb9e04c6a08b4dcd7628eaf9394db4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 14 20:47:32 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 14 20:47:32 2000 +0000

    Upped the version number to 1.0.4+dev.

:100644 100644 cf2891e0... 9ec45a49... M	ChangeLog
:100644 100644 ee90284c... e76778f2... M	VERSION

commit da24fe8019b4d05c5f0762db60809e7a961c29c7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 14 20:40:31 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 14 20:40:31 2000 +0000

    * Added new files README.developers, ChangeLog_MH-3_to_MH-6.6, and
    ChangeLog_MH-6.7.0_to_MH-6.8.4.html to DIST target in Makefile.in.
    
    * Released nmh-1.0.4.

:100644 100644 fe23a54c... cf2891e0... M	ChangeLog
:100644 100644 ed091530... 7933b5b4... M	Makefile.in
:100644 100644 724c5dda... ee90284c... M	VERSION

commit e66e25ec491d0fb3df708000d8494b4d598f0263
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Apr 12 00:54:54 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Apr 12 00:54:54 2000 +0000

    Just reworded the bit about '%s' being safe not to quote (it's only safe not to
    quote on the -charset- line).

:100644 100644 b3595558... fe23a54c... M	ChangeLog

commit b93692cdcea35c835fcbc3617f80decd545ca3b2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Apr 12 00:25:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Apr 12 00:25:23 2000 +0000

    Applied Brian Campbell <bacam@tardis.ed.ac.uk>'s mhn.defaults.sh patch:
    
        It appears that there shouldn't be quotes around the %s in the iso-8859-1
        charset entry; xterm passes the remaining arguments to the program, quoting
        them means that xterm thinks they're part of the program's name.
    
    %s doesn't come from MIME headers, so not quoting it is safe.

:100644 100644 4adc15a4... b3595558... M	ChangeLog
:100755 100755 603bcb1c... e25cac42... M	etc/mhn.defaults.sh

commit 113043aa621e4ff98e543086abb754a8100bb850
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sun Apr 9 07:04:24 2000 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sun Apr 9 07:04:24 2000 +0000

    bug fix - prevents core-dumping on scan -format '1'

:100644 100644 d364005f... 4adc15a4... M	ChangeLog
:100644 100644 d3e5ea90... e857c7d9... M	sbr/fmt_compile.c

commit d72ac27d644108db991fe5335b904368010ddcf8
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Apr 7 00:42:55 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Apr 7 00:42:55 2000 +0000

    Richard Coleman threw out a lot of old MH-specific files in nmh.  Much of the
    stuff, indeed, is not worth saving, but there are nuggets that are very
    worthwhile, and should probably be added back in.  Most important, IMHO, are the
    MH change logs, as they can help answer questions like "Why is this code like
    this?" or "How long has this been broken?" or "What was this ever used for?"
    
    I've added a new file to the nmh tree called ChangeLog_MH-3_to_MH-6.6.  It's
    cobbled together from the mh-6.8.4/papers/mh*/MHCHANGES files.  I've re-ordered
    the entries to go from newest at the top to oldest at the bottom to match the
    ChangeLog convention.  Unfortunately there are no change logs for versions of MH
    prior to 3 in the MH tar files available at <ftp://ftp.ics.uci.edu/pub/mh>.
    Also, it appears to me that there are MH-6.6 changes that aren't documented in
    the logs.
    
    I've also added ChangeLog_MH-6.7.0_to_MH-6.8.4.html.  This is based on
    mh-6.8.4/papers/changes/mh-changes.ms.  The nroff format and its "catman"-type
    output are a pain to deal with, but I was loath to throw away the formatting, so
    I converted the file to HTML.  The only actual markup in the body are the "<B>"
    and "<U>" tags, and "&lt;" and "&gt;" instead of '<' and '>', so it's quite
    doable to view the file in plain ASCII mode as well.  Note that some of the
    changes this file documents as having been made in MH-6.8.4 may not be present
    in nmh -- Richard started with 6.8.3 and later put in certain 6.8.4 stuff.

:100644 100644 c15f9107... d364005f... M	ChangeLog
:000000 100644 00000000... ea7cd58e... A	ChangeLog_MH-3_to_MH-6.6
:000000 100644 00000000... 1d6542ec... A	ChangeLog_MH-6.7.0_to_MH-6.8.4.html

commit 985869792a2afcc507d8bbd43f88680e81e3cc20
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Apr 6 19:56:35 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Apr 6 19:56:35 2000 +0000

    Whoah, this should have been changed a long time ago.  For one thing, Richard
    forgot to update the copyright date when he made modifications in 1999, but more
    significantly, this COPYRIGHT notice hasn't been changed since Richard ceded
    control of nmh development and it became an open-source project.
    
    Changed the COPYRIGHT notice to a BSD License, with a couple of minor wording
    tweaks.  Copyright is assigned to "the authors of nmh", which is anyone who
    writes code, whether they have CVS accounts or not.

:100644 100644 19485053... 5734c15d... M	COPYRIGHT

commit 1b8316707b7154f58263e662771c0e81267884f8
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Apr 6 00:22:06 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Apr 6 00:22:06 2000 +0000

    * Add some way to configure whether you prefer to see text/plain or text/html
      parts of multipart/alternative messages.

:100644 100644 890511d9... 8c9f6985... M	TODO

commit dfacc915824a819be2e33cdb2a34d1d1de27fc34
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Apr 6 00:11:50 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Apr 6 00:11:50 2000 +0000

    Applied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr.c patch fixing apparent
    bugs in Dan Winship's new security quoting code:
    
        Since upgrading, I've been getting the following errors while attempting to
        process some MIME messages:
    
            (1) Syntax error: Unterminated quoted string
                exit 2
    
        and:
    
            (2) line 1/10 (END)Segmentation fault (core dumped)
    
        (2) appears to be due to the testing of an unset pointer in
        mhshowsbr.c:show_multi_aux().  (1) appears to be caused by mis-quoting a
        filename being handed to the shell in mhshowsbr.c:show_content_aux().
    
        Resolving the pointer reference issue in mhshowsbr.c:show_multi_aux() turned
        up a similar mis-quoting problem in the routine.

:100644 100644 304ae741... c15f9107... M	ChangeLog
:100644 100644 97455045... 71f55a43... M	uip/mhshowsbr.c

commit 78e3296b837d83a015c255acbcf47b769dd3d585
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Mar 31 04:25:26 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Mar 31 04:25:26 2000 +0000

    Terran Melconian pointed out that my theory as to why -help was printed as
    "-(help)" in the -help output was probably not the most likely scenario.  Added
    his.  ;^>

:100644 100644 b03b6e6b... 304ae741... M	ChangeLog

commit e7f0dbf0856b7eb1f97f4c95fe39497b1ca97998
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Tue Mar 28 14:42:36 2000 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Tue Mar 28 14:42:36 2000 +0000

    added Todd Miller's packf patch

:100644 100644 9caf15e2... b03b6e6b... M	ChangeLog
:100644 100644 857263a1... cc35f5f1... M	uip/dropsbr.c

commit 14976cc65aac9f1a8d3bc2987bccd437a158b3f1
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Mar 17 20:19:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Mar 17 20:19:43 2000 +0000

    When I applied Wesley Craig's original KPOP patch, I made a change directly to
    config.h.in.  That's a no-no since that file is automatically generated.  Now
    that I've applied Wesley's second patch that makes things work as I had
    originally documented, I'm re-making the change here, but this time by properly
    modifying acconfig.h and then generating config.h.in from that.

:100644 100644 8d15ad9e... c35d705a... M	acconfig.h
:100644 100644 4fa91e5e... a97210fb... M	config.h.in
:100644 100644 61c09803... e5b25e8c... M	stamp-h.in

commit b1be76de8f184485753349ec27b2cdf2a4530965
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Mar 17 20:11:03 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Mar 17 20:11:03 2000 +0000

    wesley.craig@umich.edu did not document his previous KPOP patch, so I did so,
    and asked him to check what I wrote.  Unfortunately he didn't notice my
    misunderstanding of his patch.  I wrote that if you #define POPSERVICE "kpop",
    inc and msgchk will use KPOP exclusively, but if you leave it as "pop3", you can
    use Wesley's new -kpop switch on a given invocation.  Instead, however, -kpop
    turned out to be necessary on every invocation, and a KPOP user complained.
    Applied Wesley's new patch, which makes things work like I thought his original
    patch did.  After that, did one more clarifying pass to the documentation in
    inc.man and msgchk.man.

:100644 100644 fe729fa3... 9caf15e2... M	ChangeLog
:100644 100644 dda206c6... 8c11b2f9... M	man/inc.man
:100644 100644 973fb4ba... 5054c339... M	man/msgchk.man
:100644 100644 f00c337e... 0d36423b... M	uip/inc.c
:100644 100644 2553c496... d91330b7... M	uip/msgchk.c

commit a8e56d438ed27c6c77a6be33b54f315eb1d4ba22
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Mar 16 02:40:42 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Mar 16 02:40:42 2000 +0000

    Added a new README.developers file.  From the file:
    
        This file is intended to provide a few tips for anyone doing development on
        nmh.  Developers who learn things "the hard way" about the nmh codebase (as
        opposed to local info best encoded in a comment) are encouraged to share
        their wisdom here.
    
    Currently the topics are "autoconf files" and "directory structure".

:100644 100644 a4a698cf... fe729fa3... M	ChangeLog

commit fd2a10c17dec1491b240a3f098eb621c7bf55b31
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Mar 15 23:37:30 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Mar 15 23:37:30 2000 +0000

    When I added my --enable-masquerade option, you'll note that I didn't make it
    --enable-nmh-masquerade.  I find the --enable-nmh-* options too wordy and I'm
    not sure why Richard went that route.  I've renamed them to just --enable-*, but
    the old versions will still work as well (they just aren't advertised).
    
    Added a line to the "nmh configuration" output saying whether POP is enabled.

:100644 100644 62dfdf3d... a4a698cf... M	ChangeLog
:100644 100644 b9523b5a... 28ccfea2... M	INSTALL
:100644 100644 519a6237... df884bb7... M	MACHINES
:100644 100644 9c0ff742... 8d15ad9e... M	acconfig.h
:100644 100644 2fc6d3ba... 4fa91e5e... M	config.h.in
:100755 100755 9b60c3ad... de6c4cb1... M	configure
:100644 100644 814884f4... 27b541dc... M	configure.in
:100644 100644 611b66d1... 990e31c0... M	man/mh-tailor.man
:100644 100644 1c406a7c... 61c09803... M	stamp-h.in

commit 50d72c7ccf5c1a2672ae3c5721e465a5b854a058
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Mar 15 22:25:16 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Mar 15 22:25:16 2000 +0000

    When I fixed the long-standing makedir() bugs in January, I had the code call
    strtoul(..., 0), which I believed to be safe as all modes specified as ASCII
    constants in the nmh code started with a leading zero (signifying octal), which
    I did as it would work if internal constants were ever changed to hex.
    Unfortunately I was unaware of the "Folder-Protect:" .mh_profile entry, which
    mh-profile.man documents as an octal-only constant, with no leading zero
    required.  I've changed the strtoul() call to an atooi() call and removed the
    misleading leading zeroes on the ASCII octal constants in the code and man
    pages.  Also changed the "Folder-Protect:" example in the man page to something
    more interesting than a duplication of the default.

:100644 100644 26045ed1... 62dfdf3d... M	ChangeLog
:100644 100644 1050be78... 9c0ff742... M	acconfig.h
:100644 100644 89b10e89... 2fc6d3ba... M	config.h.in
:100644 100644 e1326ed4... 351a7492... M	man/mh-profile.man
:100644 100644 e4c3c26c... ec859cc1... M	sbr/makedir.c
:100644 100644 f790c365... 1c406a7c... M	stamp-h.in

commit 2c0f411d65a869c6020fa1b624aa56acaa8636ff
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 21:21:28 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 21:21:28 2000 +0000

    Added:
            I put Simon's patch under the control of a new #define called
            FIX_NON_Y2K_COMPLIANT_MUA_DATES.  There's some commentary in
            acconfig.h about when you might not want to #define it.

:100644 100644 20601029... 26045ed1... M	ChangeLog

commit 36c5f274c2eda0d73f52a8e0066168f77475f324
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 21:15:55 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 21:15:55 2000 +0000

    Added missing dependency in zotnet/tws/Makefile.in for dtimep.c: dtimep.c-lexed.

:100644 100644 0616c3f9... 20601029... M	ChangeLog
:100644 100644 3f96711e... fe05e018... M	zotnet/tws/Makefile.in

commit 79f8761e5c4f65083cd06b41e850c548fce8f4f0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 21:07:56 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 21:07:56 2000 +0000

    Created new dtimep.c-lexed with Simon's change using dtimep.lex lexed on
    Solaris 2.6.
    
    Removed my comment about strdup().  The Solaris 2.6 failure was due to
    failing to do a make distclean after configuring for Ultrix 4.2A.  I'll
    leave the change, though, since it's still a good one (just not worth
    reporting in the ChangeLog).

:100644 100644 8d7c45ce... 0616c3f9... M	ChangeLog
:100644 100644 12a209bc... 9ad02fac... M	zotnet/tws/dtimep.c-lexed

commit 898bc853c79a8a8506f39c6f57a7febe98b6afe4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 20:50:19 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 20:50:19 2000 +0000

    Changed strdup() in strdup.c to take a _const_ char*.  Don't know why this
    didn't hit anyone before, but I wasn't able to compile on Solaris 2.6 without
    doing this, due to a "previous declaration" error.

:100644 100644 cde4c5ef... 8d7c45ce... M	ChangeLog
:100644 100644 05a017e5... 18df0105... M	sbr/strdup.c

commit 6a471c368b128394153c13c6d8f55cf0855f5779
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 20:40:47 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 20:40:47 2000 +0000

    Applied Simon Burge <simonb@thistledown.com.au>'s dtimep.lex patch:
    
      It seems that some MUA's didn't handle y2k very well - ELM seems to be one of
      them, and Ultrix's DXmail (based on MH!).  I've got a few emails this month
      that look like:
    
              575   Jan 00  Xxxxxx Xxxx       3603  ...
      and
               22+  Jan 00  Xxx Xxxxx         1771  ...
    
      The first has "15 Jan 100" as the date and the second has "19 Jan 00" as the
      date.  The following works around this so that scan, show, sortm, etc work ok.
    
    Added scan.MMDDYY and scan.YYYYMMDD format files.

:100644 100644 f4dfb1a5... cde4c5ef... M	ChangeLog
:100644 100644 15178d7e... 1050be78... M	acconfig.h
:100644 100644 b9b9ed16... 89b10e89... M	config.h.in
:100644 100644 42f38e63... 2f78e341... M	etc/Makefile.in
:000000 100644 00000000... d79ad3c3... A	etc/scan.MMDDYY
:000000 100644 00000000... 626ab742... A	etc/scan.YYYYMMDD
:100644 100644 ec0a3efa... f790c365... M	stamp-h.in
:100644 100644 467dc85d... ab2e4f51... M	zotnet/tws/dtimep.lex

commit 7593f8f93951b6ca853a72bdbcd0a34dc741bc52
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 09:20:27 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 09:20:27 2000 +0000

    * Applied, after some finessing,
    Simon Burge <simonb@thistledown.com.au>'s --with-smtpservers patch:
    
        Here's a patch that allows you to add
    
                --with-smtpservers=<some.host.name>
    
        to the ./configure command line to set the "servers: " line in etc/mts.conf.
        Around here, we use "mailhost" so that all machines in the current domain
        just talk to a central machine and nothing else runs an MTA.  Now, I can use
    
                --with-smtpservers=mailhost
    
        instead of having to remember to fix this by hand (and often forgetting to
        do so!).
    
    * Inspired by Simon's patch, added an --enable-masquerade option
    to configure.  It will set the "masquerade:" line of mts.conf.  You may specify
    a subset of the three types of masquerading, like
    --enable-masquerade="draft_from mmailid", or leave off explicit arguments to
    enable all three types.
    
    * Alphabetized the --enable and --with options in configure.in and INSTALL and
    added documentation of the two new options to the latter.
    
    * Added new dependency for mts.conf: Makefile.  If this isn't
    done, then when you reconfigure nmh with new values for --enable-masquerade or
    --with-smtpservers, you'll fail to get an updated copy of mts.conf.

:100644 100644 0410e493... f4dfb1a5... M	ChangeLog
:100644 100644 7eae1db9... b9523b5a... M	INSTALL
:100755 100755 d31b2e45... 9b60c3ad... M	configure
:100644 100644 a3d532f6... 814884f4... M	configure.in
:100644 100644 b45ef86c... 42f38e63... M	etc/Makefile.in
:100644 100644 4151d65f... 16b5bab5... M	etc/mts.conf.in
:100644 100644 b1e8c9c7... ec0a3efa... M	stamp-h.in

commit 79fcc0e0c68cd0cb8b9edc7c9db5eeaa2358d756
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 05:24:57 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 05:24:57 2000 +0000

    Applied Simon Burge <simonb@thistledown.com.au>'s dtime.c patch:
    
      There's a wrap-around problem that affects the implementation of Zeller's
      congruence in dtime.c.  This causes the day-of-week calculations to fail for
      dates after Feb 29, 2000 (probably up until some year far in the future).

:100644 100644 ba38c6b3... 0410e493... M	ChangeLog
:100644 100644 bbfccf0f... adf153b6... M	zotnet/tws/dtime.c

commit 34ec62af8fc74c3c9d143328f485c82ef7aad327
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 05:05:49 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 05:05:49 2000 +0000

    Modified username_extension masquerading to only use the extended address on
    generated [Resent-]From: lines and SMTP envelope From:.  With Neil's original
    implementation, nmh's global idea of the username was changed, which would
    result in inc lying and saying you had no new mail because it was looking for a
    mailbox called, for instance, "dan-nmh" (where username was "dan" and
    $USERNAME_EXTENSION was "-nmh").
    
    While in there (adrsprintf()), added checking of snprintf()'s return code and
    added calls to adios() when things are not kosher.  Also simplfied the really
    confusing REALLYDUMB #ifdef'ing, which didn't even jibe with the comment
    explaining REALLYDUMB in acconfig.h.  Now adrsprintf() will always return just
    the username, even if an explicit domain is passed in (which currently doesn't
    happen anywhere in nmh).

:100644 100644 dc732461... ba38c6b3... M	ChangeLog
:100644 100644 53c0875b... 611b66d1... M	man/mh-tailor.man
:100644 100644 d1fd730d... 4f734b44... M	sbr/addrsbr.c
:100644 100644 91944042... 3b0b1809... M	zotnet/mts/mts.c

commit 8d61a39c1f636b7edd184767225492a4d5dacde5
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 02:39:13 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 02:39:13 2000 +0000

    Just removed the odd space between the "!" and the "/bin/sh".  I believe some
    OSes might choke on that, and certainly no OS requires it.

:100755 100755 8b29fcd1... 603bcb1c... M	etc/mhn.defaults.sh

commit c085eca6dea41bf9c0ac2749215e256cc54ff628
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Mar 14 02:29:26 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Mar 14 02:29:26 2000 +0000

    Applied Sullivan N. Beck <sbeck@cise.ufl.edu>'s mhshow-suffix patch:
    
        With the patch below, you can add lines like:
    
            mhshow-suffix-application/msword: .doc
            mhshow-suffix-application/PostScript: .ps
    
        to the mhn.defaults file to append the given suffix to a scratch file.  This
        allows applications which require a certain suffix to run properly.
    
    Removed -force_html from lynx entry in mhn.defaults.sh (I believe older versions
    of lynx lack that option) and added "mhshow-suffix-text/html: .html".

:100644 100644 7aa74d44... dc732461... M	ChangeLog
:100755 100755 5630bcca... 8b29fcd1... M	etc/mhn.defaults.sh
:100644 100644 e4719dcd... 473f4ac7... M	man/mhn.man
:100644 100644 30a925f0... f4b42eaa... M	man/mhshow.man
:100644 100644 86a08b7a... 1c46076d... M	uip/mhparse.c

commit ba32dee02e85132dd8bd05fae876692d61c50053
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Mar 6 20:19:04 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Mar 6 20:19:04 2000 +0000

    Applied Neil W Rickert <rickert+nmh@cs.niu.edu>'s msh.c patch:
    
        I finally tracked down the problem in msh that was causing errors
        whenever I tried to examine a 'mmdf' style mailbox.
    
        It turns out that not enough memory was being allocated with
        calloc(), causing memory pointers to be overwritten and corrupted.

:100644 100644 9a29c0f3... 7aa74d44... M	ChangeLog
:100644 100644 2769c240... eeb87a10... M	uip/msh.c

commit 077b355833f623241d5d145810b91da60e4c260c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Mar 4 00:02:46 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Mar 4 00:02:46 2000 +0000

    Changed the new "plussed_user" option to mts.conf's "masquerade:" to
    "username_extension" after getting feedback from qmail users, who use '-' as a
    separator rather than '+'.  Removed checking of $USERPLUS variable.  Now check
    $USERNAME_EXTENSION, which needs to include the appropriate separator for your
    MTA ('-', '+', or whatever) as its first character.

:100644 100644 deb61630... 9a29c0f3... M	ChangeLog
:100644 100644 6f1af4f0... 4151d65f... M	etc/mts.conf.in
:100644 100644 ff767b0d... 53c0875b... M	man/mh-tailor.man
:100644 100644 c344043a... 45261778... M	man/post.man
:100644 100644 0951c4c8... 91944042... M	zotnet/mts/mts.c

commit 975a1ff048a6f10f88225c4f06b22c898ede62c4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Mar 3 07:30:31 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Mar 3 07:30:31 2000 +0000

    Oops.  I was using an older email address for Neil -- now he uses the $USERPLUS
    feature that I'm crediting him for.  ;^>

:100644 100644 bbe8092e... deb61630... M	ChangeLog

commit a81c28f4a2ee69469c5e9f5d65389a89c6070ed4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Mar 3 07:24:41 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Mar 3 07:24:41 2000 +0000

    Added a new "boolean" type to mh.h and TRUE and FALSE constants.
    
    Added a note to DIFFERENCES stating that it's out-of-date (Richard was the last
    one to update it) and that we should consider only documenting incompatibilities
    with MH there.
    
    Implemented (and documented) a third kind of username masquerading: "plussed
    user" masquerading.  This one was suggested by Neil Rickert
    <rickert@cs.niu.edu>.  It's based on sendmail's "plussed user" feature, where
    mail sent to <user>+<string> will be delivered to <user>.  When it's enabled,
    it's controlled by the $USERPLUS environment variable.  How is it enabled?
    Well, that leads me to:
    
    Renamed the "mmailid:" setting in mts.conf to "masquerade:", and changed it so
    that rather than being a boolean, it can be set to any combination of the three
    values "draft_from", "mmailid", and "plussed_user".  Thus it is now possible to
    enable the three types of masquerading individually.
    
    Fixed a bug with "mmailid" masquerading (dating back to MH?)  where if it was
    turned on, ','s would no longer be considered GECOS field delimiters.

:100644 100644 d96f7c10... bbe8092e... M	ChangeLog
:100644 100644 1a240370... b6646393... M	DIFFERENCES
:100644 100644 63dcbbed... 7eae1db9... M	INSTALL
:100644 100644 b8a61b8e... 6f1af4f0... M	etc/mts.conf.in
:100644 100644 a59b0a0e... 81a6021c... M	h/mh.h
:100644 100644 ea95045a... ff767b0d... M	man/mh-tailor.man
:100644 100644 d5b9e4e5... c344043a... M	man/post.man
:100644 100644 66d978cc... abc22859... M	uip/post.c
:100644 100644 26e48077... 0951c4c8... M	zotnet/mts/mts.c

commit 7bc88af67d0a3ef9df2309a7521b973033ecbe49
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Mar 2 08:20:00 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Mar 2 08:20:00 2000 +0000

    Oops.  You can't just change comments in configure.in, or configure won't be
    modified (it doesn't contain the comments) and you won't be able to commit it,
    and then the timestamps'll be messed up for everyone and unnecessary autoconf
    calls will occur.  Added some unnecessary (but frequently used in the file)
    trailing 'dnl's on some AC_SUBST()s.

:100755 100755 b7c987be... d31b2e45... M	configure
:100644 100644 5176a8aa... a3d532f6... M	configure.in
:100644 100644 da7a698b... b1e8c9c7... M	stamp-h.in

commit 6496d88b11e854670d7a4dab05a7b4c4b4e3e978
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Mar 2 07:56:00 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Mar 2 07:56:00 2000 +0000

    Oops.  My last group commit comment failed to mention what I was doing in this
    file.  I was adding:
    
    * Change all man pages to group all the commandline options together in one
      section with each as a separate mini-heading.  Having to dig through prose to
      find what a particular option does is a pain in the nads.
    
    This time, moved it out of the [POSSIBILITIES] section and put it in the [TODO]
    section, as I feel it's very important (and wouldn't be that difficult to do --
    somewhat time-consuming, yes, but not difficult).

:100644 100644 345960da... 890511d9... M	TODO

commit 84b98d0484fe61d4ebe205016e35a06da194f525
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Mar 2 07:52:47 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Mar 2 07:52:47 2000 +0000

    Changed the GECOS-field '&' translation behavior to be controlled by the BSD42
    #define rather than GCOS_HACK, since it's apparently always appropriate on OSes
    where BSD42 is #defined, and never appropriate on any other OSes.  Thanks to
    Kimmo Suominen for responding to my "What is this code here for?" comment in
    mts.c and explaining the feature.
    
    Also added ULTRIX 4.2A to the list of OSes that have an initgroups() function
    but no prototype in the system headers.

:100644 100644 9ac95efe... d96f7c10... M	ChangeLog
:100644 100644 27ca1348... 345960da... M	TODO
:100644 100644 146d00a4... 15178d7e... M	acconfig.h
:100644 100644 e6073bd3... b9b9ed16... M	config.h.in
:100644 100644 37204fa2... 5176a8aa... M	configure.in
:100644 100644 ef93cba1... da7a698b... M	stamp-h.in
:100644 100644 e12b940e... 22ba3e8b... M	uip/slocal.c
:100644 100644 254a758e... 26e48077... M	zotnet/mts/mts.c

commit ba22f50e4261b7a2a07cd5baf6b035425c45df28
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 29 06:17:58 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 29 06:17:58 2000 +0000

    Made a goofy change so that I could produce a new configure because when I
    checked in the last version I did it with "cvs commit ... configure configure.in
    ..." and that apparently gives configure.in a newer timestamp than configure,
    which results in spurious autoconf runs when people download the source.  We
    need to write a little note to developers somewhere saying what in order you
    need to check in those autoconf files and how long you need to wait in between
    each one and such...

:100755 100755 c4b66cb6... b7c987be... M	configure
:100644 100644 0afb9279... 37204fa2... M	configure.in
:100644 100644 04a20d9a... ef93cba1... M	stamp-h.in

commit b1450ec537bd31be606633aa363201cc2ed95b9a
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 29 05:59:16 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 29 05:59:16 2000 +0000

    Changed "echo > stamp-h.in" in Makefile.in to "date > stamp-h.in" so that
    stamp-h.in will be different each time configure.in and related files are
    changed, making it easier to check it in (which is necessary to prevent
    unnecessary autoconf calls).
    
    My declaration of initgroups() in slocal.c to eliminate the "no prototype"
    warning wasn't portable (FreeBSD 3.[23] choked).  Now use AC_EGREP_HEADER to see
    where initgroups() is declared, if anywhere.

:100644 100644 7a2a57fd... 9ac95efe... M	ChangeLog
:100644 100644 c6594d17... ed091530... M	Makefile.in
:100644 100644 dda87bfe... 146d00a4... M	acconfig.h
:100644 100644 81af712b... e6073bd3... M	config.h.in
:100755 100755 357e2efe... c4b66cb6... M	configure
:100644 100644 f211ca0d... 0afb9279... M	configure.in
:100644 100644 139597f9... 04a20d9a... M	stamp-h.in
:100644 100644 b665280b... e12b940e... M	uip/slocal.c

commit c4ce52f0d1cc06ae49317c31a068a5e555bf54d6
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Feb 29 05:16:35 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Feb 29 05:16:35 2000 +0000

    Upped the version number to 1.0.3+dev (ideally this should be done by whoever
    makes a release tar file, immediately after doing so).
    
    Applied Paul Fox <pgf-spam@foxharp.boston.ma.us>'s scansbr.c patch, posted to
    comp.mail.mh, which he says prevents loss of mail when inc'ing into a full
    filesystem.

:100644 100644 e44eda5d... 7a2a57fd... M	ChangeLog
:100644 100644 21e8796a... 724c5dda... M	VERSION
:100644 100644 44cbf0d4... 143a059c... M	uip/scansbr.c

commit 8146bc09fc2e8ad69520ba998be51fb02cbf069c
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Mon Feb 28 17:09:02 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Mon Feb 28 17:09:02 2000 +0000

            * Fix security hole in mhshowsbr.c which allowed untrusted shell
              code to be executed.
            * Released nmh 1.0.3.

:100644 100644 9b5ce64d... e44eda5d... M	ChangeLog
:100644 100644 f650172c... 21e8796a... M	VERSION
:100755 100755 8c9e7802... 357e2efe... M	configure
:100644 100644 ef6f02c1... 97455045... M	uip/mhshowsbr.c

commit e7842917b12445fe042f8b4656e8dde2c3105faf
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Feb 10 18:50:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Feb 10 18:50:23 2000 +0000

    Oops.  %-escapes on mhstore lines in mhn.defaults.sh should not be surrounded by
    single quotes, as a shell is not spawned when just saving files, and the
    filenames will end up with literal quotes embedded in them.

:100644 100644 5bf89530... 9b5ce64d... M	ChangeLog
:100755 100755 e3fa2fd9... 5630bcca... M	etc/mhn.defaults.sh

commit e75d3193f9f7cbfe44f808620fbde90bd3e727c2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Feb 4 20:36:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Feb 4 20:36:43 2000 +0000

    Removed an item that Richard did without removing its TODO, and removed an item
    that was duplicated in two different priority sections.

:100644 100644 3ae3679d... 27ca1348... M	TODO

commit 5e6f0bdeffd667c5413ce27c73ea31c04fb9e9cf
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Feb 4 20:34:07 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Feb 4 20:34:07 2000 +0000

    Whoever originally added the -help switch to all the commands got too cute and
    had the option itself print out as "-(help)" in the -help output.  I guess the
    idea was to make reference to the fact that clearly you know about the -help
    option since you're currently looking at its output.  I think it's a bad idea to
    overload the meaning of the parentheses, however -- they're supposed to indicate
    what abbreviated prefix of the switch you're allowed to specify.  It doesn't
    make sense to show that you're allowed to "abbreviate" the switch to its entire
    length.

:100644 100644 749e73cd... 5bf89530... M	ChangeLog

commit 017a82124bf2ea39ced5aa4c8f969c18b3c2fb90
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Feb 4 20:28:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Feb 4 20:28:23 2000 +0000

    Whoever originally added the -help switch to all the commands got too cute and
    had the option itself print out as "-(help)" in the -help output.  I guess the
    idea was to make reference to the fact that clearly you know about the -help
    option since you're currently looking at its output.  I think it's a bad idea to
    overload the meaning of the parentheses, however -- they're supposed to indicate
    what abbreviated prefix of the switch you're allowed to specify.  It doesn't
    make sense to show that you're allowed to "abbreviate" the switch to its entire
    length.

:100644 100644 d03d7173... 5b38b831... M	uip/ali.c
:100644 100644 34cd5daa... bf0e9cad... M	uip/anno.c
:100644 100644 2abba4bc... dde11759... M	uip/ap.c
:100644 100644 d367b97d... 4f654fba... M	uip/burst.c
:100644 100644 d380b521... 7e741383... M	uip/comp.c
:100644 100644 1a921cdc... cac0ea85... M	uip/conflict.c
:100644 100644 f8769a0f... 58ca45e5... M	uip/dist.c
:100644 100644 a9bc90f1... ab441418... M	uip/dp.c
:100644 100644 ad0cf2d1... dac84d50... M	uip/flist.c
:100644 100644 87e22bf1... baab4758... M	uip/fmtdump.c
:100644 100644 f9403169... c16dd96c... M	uip/folder.c
:100644 100644 cff49c73... d8b17d34... M	uip/forw.c
:100644 100644 fd7b55e2... f00c337e... M	uip/inc.c
:100644 100644 b2a1f1d5... 7b2ef2a3... M	uip/install-mh.c
:100644 100644 9bd45619... e53b3d58... M	uip/mark.c
:100644 100644 dc0059c1... 2450572c... M	uip/mhbuild.c
:100644 100644 ec2f9459... bacaf245... M	uip/mhlist.c
:100644 100644 68d08353... 882304cb... M	uip/mhlsbr.c
:100644 100644 222a0761... 5171f4e8... M	uip/mhmail.c
:100644 100644 f73853e4... d4f462f5... M	uip/mhn.c
:100644 100644 f6ebb651... ece8c3c1... M	uip/mhparam.c
:100644 100644 918371a9... 5c2ac313... M	uip/mhpath.c
:100644 100644 0791c483... af42092b... M	uip/mhshow.c
:100644 100644 c9b6a26b... 806a3523... M	uip/mhstore.c
:100644 100644 5c031091... 4bc92454... M	uip/mhtest.c
:100644 100644 23ede036... 2553c496... M	uip/msgchk.c
:100644 100644 41cf5102... 2769c240... M	uip/msh.c
:100644 100644 13ad3562... b785aeba... M	uip/mshcmds.c
:100644 100644 a607da81... 42e66944... M	uip/packf.c
:100644 100644 fb342856... 6cae130b... M	uip/pick.c
:100644 100644 a48c2234... cb249302... M	uip/popi.c
:100644 100644 e1f0e8d5... 79e0eb79... M	uip/prompter.c
:100644 100644 5fca8ec5... ace5295d... M	uip/rcvdist.c
:100644 100644 f9834be4... f5b1c054... M	uip/rcvpack.c
:100644 100644 43d38892... bef959ca... M	uip/rcvstore.c
:100644 100644 f9220127... 69a90311... M	uip/rcvtty.c
:100644 100644 906ea4aa... f484ccb8... M	uip/refile.c
:100644 100644 d3a8d078... f6d32d30... M	uip/repl.c
:100644 100644 9b12304b... 233a7bfe... M	uip/rmf.c
:100644 100644 21a0f901... 35236010... M	uip/rmm.c
:100644 100644 b40537c0... 7f5cf46f... M	uip/scan.c
:100644 100644 b98d89a8... 3e2dc605... M	uip/send.c
:100644 100644 e5f35c0a... b665280b... M	uip/slocal.c
:100644 100644 c7f53964... 3ac2e3f2... M	uip/sortm.c
:100644 100644 206698ee... 76478c87... M	uip/spost.c
:100644 100644 2ee6b3df... a416fdfa... M	uip/viamail.c
:100644 100644 b64bdab5... 2c2f6b5c... M	uip/vmh.c
:100644 100644 46ecf8cc... 96676fd0... M	uip/vmhtest.c
:100644 100644 854a9725... 0e2a9987... M	uip/whatnowsbr.c
:100644 100644 5a825344... 5d7172e4... M	uip/whom.c
:100644 100644 2e46dbb1... cd1ffaa9... M	uip/wmh.c

commit f2763b05544699fbc1455451652965f03385951f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Feb 4 01:46:29 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Feb 4 01:46:29 2000 +0000

    Modified INSTALL and config.h.in to reflect the new -kpop feature.

:100644 100644 725c4b97... 749e73cd... M	ChangeLog
:100644 100644 b1e1d109... 63dcbbed... M	INSTALL
:100644 100644 84864078... 81af712b... M	config.h.in

commit 0d1c5f533f3a6cd1c7f038f59585378f53b666c2
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Feb 4 01:32:12 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Feb 4 01:32:12 2000 +0000

    * Applied wesley.craig@umich.edu's KPOP patches.  According to him:
    
          The following patch fixes a problem with requesting a service key for a
          machine that has multiple 'A' records.  It also makes "-kpop" a command
          line option, for users who would like to use both "kpop" and "pop".
    
      Did no testing of the new features, as I don't have access to a KPOP server.
    
      One tweak I made to the patch he sent to nmh-workers was to move the
      declaration of his new hp2 variable into the #ifdef KPOP section so you don't
      get an "unused variable" warning when compiling without KPOP.
    
    * Modified inc.man and msgchk.man to document Wesley's new -kpop.

:100644 100644 c4939814... 725c4b97... M	ChangeLog
:100644 100644 a9e08838... c53b291f... M	h/popsbr.h
:100644 100644 b2e5c7b3... dda206c6... M	man/inc.man
:100644 100644 e7624a01... 973fb4ba... M	man/msgchk.man
:100644 100644 164ac987... fd7b55e2... M	uip/inc.c
:100644 100644 a063049a... 23ede036... M	uip/msgchk.c
:100644 100644 eec025dc... bfc39eaa... M	uip/popsbr.c
:100644 100644 924684c0... 00959590... M	zotnet/mts/client.c

commit c0a38419e027e400b370db10086bcb8a3c981ce7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Jan 29 01:34:20 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Jan 29 01:34:20 2000 +0000

    Added check for lynx to write mhshow-show-text/html line in mhn.defaults.sh.

:100644 100644 ee9581f2... c4939814... M	ChangeLog
:100755 100755 7de7ca68... e3fa2fd9... M	etc/mhn.defaults.sh

commit 264d458403709d8ad348c4c6fd8650d7a75ac949
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jan 28 23:29:06 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jan 28 23:29:06 2000 +0000

    Made a couple of minor whitespace changes to test if the latest beta version of
    CVS fixes this bug:
    
        dilvish-dan> cvs commit ../ChangeLog mhn.defaults.sh
        danh@mhost.com's password:
        Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side.
        cvs: lock.c:179: lock_name: Assertion `*short_repos++ == '/'' failed.
        Terminated with fatal signal 6
        cvs commit: saving log message in /tmp/cvslIx_yb

:100644 100644 fd15ad34... ee9581f2... M	ChangeLog
:100644 100644 d7125769... 70a2c920... M	sbr/m_scratch.c

commit 5ea88cec12b303551f6bda0d78f4ec989bffe130
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jan 28 22:00:33 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jan 28 22:00:33 2000 +0000

    All %-escapes in mhn.defaults that actually expand to something should be
    surrounded by single quotes.  Added quotes to the ones in mhn.defaults.sh that
    were missing them.

:100644 100644 ccfb3319... fd15ad34... M	ChangeLog
:100755 100755 358baf11... 7de7ca68... M	etc/mhn.defaults.sh

commit a895b4103646a0cd84d82146758ad1c2e3f1ab54
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jan 27 20:20:01 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jan 27 20:20:01 2000 +0000

    makedir() had multiple bugs dating back to MH.  It passed an octal constant to
    atoi(), which interpreted it as decimal, resulting in directories with no user
    read or execute permissions, making nested directory creation fail.  Also, when
    creating a nested directory, correct permissions were only set on the inner one.
    
    A second `make install' would always fail because the check for whether
    mh_profile.5 existed was written incorrectly.

:100644 100644 b2998798... ccfb3319... M	ChangeLog

commit 42ebc5bceefcb8a65eaa9dab779e44d35682ff1e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jan 27 20:14:58 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jan 27 20:14:58 2000 +0000

    Doug's check for whether mh_profile.5 exists was bad -- it looked in the local
    directory rather than the installation directory, so the check would always
    return false and re-installation when mh_profile.5 did exist would bomb out.

:100644 100644 0b580631... 469dd8de... M	man/Makefile.in

commit 6e0e2e4490ebb9daf1f62ed7a2d30412551772ee
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Jan 27 20:12:38 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Jan 27 20:12:38 2000 +0000

    Fixed multiple bugs in makedir().  First off, when creating nested folders, it
    only set permissions properly on the innermost one.  Secondly, it passwd an
    octal constant to atoi(), which only works on decimal numbers, resulting in
    directories with no user read or execute permission, making creation of nested
    dirs fail.
    
    Also added a comment wondering why we do special processing when euid != uid.
    If no one disagrees with my comments, I'll remove that weird code in the future.

:100644 100644 6cf9e03c... e4c3c26c... M	sbr/makedir.c

commit f3572e4b56fe8fffc75cb99b82b0cb063772836e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 21:35:43 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 21:35:43 2000 +0000

    Dan Winship informed me that the right fix when gcc -Wall complains about char
    indexes to arrays is to cast to unsigned char, not int.  You want to prevent
    negative indexes into the array.

:100644 100644 0db7bd99... beb6e765... M	sbr/m_getfld.c
:100644 100644 3d4e9782... 848adc0b... M	uip/picksbr.c
:100644 100644 4a2b951f... cc92b49b... M	uip/vmhsbr.c

commit 1556d4eb31f94b5fda4c635d400191ffca78c9b7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 10:16:32 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 10:16:32 2000 +0000

    Added documentation on both types of masquerading to post's man page.
    
    Also clarified some wording and added a note that the new type of masquerading
    has been implemented only for post, not for the undocumented spost backend.

:100644 100644 c84a74cf... b2998798... M	ChangeLog

commit ab59862a486279eecba25c0804c8522c0b38b808
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 10:14:14 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 10:14:14 2000 +0000

    Expanded the mention of the $SIGNATURE environment variable to talk about the
    three different ways to override "From:" header construction.  Also added
    mh-tailor(5) to the "SEE ALSO" section.

:100644 100644 397901a5... d5b9e4e5... M	man/post.man

commit 6f958fb7154627489372880917a901137b1ad11a
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 09:27:59 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 09:27:59 2000 +0000

    Just added a comment explaining that akvalue() does mh alias substitution.

:100644 100644 b15865e2... b3c4b228... M	uip/aliasbr.c

commit a928fd1215493206663ef9c96f2a5b5bbd822cc6
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 09:26:23 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 09:26:23 2000 +0000

    I had my envelope-From:-setting in the wrong place in the code, before alias
    processing was done.  Put it in the right place, and properly implemented
    Resent-From:-handling, which I had neglected before.

:100644 100644 a66e2411... 66d978cc... M	uip/post.c

commit 66049298f32287c4a411f1931ec4b66b380878a9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 09:24:15 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 09:24:15 2000 +0000

    Added a comment bemoaning the lack of aliasing on the From: header and
    explaining why I wasn't going to bother implementing my new draft-From:-based
    email address masquerading right now.

:100644 100644 1f3b014b... 206698ee... M	uip/spost.c

commit d72d136bb31bdb39e864662d4c541999c955671c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 06:51:50 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 06:51:50 2000 +0000

    Doug's portability fix of my setgid inc autodetection had a caching bug -- if
    you re-ran configure, uip/Makefile would be corrupted, and installation would
    fail on OSes where inc needs to be setgid.
    
    Implemented a new kind of email address masquerading.  When a user writes a
    custom "From:" header in a draft, nmh uses it rather than generating one.
    However, the user's true address is used in the SMTP envelope "From:" and is
    revealed in the "Sender:" header.  Now, when mmailid is set to non-zero, the
    envelope "From:" uses the address specified in the draft "From:" header, and
    there is no "Sender:" header.  This is useful when sending on behalf of a remote
    POP3 account or when remote mail robots incorrectly use the envelope "From:" in
    preference to the body "From:".

:100644 100644 f7d4eb48... c84a74cf... M	ChangeLog

commit b58f16902582d0b2058a76b315bfc92fa8034672
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 06:39:49 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 06:39:49 2000 +0000

    I'm surprised this didn't hit anyone sooner.  Doug's portability fix of my
    setgid inc autodetection didn't do its caching properly.  It cached the variable
    $nmh_cv_ls_mail_grp (previously $nmh_group_mailspool), but did substitution on
    $MAIL_SPOOL_GRP (previously $MAILGROUP) without setting the latter to the
    former.  That meant that when re-running configure, $MAIL_SPOOL_GRP would be
    NULL, so the $(MAIL_SPOOL_GRP) Make variable would be NULL, and installation
    would fail with the error "install:  2755 does not exist" (since the argument to
    -g was missing).

:100755 100755 f4d0d0ae... 8c9e7802... M	configure
:100644 100644 bb58e1ff... f211ca0d... M	configure.in
:100644 100644 8b137891... 139597f9... M	stamp-h.in

commit e804a366f5091e90f1c0971e2b7546df69f1315a
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 05:40:30 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 05:40:30 2000 +0000

    Implemented a new type of username masquerading, which is also activated by
    setting mmailid to non-zero in mts.conf.  The new type is based on the From:
    header in the message draft rather than the GECOS field of the passwd file like
    the old type.
    
    With mmailid turned off, when a user specifies a custom From: header in a draft,
    it'll be used, but the user's real address will be revealed in the SMTP envelope
    From: and in the Sender: header.  With mmailid on, this revelation is disabled.
    
    Also copied to here my new comment from mh.h explaining (if I understand it
    correctly) the functionality of struct swit's minchars field.  Also, changed the
    minchars for "help" from 4 to 0.  It doesn't make sense to use a positive
    integer that's the exact length of the option.  That'll make it print out like
    "-(help)".  The parentheses are supposed to go around the minimum part of the
    option you need to specify when abbreviating it.  Perhaps someone thought it
    would be cute to put "help" in parentheses to imply that you know about it
    already as you just specified it be seeing the current output, but I think this
    "overloading" of the meaning of the parentheses is awkward.  I need to go around
    and change "help" to 0 everywhere, but it's getting too late to do it tonight.
    
    Also added some other explanatory comments to existing code.

:100644 100644 a1cc05f6... a66e2411... M	uip/post.c

commit 98c25edae52fb18c950c6d9626b4f8434e59d08c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 05:28:33 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 05:28:33 2000 +0000

    Updated to reflect that there are now two types of username masquerading
    (GECOS-based, the old one, and draft-From:-based, the new one).  Also clarified
    existing wording.

:100644 100644 11ffd3b8... b1e1d109... M	INSTALL
:100644 100644 71cf0bc2... ea95045a... M	man/mh-tailor.man

commit aa4c0736256b9324588e16e52599b903c87f06da
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 05:03:07 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 05:03:07 2000 +0000

    Documented the minchars field of struct swit to the best of my understanding.

:100644 100644 c8ece5d1... a59b0a0e... M	h/mh.h

commit 2d5e7c8a48aca8b66e1ba85b9112157fc5b81fd9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 05:01:06 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 05:01:06 2000 +0000

    Modified the mmailid comment to reflect that there are now two types of
    masquerading (wouldn't want sysadmins to not realize that by allowing one,
    they're allowing the other).  I also prefer my new wording of "allow" vs. the
    old "turn on" because the latter implied that masquerading would take effect
    just by setting that variable (not the case unless /etc/passwd had been
    previously modified to have the <fakeusername>s).

:100644 100644 c892f0fd... b8a61b8e... M	etc/mts.conf.in

commit 1f9b59c7eb5c5394754bcc0fe28248f55ff6957d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 04:57:57 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 04:57:57 2000 +0000

    Whoever changed all the references to nmh-workers@math.gatech.edu to
    nmh-workers@mhost.com missed this file.

:100644 100644 7cc20fc7... 6b1dfc05... M	man/nmh.man

commit c1db884b287ee5c7dbca66be973c88aba40b9bc9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Jan 26 04:54:30 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Jan 26 04:54:30 2000 +0000

    Changed Mmailids to an extern so that we can access it from post.c to see if we
    should do the new draft-From:-based masquerading.  Also clarified some comments
    now that there are two different types of masquerading.

:100644 100644 61a604c6... 254a758e... M	zotnet/mts/mts.c

commit 30d5dd2e92c77402af6b7cfdbaa1339964ce034d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 21:06:09 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 21:06:09 2000 +0000

    Just clarified a couple of points in my last change description.

:100644 100644 c97e57c9... f7d4eb48... M	ChangeLog

commit ed7b16e77ac3662db77d362d15e84b69e5cd3fe6
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 07:45:10 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 07:45:10 2000 +0000

    The prototype I gave for initgroups() which was documented in the AIX 4.1 info
    page conflicted with the real one that comes from grp.h on Solaris 2.6.
    Adjusted it so the local prototype is correct on both (hopefully all)
    platforms.  Also added an include of <unistd.h>, which is where initgroups()
    lives on HP-UX 10.20.

:100644 100644 dce96638... e5f35c0a... M	uip/slocal.c

commit 8fa6d765350de7b4a8d7c0c59013969261640fa0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 07:10:25 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 07:10:25 2000 +0000

    I kept going back and forth checking in new pointless revisions of
    configure[.in], but it now looks like the problem was that stamp-h.in was older
    than configure.in (or maybe there were two problems).  Hopefully this'll get rid
    of the needless auto* calls.

:100644 100644 e69de29b... 8b137891... M	stamp-h.in

commit 403ef747e65b7a6441ea0ab022f6e6ee6591beb7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:56:25 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:56:25 2000 +0000

    Shoot.  Apparently it gets the timestamp from the check-in time rather than
    preserving the actual timestamp on the file when you check it in, so the
    timestamp was the same for configure.in and configure, so the Makefile was doing
    an autoconf just in case.  This time I'm checking in configure.in first and
    configure at least a second later.  What a pain.

:100755 100755 83bfaf37... f4d0d0ae... M	configure
:100644 100644 76237e26... bb58e1ff... M	configure.in

commit eeef255a56fa2a1551c88571cf4bc34eeb858ef8
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:46:13 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:46:13 2000 +0000

    Accidentally checked in configure with older date than configure.in, but I
    hadn't made changes to configure.in that would result in a different configure,
    so I can't check one in with the right timestamp.  Therefore, I made a
    meaningless change to configure.in (adding a "dnl" to the end of line that was
    like others that had "dnl" at the end but didn't have one itself) and
    regenerated configure.

:100755 100755 c7b809be... 83bfaf37... M	configure
:100644 100644 1910558d... 76237e26... M	configure.in

commit e32a18146eb52fc278833d7cfb49ed8d9ace62bc
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:21:38 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:21:38 2000 +0000

    The conditional definition of the "np" variable didn't make any sense.  It was
    only defined if HAVE_GETHOSTBYNAME was defined and only used when
    HAVE_GETHOSTBYNAME wasn't defined.  I'm kind of surprised that never blew up
    anywhere.  Changed the definition conditional to match the usage conditional.

:100644 100644 20933744... 924684c0... M	zotnet/mts/client.c

commit 1b6605465016726e2be105c01fd331ff4658e569
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:19:51 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:19:51 2000 +0000

    Got rid of the rest of the warnings that I didn't have time for on 1999-07-15
    (and, it would seem, some new ones people introduced since then).  The primary
    ones were the warnings that default prototypes were being used for [v]snprintf()
    and str[n]casecmp().  As of right now, there are _no_ compilation warnings
    except on the lex output file (at least under AIX 4.1.5 and Solaris 2.6).

:100644 100644 61e91a36... c97e57c9... M	ChangeLog

commit c466879717f7cc03e987c5fc5fc5f1c9cb522c66
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:18:54 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:18:54 2000 +0000

    On AIX 4.1, snprintf() is defined in libc.a but there's no prototype in
    <stdio.h> or elsewhere.  Apparently it's not officially supported (though it
    seems to work perfectly and IBM apparently uses it in internal code).  Anyhow,
    if we omit our own snprintf() and vsnprintf() prototypes when we HAVE_SNPRINTF,
    we get a billion warnings at compile time.  Use the C preprocessor to preprocess
    stdio.h and make sure that there's actually a prototype.  Define
    HAVE_SNPRINTF_PROTOTYPE if so, and use that to control our local prototype
    definition.
    
    Also, define strcasecmp() and strncasecmp() here all the time since we define
    our own versions and always use them.  The only way we could get into trouble
    doing this would be if the vendor's versions didn't have the same parameters,
    but I don't see that happening.  If we don't define them here, we get warnings
    all over the place that default prototypes are being used for 'em, and the
    system header to include varies from OS to OS.

:100644 100644 59841a22... 4b5a0b8f... M	h/prototypes.h

commit 45274379ba9b2e9bb165a213bca5e5682c64cba0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:13:38 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:13:38 2000 +0000

    On AIX 4.1, snprintf() is defined in libc.a but there's no prototype in
    <stdio.h> or elsewhere.  Apparently it's not officially supported (though it
    seems to work perfectly and IBM apparently uses it in internal code).  Anyhow,
    if we omit our own snprintf() and vsnprintf() prototypes when we HAVE_SNPRINTF,
    we get a billion warnings at compile time.  Use the C preprocessor to preprocess
    stdio.h and make sure that there's actually a prototype.  Define
    HAVE_SNPRINTF_PROTOTYPE if so, and use that to control our local prototype
    definition.

:100644 100644 317e93eb... dda87bfe... M	acconfig.h
:100644 100644 ae0684e7... 84864078... M	config.h.in
:100755 100755 eb9c392c... c7b809be... M	configure
:100644 100644 35c22129... 1910558d... M	configure.in
:100644 100644 8b137891... e69de29b... M	stamp-h.in

commit cb8a7b870ba2f2f6c7c23152a4482132e59f678e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:06:18 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:06:18 2000 +0000

    Added include of signals.h for SIGNAL() prototype.

:100644 100644 05f8c33f... 546097cc... M	mts/sendmail/sendmail.c

commit f2cc76d9a760ebf86b61d609696999330449aecb
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:04:29 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:04:29 2000 +0000

    Added include of mh.h for snprintf() prototype.

:100644 100644 f53a8be6... 61a604c6... M	zotnet/mts/mts.c
:100644 100644 b4d2eec3... bbfccf0f... M	zotnet/tws/dtime.c

commit 0c16fb9103d38e955469dd65b68cbc20e894d332
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 06:00:22 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 06:00:22 2000 +0000

    Added include of mh.h to get snprintf() prototype and changed all references to
    getcpy() to our_getcpy() to prevent conflict with the external one.

:100644 100644 5f8e88bb... aa3253e0... M	zotnet/bboards/getbbent.c

commit 90f1d5866d7d0c7c270fac0939b7de6bf4c35be9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 05:58:26 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 05:58:26 2000 +0000

    Put in a prototype for stdio internal function _filbuf() to get rid of the
    "default prototype" warning (only do this when we didn't #define it to something
    specific due to another #define telling us to do so).

:100644 100644 cddf362b... 0db7bd99... M	sbr/m_getfld.c

commit 7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 05:55:20 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 05:55:20 2000 +0000

    Put in a prototype for client() to get rid of the "default prototype" warning.
    The prototype should really go in a new client.h file or somewhere, but I don't
    have time right now for that.

:100644 100644 f86d5d32... eec025dc... M	uip/popsbr.c

commit 193489472a436a4437498b448e11e8992baaaf67
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 05:53:40 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 05:53:40 2000 +0000

    Typecast to get rid of warnings that index into cc[] is a char.

:100644 100644 b13ea669... 3d4e9782... M	uip/picksbr.c

commit 411195e89109d7b1c0a0d552d1644837be781eeb
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 05:52:31 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 05:52:31 2000 +0000

    Put in prototype for initgroups() to get rid of "default prototype" warning.  On
    AIX 4.1, at least, the function exists in libc.a but doesn't exist in any .h.

:100644 100644 03dea148... dce96638... M	uip/slocal.c

commit 5fc7e12e8c45a78bddb8e68b6c69653f8d30d11c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Jan 25 05:50:12 2000 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Jan 25 05:50:12 2000 +0000

    Typecast to get rid of warnings that array index into types[] is a char.

:100644 100644 c8743959... 4a2b951f... M	uip/vmhsbr.c

commit 264318e5898da32e9a0e3ec2b4c69185db89bb8a
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Thu Jan 6 21:30:07 2000 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Thu Jan 6 21:30:07 2000 +0000

            * Move mhtest from bindir to libdir.
    
            * Move sendfiles from libdir to bindir.
    
            * Updated sendfiles manpage to reflect this change.
    
            * Added documentation for -build and -file switches to repl and
              forw manpages (patch from Peter Maydell).
    
            * Fixed interaction between specifying -cc in profile and -group on
              command-line.

:100644 100644 84dfb76e... 61e91a36... M	ChangeLog
:100644 100644 e58951ea... b45ef86c... M	etc/Makefile.in
:100644 100644 7d95613c... 6dab969f... M	man/forw.man
:100644 100644 f767db7b... 2ffa7ac3... M	man/repl.man
:100644 100644 72f843c0... 7d00a718... M	man/sendfiles.man
:100644 100644 364b3599... f8e36c9e... M	uip/Makefile.in
:100644 100644 8455431a... cff49c73... M	uip/forw.c
:100644 100644 d7c09ac8... d3a8d078... M	uip/repl.c

commit c9021f4b5e565c9ec7606b8b0229172bd01ba1ae
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu Nov 11 01:01:07 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu Nov 11 01:01:07 1999 +0000

    * Add command to reverse the action of rmm [-nounlink] -- "urmm"?  "umm"?  "um"?
    * Allow user customization of which kinds of text parts in multipart/alternative
      messages are preferred.  It would be nice if one selectable behavior would be
      to be prompted at runtime for which version to show.
    * Add a new %-escape that makes temp files more permanent than %f, so that you
      can use gnuclient -q or netscape -remote on message parts.  Put netscape
      -remote in mhn.defaults for text/html once this is done.

:100644 100644 8760d1ae... 3ae3679d... M	TODO

commit b84e9d0b0e3e007c103c5a903f44e8e4e37e6714
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Nov 2 21:49:47 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Nov 2 21:49:47 1999 +0000

    Changed the version number from 1.0.3 to 1.0.2+dev.  There was not unanimous
    support for my proposed even/odd release/developer version number dichotomy.
    1.0.2+dev implies release 1.0.2 plus some development.

:100644 100644 a5b07d54... 84dfb76e... M	ChangeLog
:100644 100644 21e8796a... f650172c... M	VERSION

commit 2c98333d77456e28ebef0af55ea6f7101a581778
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Oct 29 20:42:13 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Oct 29 20:42:13 1999 +0000

    Upped the version number to 1.0.3.  If we don't do this, then when people report
    bugs against 1.0.2, we won't know "which" 1.0.2 they're talking about (since the
    development source is publically available via CVS).  I think the Linux kernel
    version numbers are a good model, so the next time we roll a tarball, it should
    be version 1.0.4 (or higher -- anyhow, an even-numbered version).

:100644 100644 13eaf816... a5b07d54... M	ChangeLog
:100644 100644 6d7de6e6... 21e8796a... M	VERSION

commit 8cd63866a8c844c892b3554968f600e639a97b53
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Oct 29 05:10:18 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Oct 29 05:10:18 1999 +0000

    updated INSTALL directions

:100644 100644 1bfae3f7... 11ffd3b8... M	INSTALL

commit 690baeee8169f93061c4f3cfcb813528ef7b5bde
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Oct 29 04:49:01 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Oct 29 04:49:01 1999 +0000

    release nmh-1.0.2

:100644 100644 0ca05aaa... 13eaf816... M	ChangeLog

commit b986c0df2a745f3f5f5f4a4a6ccc384125bafbc7
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Oct 29 04:32:50 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Oct 29 04:32:50 1999 +0000

    updated the TODO list and bumped the revision to 1.0.2.

:100644 100644 cd8988dc... 8760d1ae... M	TODO
:100644 100644 5601a1d4... 6d7de6e6... M	VERSION

commit d02ec5835693084c86f676b35dd96f44a22ff534
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Wed Oct 27 05:21:12 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Wed Oct 27 05:21:12 1999 +0000

    fixed test in Makefiles for LIBTOOL for the case where it doesn't exist

:100755 100755 e8cfcade... eb9c392c... M	configure
:100644 100644 e1748f1f... f812a2c5... M	mts/sendmail/Makefile.in
:100644 100644 a4fc8d95... 85ea7ea5... M	mts/smtp/Makefile.in
:100644 100644 f77f9887... 10fb56ca... M	sbr/Makefile.in
:100644 100644 a706bd03... 4f43ffbc... M	zotnet/Makefile.in

commit e001a96010a62d4bd79a33955bb29e3c18bb26fe
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Tue Oct 26 21:12:36 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Tue Oct 26 21:12:36 1999 +0000

    fixed libtool check, sort of...

:100644 100644 21474d84... 0ca05aaa... M	ChangeLog
:100644 100644 2fe31b55... 519a6237... M	MACHINES
:100755 100755 ce9cd8d8... e8cfcade... M	configure
:100644 100644 7da07800... 35c22129... M	configure.in
:100644 100644 16b1d7a0... e1748f1f... M	mts/sendmail/Makefile.in
:100644 100644 55997a4e... a4fc8d95... M	mts/smtp/Makefile.in
:100644 100644 3eba53fe... f77f9887... M	sbr/Makefile.in
:100644 100644 de661262... a706bd03... M	zotnet/Makefile.in

commit d3a67123c9d05b6d639adb0e6b4a874807602a6b
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Thu Oct 21 18:59:35 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Thu Oct 21 18:59:35 1999 +0000

    changes to allow building under Mac OS X/Rhapsody

:100644 100644 54119771... 21474d84... M	ChangeLog
:100644 100644 69b0c7de... 2fe31b55... M	MACHINES
:100644 100644 861da67d... cd8988dc... M	TODO
:100644 100644 6db7549c... 317e93eb... M	acconfig.h
:100755 100755 4d39b912... 4ad9e040... M	config.guess
:100644 100644 9daa5944... ae0684e7... M	config.h.in
:100755 100755 3f5c202f... f307800d... M	config.sub
:100755 100755 3bc1ecbf... ce9cd8d8... M	configure
:100644 100644 a5cac97e... 7da07800... M	configure.in
:100644 100644 d5580a5b... 16b1d7a0... M	mts/sendmail/Makefile.in
:100644 100644 7d197d55... 55997a4e... M	mts/smtp/Makefile.in
:100644 100644 9aad677b... 3eba53fe... M	sbr/Makefile.in
:100644 100644 2a21bd7b... 364b3599... M	uip/Makefile.in
:100644 100644 7391814b... de661262... M	zotnet/Makefile.in

commit 1e6e0b5cc1bd2d49ffcef4ea7bb1bb6c256d07b7
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun Oct 17 17:39:22 1999 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun Oct 17 17:39:22 1999 +0000

            * Changed repl defaults to partly revert to MH behaviour:
              "-cc all" is now only implied with -group.
            * The replcomps template includes cc: header again (as in MH).
            * Updated repl man page to reflect these changes.

:100644 100644 693d7c8f... 54119771... M	ChangeLog
:100644 100644 52170a76... 04451812... M	etc/replcomps
:100644 100644 a7e11658... f767db7b... M	man/repl.man
:100644 100644 67155fa5... d7c09ac8... M	uip/repl.c

commit e4f812b967a682665b19183a6189e458e4a983ee
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sat Oct 16 00:56:05 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sat Oct 16 00:56:05 1999 +0000

    sunos/solaris modifications

:100644 100644 ab88fa9e... 693d7c8f... M	ChangeLog
:100644 100644 64b33bda... 9daa5944... M	config.h.in
:100755 100755 c4ee350f... 3bc1ecbf... M	configure
:100644 100644 f06a1d20... a5cac97e... M	configure.in

commit 3d251965606d6a6e47897504594f84d12e3e292a
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Oct 15 22:38:55 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Oct 15 22:38:55 1999 +0000

    replaced the BIND guess (based on BSDishness) with checks for gethostbyname and sethostent

:100644 100644 cb6de263... ab88fa9e... M	ChangeLog
:100644 100644 476bb92d... 6db7549c... M	acconfig.h
:100644 100644 6d03f36e... 64b33bda... M	config.h.in
:100755 100755 456d6ba3... c4ee350f... M	configure
:100644 100644 5bf050cd... f06a1d20... M	configure.in
:100644 100644 7d1d8085... 0bc7532f... M	mts/sendmail/hosts.c
:100644 100644 daa59b6b... 83727d54... M	mts/smtp/hosts.c
:100644 100644 671a533d... 525554e7... M	uip/ftpsbr.c
:100644 100644 b9679e9a... 20933744... M	zotnet/mts/client.c
:100644 100644 31d96bdd... f53a8be6... M	zotnet/mts/mts.c

commit aa8860b86ba41d70c454d5d824835c8cd92a1555
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Wed Oct 13 14:56:41 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Wed Oct 13 14:56:41 1999 +0000

    fixed bug in mh-profile/mh_profile manpage link - it did not check first

:100644 100644 a206efd7... 6d03f36e... M	config.h.in
:100755 100755 244672c9... 456d6ba3... M	configure
:100644 100644 8bfa3df4... 0b580631... M	man/Makefile.in

commit 1856d44cafff88b8721971fbac940a469c81a38b
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Wed Oct 13 13:58:41 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Wed Oct 13 13:58:41 1999 +0000

    updated manpage's Makefile and modified the way configure tests to see whether
    it should define LINUX_STDIO.

:100644 100644 3c4f4234... cb6de263... M	ChangeLog
:100644 100644 af77c9eb... 476bb92d... M	acconfig.h
:100644 100644 5062e215... a206efd7... M	config.h.in
:100755 100755 967f80bc... 244672c9... M	configure
:100644 100644 d4b924d7... 5bf050cd... M	configure.in
:100644 100644 d08c3a2a... 8bfa3df4... M	man/Makefile.in

commit 4434c06e069d65e39e93c0b5c69747b278190175
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Mon Oct 4 22:23:29 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Mon Oct 4 22:23:29 1999 +0000

    Added '-L' to the calls of 'ls' in configure.in -- I have seen multiple machines
    in the past where the mail spool was a symlink to a directory on another device
    with more free space.

:100644 100644 79319351... 3c4f4234... M	ChangeLog
:100755 100755 f4bf5591... 967f80bc... M	configure
:100644 100644 0904f1b2... d4b924d7... M	configure.in
:100644 100644 e69de29b... 8b137891... M	stamp-h.in

commit e9b4dc0cb4a13da6abe919b99a67e1076edd5b6d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Oct 2 06:00:54 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Oct 2 06:00:54 1999 +0000

            * Fixed a portability problem in Doug's fix of a portability
            problem in my MAILGROUP autoconf support ('ls -l' vs. 'ls -lg').

:100644 100644 0f5d80a9... 79319351... M	ChangeLog

commit bf46cc47a8f442fdbc08d81f8b51d30115637a93
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Oct 2 06:00:11 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Oct 2 06:00:11 1999 +0000

    I didn't like the double use of "MAILGROUP" for two different variables used in
    different languages, with different values.  I renamed Doug's new Makefile
    "MAILGROUP" to MAIL_SPOOL_GRP.

:100644 100644 a2ecd08b... 2a21bd7b... M	uip/Makefile.in

commit e5294f420c762bb7818e4bda47c717589103c13e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Oct 2 05:57:23 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Oct 2 05:57:23 1999 +0000

    Touched because I changed configure.in.

:100644 100644 8b137891... e69de29b... M	stamp-h.in

commit a3727d33995d2782f111f159768d42a5c0cdfd99
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Sat Oct 2 05:55:54 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Sat Oct 2 05:55:54 1999 +0000

    Doug's fix for my MAILGROUP autoconf support on his platform (yep, I was
    ignorant about that "wheel" group) broke it on my platforms (AIX 4.1.5.0.01 and
    Solaris 2.6).  `ls -lg` doesn't do what Doug was expecting on these platforms --
    it displays _only_ the group rather than the user and the group (thus awk
    '{print $4}' did the wrong thing).
    
    Also did some miscellaneous cleanup, like making variables that were intended to
    be cached actually be cached (renamed to nmh_cv_*, etc.), and using the $AWK
    that we've auto-detected rather than relying on the $PATH to find one.

:100755 100755 b3567355... f4bf5591... M	configure
:100644 100644 14690b60... 0904f1b2... M	configure.in

commit 2da3024caea2be71550f9eabd2fbc08fefe29bb5
Author:     Ruud de Rooij <ruud@ruud.org>
AuthorDate: Sun Sep 26 17:45:55 1999 +0000
Commit:     Ruud de Rooij <ruud@ruud.org>
CommitDate: Sun Sep 26 17:45:55 1999 +0000

            * Added config.sub and config.guess to the list of files to be
            distributed.
    
            * Fixed bug in sbr/fmt_scan.c where an extra newline would be
            added if a list of addresses was split over several header lines.
    
            * In mts/smtp/smtp.c, undefine strlen and strcpy if they are
            macros, regardless of platform.
    
            * Allow q to quit mhshow, and n to skip to next part.  Patch from
            Kimmo Suominen <kim@tac.nyc.ny.us>.
    
            * Modified mhstore to recognize attachments created by sendfiles
            with x-conversions=gzip.

:100644 100644 a92dd7bf... 0f5d80a9... M	ChangeLog
:100644 100644 60fb9159... c6594d17... M	Makefile.in
:100644 100644 a0d84d5f... 025bb966... M	mts/smtp/smtp.c
:100644 100644 ae311621... b8273c98... M	sbr/fmt_scan.c
:100644 100644 e76dbaac... ef6f02c1... M	uip/mhshowsbr.c
:100644 100644 2d0fdc81... 41aa1a4c... M	uip/mhstoresbr.c

commit 4a78892df0b95cc22a976632445f3dca8893aae4
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Mon Sep 13 19:23:29 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Mon Sep 13 19:23:29 1999 +0000

    moved canonical guesses back into user config section of config.h

:100644 100644 49360125... a92dd7bf... M	ChangeLog
:100644 100644 a54d1d77... af77c9eb... M	acconfig.h
:100644 100644 da9d917c... 5062e215... M	config.h.in

commit d036480eb208e821aba1485ec77da7f06bdf13a8
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Mon Sep 13 18:20:28 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Mon Sep 13 18:20:28 1999 +0000

    updates to post.c and termsbr.c that prevent warnings on OpenBSD

:100644 100644 810b8230... 49360125... M	ChangeLog
:100644 100644 ffd460e4... a1cc05f6... M	uip/post.c
:100644 100644 28aaa8f5... 556158d1... M	uip/termsbr.c

commit 8563731b02ce9d750806f6b1769af8b399d964e8
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sun Sep 12 13:50:11 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sun Sep 12 13:50:11 1999 +0000

    Lots of little code cleanups to prevent warnings - mostly making sure
    some function prototypes are available at compile time. Also fixed
    Makefile.in so that make nmhdist will work -- it just blew up after
    COMPLETION-TCSH was added and ZSH-COMPLETION was changed to
    COMPLETION-ZSH.

:100644 100644 81cf02da... 810b8230... M	ChangeLog
:100644 100644 3474570c... 60fb9159... M	Makefile.in
:100644 100644 5fe0b0c2... 59841a22... M	h/prototypes.h
:100644 100644 55f33938... daa59b6b... M	mts/smtp/hosts.c
:100644 100644 90b37a82... a0d84d5f... M	mts/smtp/smtp.c
:100644 100644 339ac0a2... d3e5ea90... M	sbr/fmt_compile.c
:100644 100644 0af69aba... ae311621... M	sbr/fmt_scan.c
:100644 100644 fe42196b... a99c681b... M	sbr/lock_file.c
:100644 100644 47528933... cddf362b... M	sbr/m_getfld.c
:100644 100644 54c8b05a... d03d7173... M	uip/ali.c
:100644 100644 11381f3c... 2abba4bc... M	uip/ap.c
:100644 100644 9ae23b41... 87e22bf1... M	uip/fmtdump.c
:100644 100644 a65736f3... 7e805654... M	uip/mhbuildsbr.c
:100644 100644 b372f950... c1af2180... M	uip/mhcachesbr.c
:100644 100644 6ef30fbf... 33e9f3fa... M	uip/mhl.c
:100644 100644 3d6e260f... 13ad3562... M	uip/mshcmds.c
:100644 100644 36ca6956... b13ea669... M	uip/picksbr.c
:100644 100644 8eb3b77f... ffd460e4... M	uip/post.c
:100644 100644 922670b5... 5fca8ec5... M	uip/rcvdist.c
:100644 100644 5a3dcbe0... 43d38892... M	uip/rcvstore.c
:100644 100644 464a0276... f9220127... M	uip/rcvtty.c
:100644 100644 cbd92773... b40537c0... M	uip/scan.c
:100644 100644 b7c4cf24... 2c2e3a63... M	uip/sendsbr.c
:100644 100644 7927ac56... d656bf95... M	uip/show.c
:100644 100644 c6aa286c... 03dea148... M	uip/slocal.c
:100644 100644 f2d6311a... 1f3b014b... M	uip/spost.c
:100644 100644 34c560ee... 0033f8b2... M	uip/whatnow.c
:100644 100644 caeeec2c... 7f88fc48... M	uip/whatnowproc.c

commit 3da6cc979e0e8e466f760acc113314c57176fea9
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sun Sep 12 07:19:40 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sun Sep 12 07:19:40 1999 +0000

    updating changelog, should have been done with last commit

:100644 100644 796c9b19... 81cf02da... M	ChangeLog

commit 58653b7e9a9f44dc35a4d0f0a8584f425f14fb0c
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sun Sep 12 06:44:02 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sun Sep 12 06:44:02 1999 +0000

    fix for configure to find db1/ndbm.h in new linux systems

:100644 100644 5051962e... a54d1d77... M	acconfig.h
:100644 100644 daf4e6fc... da9d917c... M	config.h.in
:100755 100755 db6525ec... b3567355... M	configure
:100644 100644 c153c944... 14690b60... M	configure.in
:100644 100644 a306cada... c6aa286c... M	uip/slocal.c
:100644 100644 d1db19fc... ab6dfa47... M	zotnet/mf/mf.c

commit 045b9601403a216c400642229f2b291f85f88f7d
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Sep 10 05:22:40 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Sep 10 05:22:40 1999 +0000

    configure, configure.in stamp-h.in, and uip/Makefile.in modified to fix
      MAILGROUP test.
    m_getfld.c - added the patch submitted by Richard Cohen to fix
        crashing when mh_profile has no trailing newline.
    smtp.c, lock_file.c, m_scratch.c, m_tmpfil.c, mhscmds.c, rcvtty.c, and
      spost.c modified to fix mkstemp bugs. Some I've simply commented out
      because the repair requries either creating another new tempfile
      function (there are 3 already) or cleaning up the existing tmpfile
      functions and all the calls to them. I'm opting for the latter but
      it will take a while.

:100644 100644 8d9db3b1... 796c9b19... M	ChangeLog
:100755 100755 22a3e43b... db6525ec... M	configure
:100644 100644 6b3367f5... c153c944... M	configure.in
:100644 100644 773696b8... 90b37a82... M	mts/smtp/smtp.c
:100644 100644 9771543c... fe42196b... M	sbr/lock_file.c
:100644 100644 aca481a1... 47528933... M	sbr/m_getfld.c
:100644 100644 e29b10a0... d7125769... M	sbr/m_scratch.c
:100644 100644 31bce67a... bac70b0a... M	sbr/m_tmpfil.c
:100644 100644 c5b89ec1... 8b137891... M	stamp-h.in
:100644 100644 71fd13b9... a2ecd08b... M	uip/Makefile.in
:100644 100644 427bff60... 3d6e260f... M	uip/mshcmds.c
:100644 100644 b847b563... 464a0276... M	uip/rcvtty.c
:100644 100644 5bc41d8a... f2d6311a... M	uip/spost.c

commit 17e31955aca3a425a3c6d6fc128f6648f9550369
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Sep 7 23:45:20 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Sep 7 23:45:20 1999 +0000

    Renamed ZSH.COMPLETION to COMPLETION-ZSH and added COMPLETION-TCSH.

:100644 100644 c1d59d81... 8d9db3b1... M	ChangeLog

commit e5488fbd9e926b87e20f4b28e3f0bceb55f9df50
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Sep 7 23:41:37 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Sep 7 23:41:37 1999 +0000

    New file along the lines of the old ZSH.COMPLETION, but for tcsh.  Pretty bare
    right now.

:000000 100644 00000000... f75933ee... A	COMPLETION-TCSH

commit bd2c7d4966fd6588d11a1b639479959d6a948afc
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Sep 7 23:34:00 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Sep 7 23:34:00 1999 +0000

    Renamed to COMPLETION-ZSH so it'll alphabetize next to new COMPLETION-TCSH.

:100644 000000 5c10cc89... 00000000... D	ZSH.COMPLETION

commit af1c787868b636316a63606e42ea0db2104573be
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Sep 7 23:29:14 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Sep 7 23:29:14 1999 +0000

    Renamed from ZSH.COMPLETION so it'll alphabetize next to new COMPLETION-TCSH.

:000000 100644 00000000... 5c10cc89... A	COMPLETION-ZSH

commit 95565d966a1821b0284cd7a55f1102da080799b9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Aug 18 00:05:24 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Aug 18 00:05:24 1999 +0000

    Crap.  That's what I get for using vi instead of xemacs for a change.  Inserted
    missing newline.

:100644 100644 7e66b1e1... c5b89ec1... M	stamp-h.in

commit 8da1cc086ae018f7268ea0fb8def491367be604c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Wed Aug 18 00:01:28 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Wed Aug 18 00:01:28 1999 +0000

    Just adding some text to this file so that cvs will see a difference and let me check it in.  Every time acconfig.h or configure.in are changed (which I just
    did), the timestamp on this file needs to be updated or when people do a make
    an unnecessary `cd . && autoheader` will be done, and not everybody has the
    autoconf tools installed.  The next person to change those two files (or
    aclocal.m4) will need to change this text, maybe just to a message saying which
    dependency files were changed and by whom.

:100644 100644 8b137891... 7e66b1e1... M	stamp-h.in

commit 22a3fbc005f448c0e0c624f81f9f96e21dede885
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Aug 17 23:31:23 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Aug 17 23:31:23 1999 +0000

    Automated #define of MAILGROUP and installation of inc as setgid mail when the
    mail spool directory isn't world-writable.

:100644 100644 d3197432... daf4e6fc... M	config.h.in
:100755 100755 56ac422f... 22a3e43b... M	configure

commit b9b7473dc3c3931475d3dacbe827db62731bce4c
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Aug 17 23:15:31 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Aug 17 23:15:31 1999 +0000

    Automated #define of MAILGROUP and installation of inc as setgid mail when the
    mail spool directory isn't world-writable.

:100644 100644 6114a59a... c1d59d81... M	ChangeLog
:100644 100644 c292bd20... 71fd13b9... M	uip/Makefile.in

commit 8ac7f0a5c44a9a81a10e684cea8f2822434b9af0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Aug 17 23:12:42 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Aug 17 23:12:42 1999 +0000

    Just removed some useless whitespace that [X]Emacs' Make mode highlights as
    being semi-bogus.

:100644 100644 97313fc4... 3474570c... M	Makefile.in

commit d3d0096ab170eec3ccfb35615a246a4d5d31b878
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Tue Aug 17 23:09:46 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Tue Aug 17 23:09:46 1999 +0000

    Automated #define of MAILGROUP and installation of inc as setgid mail when the
    mail spool directory isn't world-writable.

:100644 100644 5d2429e4... 5051962e... M	acconfig.h
:100644 100644 63274ce3... 6b3367f5... M	configure.in

commit 96d0d8f5b5fc28cad71f5f2cf67dc518fbbae245
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:39:09 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:39:09 1999 +0000

    * slocal -debug used to leave a copy of each message processed in /tmp.
    * Got rid of a ton of compilation warnings output by gcc -Wall.
    * rcvdistcomps no longer has "Resent-Fcc: outbox"; new rcvdistcomps.outbox does.

:100644 100644 1175c197... 6114a59a... M	ChangeLog

commit 197f95940cc0860683e6988352f721e6603f9339
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:30:05 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:30:05 1999 +0000

    Eliminated compilation warnings.

:100644 100644 c318a227... 34cd5daa... M	uip/anno.c
:100644 100644 7e16b926... 11381f3c... M	uip/ap.c
:100644 100644 e40c9688... d380b521... M	uip/comp.c
:100644 100644 29a12e79... 1a921cdc... M	uip/conflict.c
:100644 100644 1fb17413... f8769a0f... M	uip/dist.c
:100644 100644 0041198a... a9bc90f1... M	uip/dp.c
:100644 100644 bced89fd... ad0cf2d1... M	uip/flist.c
:100644 100644 89e70ef6... 9ae23b41... M	uip/fmtdump.c
:100644 100644 c023e114... f9403169... M	uip/folder.c
:100644 100644 ade775ed... 8455431a... M	uip/forw.c
:100644 100644 b2d24864... b2a1f1d5... M	uip/install-mh.c
:100644 100644 2bbba6d8... 9bd45619... M	uip/mark.c
:100644 100644 4c9e5e0f... 6ef30fbf... M	uip/mhl.c
:100644 100644 f9dc33bf... 222a0761... M	uip/mhmail.c

commit b89abf4ec88b6bb884c427f5cf48005720e94e29
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:19:29 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:19:29 1999 +0000

    Eliminated unsued sigset_t variables set and oset.

:100644 100644 0bbe5880... 20b1fb55... M	sbr/pidwait.c

commit 9616cec52fff44e9ca53e287f6ee74b37d0d4f3b
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:16:08 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:16:08 1999 +0000

    Previously contained the code:
    
                    if (numburst == 0)
                        if (!quietsw)
                            admonish (NULL, "message %d not in digest format",
                                      msgnum);
                    else
                        adios (NULL, "burst() botch -- you lose big");
    
    If the indentation is to be believed, this is a bug.  I trusted the indentation
    and added {}s around the inner if().

:100644 100644 d13b0760... d367b97d... M	uip/burst.c

commit 13d528f11ebbe35544897590a4973e90d9b2f55e
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:13:05 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:13:05 1999 +0000

    Eliminated compilation warnings.  pop_action() and pop_pack() used to return
    garbage.  They now (arbitrarily) return 0.  Dunno if their return values are
    ever used...

:100644 100644 9752b5aa... 164ac987... M	uip/inc.c

commit 3c9700d8d045f3ff26ce5dd2a174454dafc14822
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:11:44 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:11:44 1999 +0000

    Eliminated compilation warnings.

:100644 100644 55f33938... 7d1d8085... M	mts/sendmail/hosts.c
:100644 100644 1ff41387... 05f8c33f... M	mts/sendmail/sendmail.c
:100644 100644 0e2f0a42... d1fd730d... M	sbr/addrsbr.c
:100644 100644 782eb0a9... 150aa73d... M	sbr/fmt_addr.c
:100644 100644 630cfc5c... 0af69aba... M	sbr/fmt_scan.c
:100644 100644 8ea8c13e... b15865e2... M	uip/aliasbr.c
:100644 100644 bacec100... dc0059c1... M	uip/mhbuild.c
:100644 100644 d5f29082... ec2f9459... M	uip/mhlist.c
:100644 100644 70f730b5... f73853e4... M	uip/mhn.c
:100644 100644 1da25d31... f6ebb651... M	uip/mhparam.c
:100644 100644 ac1854e4... 918371a9... M	uip/mhpath.c
:100644 100644 ff2bee85... 0791c483... M	uip/mhshow.c
:100644 100644 a52e00bf... c9b6a26b... M	uip/mhstore.c
:100644 100644 80a0c7b3... 5c031091... M	uip/mhtest.c
:100644 100644 ec2f975a... a607da81... M	uip/packf.c
:100644 100644 d2f72efb... fb342856... M	uip/pick.c
:100644 100644 59ab61ae... a48c2234... M	uip/popi.c
:100644 100644 fa1bfae8... e1f0e8d5... M	uip/prompter.c
:100644 100644 1520cbe1... f9834be4... M	uip/rcvpack.c
:100644 100644 81a03e8f... 5a3dcbe0... M	uip/rcvstore.c
:100644 100644 83e56395... 906ea4aa... M	uip/refile.c
:100644 100644 af58c59c... 67155fa5... M	uip/repl.c
:100644 100644 059e6075... 9b12304b... M	uip/rmf.c
:100644 100644 1b09907a... 21a0f901... M	uip/rmm.c
:100644 100644 1f9b8c0d... cbd92773... M	uip/scan.c
:100644 100644 2370ea4c... b98d89a8... M	uip/send.c
:100644 100644 245a538c... b7c4cf24... M	uip/sendsbr.c
:100644 100644 75e4827f... 7927ac56... M	uip/show.c
:100644 100644 77af4680... 28aaa8f5... M	uip/termsbr.c
:100644 100644 8b398e60... b64bdab5... M	uip/vmh.c
:100644 100644 813e6b74... 46ecf8cc... M	uip/vmhtest.c
:100644 100644 083650ed... 34c560ee... M	uip/whatnow.c
:100644 100644 b12307dc... 854a9725... M	uip/whatnowsbr.c
:100644 100644 aeb8d3b6... 5a825344... M	uip/whom.c
:100644 100644 fce1f59b... 2e46dbb1... M	uip/wmh.c
:100644 100644 b9904be2... 5f8e88bb... M	zotnet/bboards/getbbent.c
:100644 100644 b129785e... d1db19fc... M	zotnet/mf/mf.c

commit 8f8d299c72fdf8105947681d459dde45eda94e9d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:03:34 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:03:34 1999 +0000

    donote() previously was written such that it could return garbage.

:100644 100644 65fed7e3... a063049a... M	uip/msgchk.c

commit 6ee86a18ee336cce7df303753e4989e519162cf5
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 01:01:24 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 01:01:24 1999 +0000

    err2peer() previously returned garbage.  Now it returns result of callee
    verr2peer().

:100644 100644 8ef03108... c8743959... M	uip/vmhsbr.c

commit 9dc2494d155597ca15d9d05853d5bcad73701c00
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:59:36 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:59:36 1999 +0000

    Eliminated compilation warnings.

:100644 100644 e075322d... 68d08353... M	uip/mhlsbr.c

commit 794dab6aa5027ffaf024506140c258f6a0a9322d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:53:17 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:53:17 1999 +0000

    Eliminated compilation warnings.

:100644 100644 08975511... a65736f3... M	uip/mhbuildsbr.c
:100644 100644 75ac1583... 80ebcbb6... M	uip/mhmisc.c
:100644 100644 6d2914ae... f2b30b65... M	uip/mhoutsbr.c
:100644 100644 fc5ab20b... 86a08b7a... M	uip/mhparse.c
:100644 100644 a95ff7d5... e76dbaac... M	uip/mhshowsbr.c
:100644 100644 d849609f... 2d0fdc81... M	uip/mhstoresbr.c
:100644 100644 6755a8cf... 41cf5102... M	uip/msh.c
:100644 100644 a665536f... 427bff60... M	uip/mshcmds.c
:100644 100644 88463ede... 36ca6956... M	uip/picksbr.c
:100644 100644 0b0551d1... f86d5d32... M	uip/popsbr.c
:100644 100644 4602dc01... 8eb3b77f... M	uip/post.c
:100644 100644 b210696f... 922670b5... M	uip/rcvdist.c
:100644 100644 cb194dd5... b847b563... M	uip/rcvtty.c
:100644 100644 57eb6cdc... 7515f116... M	uip/replsbr.c
:100644 100644 398045b4... c7f53964... M	uip/sortm.c
:100644 100644 c5b27a08... 5bc41d8a... M	uip/spost.c
:100644 100644 bb5b12cd... 2ee6b3df... M	uip/viamail.c

commit ae4c23b5c35a12a8a0a39eb6194c48f6ae4ca055
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:52:20 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:52:20 1999 +0000

    Eliminated compilation warnings.
    
    slocal -debug left a file in /tmp for every single message it processed!
    Totally unacceptable since some people like to have slocal -debug in their
    .forward files to get better logging.

:100644 100644 c1ee80fb... a306cada... M	uip/slocal.c

commit 14d4fe34a364d78ca25f39b82713255a3e9006cb
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:50:01 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:50:01 1999 +0000

    Changed done() from returning void to returning int so that main()s who call
    done() at the end can instead return done() at the end to eliminate the
    compilation warning about falling off the end of a non-void function.

:100644 100644 0dccfa2e... 5fe0b0c2... M	h/prototypes.h

commit 13f32d980c37d425a846e59ea63949bd5c2572c3
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:48:59 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:48:59 1999 +0000

    Changed from returning void to returning int so that main()s who call done() at
    the end can instead return done() at the end to eliminate the compilation
    warning about falling off the end of a non-void function.

:100644 100644 02465ea0... b5072a69... M	sbr/done.c

commit f3897a21dafb3e2219520a45052b2618620910c4
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:47:33 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:47:33 1999 +0000

    Changed call of done() to return of done() to eliminate compilation warning.

:100644 100644 bbbf0c18... 54c8b05a... M	uip/ali.c

commit e458e7d100c31d7229d376272f90ef93052ff43f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:44:40 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:44:40 1999 +0000

    I think it's totally inappropriate for the default rcvdistcomps to save all
    outgoing messages in an "outbox" folder.  I have made a new file called
    rcvdistcomps.outbox which looks like this file used to.

:100644 100644 13fe8082... f5cc117e... M	etc/rcvdistcomps

commit 03560c9427c1ae048364d0bb0306cd3c803a0d6d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:43:04 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:43:04 1999 +0000

    New $(DIST_FILES) entry: rcvdistcomps.outbox.

:100644 100644 67eed058... e58951ea... M	etc/Makefile.in

commit 8179163d2de10c9e373a82c0cddf45e9c902b163
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Fri Jul 16 00:40:35 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Fri Jul 16 00:40:35 1999 +0000

    I renamed the old rcvdistcomps to rcvdistcomps.outbox and removed the
    "Resent-Fcc: outbox" line from rcvdistcomps.

:000000 100644 00000000... 13fe8082... A	etc/rcvdistcomps.outbox

commit 431bb19e74a59bca00fdc4e8118097c1fdeac8bf
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sat Jun 12 09:29:45 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sat Jun 12 09:29:45 1999 +0000

    added my name to the change

:100644 100644 63b1e20b... 1175c197... M	ChangeLog

commit bd1e50a7d47bda4778120d39ec9d168e26d0bd9d
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Sat Jun 12 09:26:50 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Sat Jun 12 09:26:50 1999 +0000

    added explanation of change made two nights ago.

:100644 100644 71de17cc... 63b1e20b... M	ChangeLog

commit 0ccd1945560c715e4cc4063209bd0d68b75d5470
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Wed Jun 9 20:51:59 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Wed Jun 9 20:51:59 1999 +0000

    use mkstemp on systems that have it

:100644 100644 0b50e390... 5d2429e4... M	acconfig.h
:100644 100644 2192ddf4... d3197432... M	config.h.in
:100755 100755 524f9ea6... 56ac422f... M	configure
:100644 100644 87b4add6... 63274ce3... M	configure.in
:100644 100644 e2f65744... 773696b8... M	mts/smtp/smtp.c
:100644 100644 fac895b3... 9771543c... M	sbr/lock_file.c
:100644 100644 123a4983... e29b10a0... M	sbr/m_scratch.c
:100644 100644 1b4f3549... 31bce67a... M	sbr/m_tmpfil.c
:100644 100644 fcdd5e16... a665536f... M	uip/mshcmds.c
:100644 100644 9eb365f1... cb194dd5... M	uip/rcvtty.c
:100644 100644 58d4ae39... c5b27a08... M	uip/spost.c

commit fd96433a81a97a1e2d8667c7087693e94706807d
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Thu May 13 14:42:34 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Thu May 13 14:42:34 1999 +0000

    Added notes about the configure change.

:100644 100644 7b5db909... 71de17cc... M	ChangeLog

commit 673859dfa72a5f4d485ae22d29ff2e2fc4147bf5
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Thu May 13 14:28:25 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Thu May 13 14:28:25 1999 +0000

    Modified configure to use config.guess and config.sub to auto-detect
    the system type and correctly set the #defines in config.h.

:100644 100644 64a9da0c... 0b50e390... M	acconfig.h
:000000 100755 00000000... 4d39b912... A	config.guess
:100644 100644 eaa7f40d... 2192ddf4... M	config.h.in
:000000 100755 00000000... 3f5c202f... A	config.sub
:100755 100755 c00aeb39... 524f9ea6... M	configure
:100644 100644 fec2eabd... 87b4add6... M	configure.in

commit 3b52c3944968810e976ae3ec214dfa4dec8178dc
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 03:42:11 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 03:42:11 1999 +0000

    1.0.1

:100644 100644 77c5348e... 7b5db909... M	ChangeLog
:100644 100644 1beee2ba... 5601a1d4... M	VERSION

commit 603560103f9b6a5808e3fc165a484f040552b5af
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:32:53 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:32:53 1999 +0000

    1.0.1 patches

:100644 100644 fa6ef473... 77c5348e... M	ChangeLog

commit c9f5db670ffbc6e761fb0512e621f2aee71509ee
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:31:47 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:31:47 1999 +0000

    Update for the brave new world

:100644 100644 92bffa21... 1bfae3f7... M	INSTALL
:100644 100644 595e444d... a4e21cdd... M	README

commit 910f3846bb30636fe25bdc6e06e72d50c6779bd9
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:31:00 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:31:00 1999 +0000

    Use "#include <errno.h>" instead of "extern int errno;". Suggested by
    Stephen Wilson Bailey <swb@nconnect.net>

:100644 100644 75565036... 1ff41387... M	mts/sendmail/sendmail.c
:100644 100644 f7756381... e2f65744... M	mts/smtp/smtp.c
:100644 100644 0e02f2ab... 41f031a5... M	sbr/error.c
:100644 100644 d36e0e50... 671a533d... M	uip/ftpsbr.c
:100644 100644 6b026c6e... 0b0551d1... M	uip/popsbr.c
:100644 100644 664c388e... 8ef03108... M	uip/vmhsbr.c
:100644 100644 6d860578... b9679e9a... M	zotnet/mts/client.c

commit 4cb1b8e5faf3f8d7dbd458f1edaeba2c613b09fb
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:28:40 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:28:40 1999 +0000

    add a note about Irix make

:100644 100644 71f5362d... 69b0c7de... M	MACHINES

commit 5a5ef8e8fd626315f6cc8972d9d0e8c7cd69dc68
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:28:16 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:28:16 1999 +0000

    man page updates from Jerry Peek <jpeek@jpeek.com>

:100644 100644 a9f66cbd... 37bae2a9... M	man/packf.man
:100644 100644 1a015bbc... bd3c77f5... M	man/whatnow.man

commit e0c210b265a8d6500d1e391f853ecee8d9827165
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:26:41 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:26:41 1999 +0000

    deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out
    of the moreproc

:100644 100644 18617d31... e075322d... M	uip/mhlsbr.c

commit e6082c44cba0749864df4db1e0ce43fb9ce2a68a
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:25:52 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:25:52 1999 +0000

    Fixed a signal-handling bug that could cause whatnow to sometimes exit
    without prompting the user. Based on a patch by Richard Geiger
    <rmg@netapp.com>.

:100644 100644 4bd02e3e... 0bbe5880... M	sbr/pidwait.c

commit 34019fa0a2ec3e20b9256394acf54a53d5c35402
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:24:47 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:24:47 1999 +0000

    Changed configure.in's check for sigsetjmp to properly deal with
    systems like Linux where it is a macro. From <elleron@servtech.com>.

:100644 100644 5c3f6024... 64a9da0c... M	acconfig.h
:100644 100644 eccfb102... eaa7f40d... M	config.h.in
:100755 100755 a84b3106... c00aeb39... M	configure
:100644 100644 dd5ebdc6... fec2eabd... M	configure.in

commit 2b5c5779f2eb63019446a69c3e2c6f871e71c3df
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:22:54 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:22:54 1999 +0000

    Added -library switch so it can parse user aliases like post does.
    From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.

:100644 100644 7d65eada... 58d4ae39... M	uip/spost.c

commit e49cacf800179ed9650c07f9fc13c5e8736cb9e7
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:22:03 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:22:03 1999 +0000

    Don't add line breaks in the middle of long addresses when building a
    draft. Fixes a bug where repl would generate invalid headers. From
    Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.

:100644 100644 2086a94c... 630cfc5c... M	sbr/fmt_scan.c

commit d057cb7218d8e5a6b30f38a863b73b7d562bf9d0
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:17:23 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:17:23 1999 +0000

    Allow display of 8bit encoded messages. From Kimmo Suominen
    <kim@tac.nyc.ny.us>.

:100644 100644 73907ab3... 08975511... M	uip/mhbuildsbr.c
:100644 100644 1839a15d... fc5ab20b... M	uip/mhparse.c

commit 6f48e12f2d4dd510f1610338648c2f6ab904392f
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:16:14 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:16:14 1999 +0000

    Change ordering of a conditional to prevent a bad pointer dereference.
    Fixes a segv in inc (and occasionally other programs). Originally from
    Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>

:100644 100644 8697f206... aca481a1... M	sbr/m_getfld.c

commit ebe7903c571e88539acf6bfb636f7d212f279022
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:13:58 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:13:58 1999 +0000

    Fix a buffer overrun that caused packf -mbox to mess up on
    Return-Path: lines. From Kimmo Suominen <kim@tac.nyc.ny.us>

:100644 100644 7e791f34... b4d2eec3... M	zotnet/tws/dtime.c

commit 9361ec85a7f8cc7c12dd90ed549392c815d0d7de
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:12:12 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:12:12 1999 +0000

    Make whatnow "list" work with "lproc: show" again. From Ruud de Rooij
    <r.c.m.derooij@twi.tudelft.nl>

:100644 100644 5ab63702... 75e4827f... M	uip/show.c

commit aa4db278d4cea684124ffcbd520abc56b0317139
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:10:45 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:10:45 1999 +0000

    add HAVE_LIBM

:100644 100644 3915bde2... eccfb102... M	config.h.in

commit 3f2164f3652497ab2a07373b4fb1d41e3a57da34
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:07:15 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:07:15 1999 +0000

    Add check for modf and link with -lm if it's not in libc. Needed for
    at least Digital UNIX. Problem noted by Kevin Oberman <oberman@es.net>

:100755 100755 c2cbd6da... a84b3106... M	configure
:100644 100644 6b4e237e... dd5ebdc6... M	configure.in

commit 4f09543a71a26f8f30d4bd0a83faede0a144f23d
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:05:49 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:05:49 1999 +0000

    Fix krb4 code to work with the original krb4 libraries as well as
    the krb5-compat ones. Based on a patch by Assar Westerlund <assar@sics.se>

:100755 100755 87860376... c2cbd6da... M	configure
:100644 100644 f544ac6f... 6b4e237e... M	configure.in

commit 38efa847bbbb0f0bfaca90d7665bfe21de725f99
Author:     Dan Harkless <dan@harkless.org>
AuthorDate: Thu May 13 01:03:23 1999 +0000
Commit:     Dan Harkless <dan@harkless.org>
CommitDate: Thu May 13 01:03:23 1999 +0000

    Properly deal with relative folder names. Problem noted by Jerry Peek
    <jpeek@jpeek.com>

:100644 100644 0e2b1614... bced89fd... M	uip/flist.c

commit 1691e80890e5d8ba258c51c214a3e91880e1db2b
Author:     Doug Morris <doug@mhost.com>
AuthorDate: Fri Apr 30 18:08:34 1999 +0000
Commit:     Doug Morris <doug@mhost.com>
CommitDate: Fri Apr 30 18:08:34 1999 +0000

    Initial revision

:000000 100644 00000000... 19485053... A	COPYRIGHT
:000000 100644 00000000... fa6ef473... A	ChangeLog
:000000 100644 00000000... 1a240370... A	DIFFERENCES
:000000 100644 00000000... 92bffa21... A	INSTALL
:000000 100644 00000000... 71f5362d... A	MACHINES
:000000 100644 00000000... becf31a0... A	MAIL.FILTERING
:000000 100644 00000000... 97313fc4... A	Makefile.in
:000000 100644 00000000... 595e444d... A	README
:000000 100644 00000000... 861da67d... A	TODO
:000000 100644 00000000... 1beee2ba... A	VERSION
:000000 100644 00000000... 5c10cc89... A	ZSH.COMPLETION
:000000 100644 00000000... 5c3f6024... A	acconfig.h
:000000 100644 00000000... cbfb4982... A	aclocal.m4
:000000 100644 00000000... 3915bde2... A	config.h.in
:000000 100644 00000000... 8468646b... A	config/Makefile.in
:000000 100644 00000000... 2a01c1bb... A	config/config.c
:000000 100755 00000000... 6257186f... A	config/version.sh
:000000 100755 00000000... 87860376... A	configure
:000000 100644 00000000... f544ac6f... A	configure.in
:000000 100644 00000000... c5be1413... A	etc/MailAliases
:000000 100644 00000000... 67eed058... A	etc/Makefile.in
:000000 100644 00000000... 2669f040... A	etc/components
:000000 100644 00000000... d527e1d1... A	etc/digestcomps
:000000 100644 00000000... c6dc39a3... A	etc/distcomps
:000000 100644 00000000... 2669f040... A	etc/forwcomps
:000000 100644 00000000... 70ae4632... A	etc/mhl.body
:000000 100644 00000000... ea4a6d51... A	etc/mhl.digest
:000000 100644 00000000... 7f8a5672... A	etc/mhl.format
:000000 100644 00000000... 82b4ebc7... A	etc/mhl.forward
:000000 100644 00000000... 8fee181c... A	etc/mhl.headers
:000000 100644 00000000... 0caf5db2... A	etc/mhl.reply
:000000 100755 00000000... 358baf11... A	etc/mhn.defaults.sh
:000000 100755 00000000... 8f128f79... A	etc/mhn.find.sh
:000000 100644 00000000... c892f0fd... A	etc/mts.conf.in
:000000 100644 00000000... 13fe8082... A	etc/rcvdistcomps
:000000 100644 00000000... 52170a76... A	etc/replcomps
:000000 100644 00000000... 9295fd0e... A	etc/replgroupcomps
:000000 100644 00000000... f898e86c... A	etc/scan.default
:000000 100644 00000000... 27d18d32... A	etc/scan.mailx
:000000 100644 00000000... 8e2cedf6... A	etc/scan.nomime
:000000 100644 00000000... a6b6698c... A	etc/scan.size
:000000 100644 00000000... ee54a523... A	etc/scan.time
:000000 100644 00000000... 06c068c2... A	etc/scan.timely
:000000 100644 00000000... d1cd195c... A	etc/scan.unseen
:000000 100755 00000000... d53ed82e... A	etc/sendfiles
:000000 100644 00000000... 4f992592... A	h/Makefile.in
:000000 100644 00000000... e3aa7e80... A	h/addrsbr.h
:000000 100644 00000000... 2e464d92... A	h/aliasbr.h
:000000 100644 00000000... 146a63bf... A	h/dropsbr.h
:000000 100644 00000000... f9115040... A	h/fmt_compile.h
:000000 100644 00000000... fd4c555d... A	h/fmt_scan.h
:000000 100644 00000000... 9a394b50... A	h/md5.h
:000000 100644 00000000... c8ece5d1... A	h/mh.h
:000000 100644 00000000... a1977384... A	h/mhcachesbr.h
:000000 100644 00000000... f99a1c7a... A	h/mhparse.h
:000000 100644 00000000... b741b2f2... A	h/mime.h
:000000 100644 00000000... c6b0fa59... A	h/msh.h
:000000 100644 00000000... 41b0226f... A	h/netdb.h
:000000 100644 00000000... f00a3ad3... A	h/nmh.h
:000000 100644 00000000... b2329495... A	h/nntp.h
:000000 100644 00000000... 811836d7... A	h/picksbr.h
:000000 100644 00000000... a9e08838... A	h/popsbr.h
:000000 100644 00000000... 0dccfa2e... A	h/prototypes.h
:000000 100644 00000000... 856409e4... A	h/rcvmail.h
:000000 100644 00000000... b050d978... A	h/scansbr.h
:000000 100644 00000000... 9648e04f... A	h/signals.h
:000000 100644 00000000... 452f2e3f... A	h/vmhsbr.h
:000000 100755 00000000... 0d02bf25... A	install-sh
:000000 100644 00000000... d08c3a2a... A	man/Makefile.in
:000000 100644 00000000... 7e0c1817... A	man/ali.man
:000000 100644 00000000... 5cf58313... A	man/anno.man
:000000 100644 00000000... d4c24a9e... A	man/ap.man
:000000 100644 00000000... 6b41d66b... A	man/burst.man
:000000 100644 00000000... aebcb004... A	man/comp.man
:000000 100644 00000000... 01f7936f... A	man/conflict.man
:000000 100644 00000000... f0c16aa8... A	man/dist.man
:000000 100644 00000000... f3fe6bfa... A	man/dp.man
:000000 100644 00000000... 177ad1d1... A	man/flist.man
:000000 100644 00000000... 00463777... A	man/fmtdump.man
:000000 100644 00000000... 33b918bd... A	man/folder.man
:000000 100644 00000000... 7d95613c... A	man/forw.man
:000000 100644 00000000... b2e5c7b3... A	man/inc.man
:000000 100644 00000000... c00f678e... A	man/install-mh.man
:000000 100644 00000000... 426ea293... A	man/mark.man
:000000 100644 00000000... 451ea63b... A	man/mh-alias.man
:000000 100644 00000000... 9f95ee82... A	man/mh-chart.man
:000000 100644 00000000... 0b71fd7b... A	man/mh-draft.man
:000000 100644 00000000... bc40c88d... A	man/mh-format.man
:000000 100644 00000000... df39b13c... A	man/mh-mail.man
:000000 100644 00000000... 1829ae6e... A	man/mh-mts.man
:000000 100644 00000000... e1326ed4... A	man/mh-profile.man
:000000 100644 00000000... 7d2c72b4... A	man/mh-sequence.man
:000000 100644 00000000... 71cf0bc2... A	man/mh-tailor.man
:000000 100644 00000000... 497ff3dd... A	man/mhbuild.man
:000000 100644 00000000... b81415c5... A	man/mhl.man
:000000 100644 00000000... 1cd7d0ed... A	man/mhlist.man
:000000 100644 00000000... 5902b7c3... A	man/mhmail.man
:000000 100644 00000000... e4719dcd... A	man/mhn.man
:000000 100644 00000000... a4af2b58... A	man/mhparam.man
:000000 100644 00000000... ff17b73f... A	man/mhpath.man
:000000 100644 00000000... 30a925f0... A	man/mhshow.man
:000000 100644 00000000... 7148dc8c... A	man/mhstore.man
:000000 100644 00000000... e7624a01... A	man/msgchk.man
:000000 100644 00000000... 88ae414c... A	man/msh.man
:000000 100644 00000000... 1bc25453... A	man/next.man
:000000 100644 00000000... 7cc20fc7... A	man/nmh.man
:000000 100644 00000000... a9f66cbd... A	man/packf.man
:000000 100644 00000000... a2a54c41... A	man/pick.man
:000000 100644 00000000... 397901a5... A	man/post.man
:000000 100644 00000000... 5bb1619a... A	man/prev.man
:000000 100644 00000000... d8a2ef03... A	man/prompter.man
:000000 100644 00000000... 1a2cfe57... A	man/rcvdist.man
:000000 100644 00000000... ed95ad00... A	man/rcvpack.man
:000000 100644 00000000... eeb164d4... A	man/rcvstore.man
:000000 100644 00000000... a00d1b16... A	man/rcvtty.man
:000000 100644 00000000... 778616ea... A	man/refile.man
:000000 100644 00000000... a7e11658... A	man/repl.man
:000000 100644 00000000... de9cd8f7... A	man/rmf.man
:000000 100644 00000000... 87738537... A	man/rmm.man
:000000 100644 00000000... d4ad6a7c... A	man/scan.man
:000000 100644 00000000... 43d1ad12... A	man/send.man
:000000 100644 00000000... 72f843c0... A	man/sendfiles.man
:000000 100644 00000000... a864048b... A	man/show.man
:000000 100644 00000000... b54bc3f1... A	man/slocal.man
:000000 100644 00000000... eeaac1a5... A	man/sortm.man
:000000 100644 00000000... 7b49b791... A	man/tmac.h.in
:000000 100644 00000000... 050cdf7f... A	man/vmh.man
:000000 100644 00000000... 1a015bbc... A	man/whatnow.man
:000000 100644 00000000... 9caf26c3... A	man/whom.man
:000000 100755 00000000... 0801ec2c... A	mkinstalldirs
:000000 100644 00000000... 328a9ead... A	mts/Makefile.in
:000000 100644 00000000... d076a137... A	mts/mmdf/Makefile.in
:000000 100644 00000000... 748d8d6e... A	mts/mmdf/hosts.c
:000000 100644 00000000... d5580a5b... A	mts/sendmail/Makefile.in
:000000 100644 00000000... 55f33938... A	mts/sendmail/hosts.c
:000000 100644 00000000... 75565036... A	mts/sendmail/sendmail.c
:000000 100644 00000000... 7d197d55... A	mts/smtp/Makefile.in
:000000 100644 00000000... 55f33938... A	mts/smtp/hosts.c
:000000 100644 00000000... f7756381... A	mts/smtp/smtp.c
:000000 100644 00000000... 772035d7... A	mts/smtp/smtp.h
:000000 100644 00000000... 9aad677b... A	sbr/Makefile.in
:000000 100644 00000000... f38110f7... A	sbr/add.c
:000000 100644 00000000... 0e2f0a42... A	sbr/addrsbr.c
:000000 100644 00000000... 48b7328e... A	sbr/ambigsw.c
:000000 100644 00000000... ab58cb46... A	sbr/atooi.c
:000000 100644 00000000... 715aaf5e... A	sbr/brkstring.c
:000000 100644 00000000... e16f3603... A	sbr/check_charset.c
:000000 100644 00000000... 86f91a76... A	sbr/closefds.c
:000000 100644 00000000... 939a484f... A	sbr/concat.c
:000000 100644 00000000... 702c15d0... A	sbr/context_del.c
:000000 100644 00000000... 1e324013... A	sbr/context_find.c
:000000 100644 00000000... 208c45e7... A	sbr/context_foil.c
:000000 100644 00000000... d2836ba3... A	sbr/context_read.c
:000000 100644 00000000... 435127b2... A	sbr/context_replace.c
:000000 100644 00000000... b3f8168b... A	sbr/context_save.c
:000000 100644 00000000... 577e811e... A	sbr/copy.c
:000000 100644 00000000... 8d7b6f54... A	sbr/copyip.c
:000000 100644 00000000... a8c33758... A	sbr/cpydata.c
:000000 100644 00000000... 068fb6e8... A	sbr/cpydgst.c
:000000 100644 00000000... fffc0fa8... A	sbr/discard.c
:000000 100644 00000000... 02465ea0... A	sbr/done.c
:000000 100644 00000000... 0e02f2ab... A	sbr/error.c
:000000 100644 00000000... 3956a7b9... A	sbr/fdcompare.c
:000000 100644 00000000... 782eb0a9... A	sbr/fmt_addr.c
:000000 100644 00000000... 339ac0a2... A	sbr/fmt_compile.c
:000000 100644 00000000... e3384e8b... A	sbr/fmt_def.c
:000000 100644 00000000... 003ec2bc... A	sbr/fmt_new.c
:000000 100644 00000000... a9c3d0bd... A	sbr/fmt_rfc2047.c
:000000 100644 00000000... 2086a94c... A	sbr/fmt_scan.c
:000000 100644 00000000... 6858f4db... A	sbr/folder_addmsg.c
:000000 100644 00000000... e5374b5d... A	sbr/folder_delmsgs.c
:000000 100644 00000000... 1c1051de... A	sbr/folder_free.c
:000000 100644 00000000... 05365a86... A	sbr/folder_pack.c
:000000 100644 00000000... 0d012932... A	sbr/folder_read.c
:000000 100644 00000000... f3130f14... A	sbr/folder_realloc.c
:000000 100644 00000000... dcfb316c... A	sbr/gans.c
:000000 100644 00000000... 987ed3c8... A	sbr/getans.c
:000000 100644 00000000... f38a834f... A	sbr/getanswer.c
:000000 100644 00000000... 1c61d9bb... A	sbr/getarguments.c
:000000 100644 00000000... 07bc3651... A	sbr/getcpy.c
:000000 100644 00000000... 21db9a98... A	sbr/getfolder.c
:000000 100644 00000000... fac895b3... A	sbr/lock_file.c
:000000 100644 00000000... b1b5133d... A	sbr/m_atoi.c
:000000 100644 00000000... aa9edc8d... A	sbr/m_backup.c
:000000 100644 00000000... e9a5d188... A	sbr/m_convert.c
:000000 100644 00000000... 712e173d... A	sbr/m_draft.c
:000000 100644 00000000... 8697f206... A	sbr/m_getfld.c
:000000 100644 00000000... 3f54c456... A	sbr/m_gmprot.c
:000000 100644 00000000... 11c6ee3e... A	sbr/m_maildir.c
:000000 100644 00000000... 89e0f296... A	sbr/m_msgdef.c
:000000 100644 00000000... dd8303e3... A	sbr/m_name.c
:000000 100644 00000000... 123a4983... A	sbr/m_scratch.c
:000000 100644 00000000... 1b4f3549... A	sbr/m_tmpfil.c
:000000 100644 00000000... 6cf9e03c... A	sbr/makedir.c
:000000 100644 00000000... df5d963b... A	sbr/path.c
:000000 100644 00000000... d77039bc... A	sbr/peekc.c
:000000 100644 00000000... aa664649... A	sbr/pidstatus.c
:000000 100644 00000000... 4bd02e3e... A	sbr/pidwait.c
:000000 100644 00000000... 1ceeb859... A	sbr/print_help.c
:000000 100644 00000000... c9c1159c... A	sbr/print_sw.c
:000000 100644 00000000... 1b37b1ea... A	sbr/print_version.c
:000000 100644 00000000... 05c3942f... A	sbr/push.c
:000000 100644 00000000... 2c6af0dc... A	sbr/putenv.c
:000000 100644 00000000... 0036d20e... A	sbr/pwd.c
:000000 100644 00000000... 087ed78d... A	sbr/r1bindex.c
:000000 100644 00000000... 9cd128e3... A	sbr/readconfig.c
:000000 100644 00000000... 17c67155... A	sbr/refile.c
:000000 100644 00000000... 4ef1649a... A	sbr/remdir.c
:000000 100644 00000000... 68809df4... A	sbr/ruserpass.c
:000000 100644 00000000... b586fc37... A	sbr/seq_add.c
:000000 100644 00000000... b0f6e6c0... A	sbr/seq_bits.c
:000000 100644 00000000... ed70c5d9... A	sbr/seq_del.c
:000000 100644 00000000... c44f1775... A	sbr/seq_getnum.c
:000000 100644 00000000... afa8671c... A	sbr/seq_list.c
:000000 100644 00000000... 66319b5e... A	sbr/seq_nameok.c
:000000 100644 00000000... ee34fd9e... A	sbr/seq_print.c
:000000 100644 00000000... 649a360e... A	sbr/seq_read.c
:000000 100644 00000000... e0f42aec... A	sbr/seq_save.c
:000000 100644 00000000... 7e7acba0... A	sbr/seq_setcur.c
:000000 100644 00000000... e5161c5a... A	sbr/seq_setprev.c
:000000 100644 00000000... 906b0ac2... A	sbr/seq_setunseen.c
:000000 100644 00000000... 7ed13cac... A	sbr/showfile.c
:000000 100755 00000000... d4f6e52e... A	sbr/sigmsg.awk
:000000 100644 00000000... a8c12d62... A	sbr/signals.c
:000000 100644 00000000... 54ff550e... A	sbr/smatch.c
:000000 100644 00000000... 06140c8f... A	sbr/snprintb.c
:000000 100644 00000000... efb6df06... A	sbr/snprintf.c
:000000 100644 00000000... dd5c0977... A	sbr/ssequal.c
:000000 100644 00000000... bbb26cba... A	sbr/strcasecmp.c
:000000 100644 00000000... 05a017e5... A	sbr/strdup.c
:000000 100644 00000000... d7809550... A	sbr/strerror.c
:000000 100644 00000000... 03910fdf... A	sbr/strindex.c
:000000 100644 00000000... d1355485... A	sbr/trimcpy.c
:000000 100644 00000000... 7adc3218... A	sbr/uprf.c
:000000 100644 00000000... 52a8e74d... A	sbr/vfgets.c
:000000 100644 00000000... 8b137891... A	stamp-h.in
:000000 100644 00000000... c292bd20... A	uip/Makefile.in
:000000 100644 00000000... bbbf0c18... A	uip/ali.c
:000000 100644 00000000... 8ea8c13e... A	uip/aliasbr.c
:000000 100644 00000000... c318a227... A	uip/anno.c
:000000 100644 00000000... c2370220... A	uip/annosbr.c
:000000 100644 00000000... 7e16b926... A	uip/ap.c
:000000 100644 00000000... d13b0760... A	uip/burst.c
:000000 100644 00000000... e40c9688... A	uip/comp.c
:000000 100644 00000000... 29a12e79... A	uip/conflict.c
:000000 100644 00000000... 1fb17413... A	uip/dist.c
:000000 100644 00000000... be2716be... A	uip/distsbr.c
:000000 100644 00000000... 0041198a... A	uip/dp.c
:000000 100644 00000000... 857263a1... A	uip/dropsbr.c
:000000 100644 00000000... 0e2b1614... A	uip/flist.c
:000000 100644 00000000... 89e70ef6... A	uip/fmtdump.c
:000000 100644 00000000... c023e114... A	uip/folder.c
:000000 100644 00000000... ade775ed... A	uip/forw.c
:000000 100644 00000000... d36e0e50... A	uip/ftpsbr.c
:000000 100644 00000000... 9752b5aa... A	uip/inc.c
:000000 100644 00000000... b2d24864... A	uip/install-mh.c
:000000 100644 00000000... 2bbba6d8... A	uip/mark.c
:000000 100644 00000000... 2cb6cb57... A	uip/md5.c
:000000 100644 00000000... bacec100... A	uip/mhbuild.c
:000000 100644 00000000... 73907ab3... A	uip/mhbuildsbr.c
:000000 100644 00000000... b372f950... A	uip/mhcachesbr.c
:000000 100644 00000000... aef86cd8... A	uip/mhfree.c
:000000 100644 00000000... 4c9e5e0f... A	uip/mhl.c
:000000 100644 00000000... d5f29082... A	uip/mhlist.c
:000000 100644 00000000... ca349022... A	uip/mhlistsbr.c
:000000 100644 00000000... 18617d31... A	uip/mhlsbr.c
:000000 100644 00000000... f9dc33bf... A	uip/mhmail.c
:000000 100644 00000000... 75ac1583... A	uip/mhmisc.c
:000000 100644 00000000... 70f730b5... A	uip/mhn.c
:000000 100644 00000000... 6d2914ae... A	uip/mhoutsbr.c
:000000 100644 00000000... 1da25d31... A	uip/mhparam.c
:000000 100644 00000000... 1839a15d... A	uip/mhparse.c
:000000 100644 00000000... ac1854e4... A	uip/mhpath.c
:000000 100644 00000000... ff2bee85... A	uip/mhshow.c
:000000 100644 00000000... a95ff7d5... A	uip/mhshowsbr.c
:000000 100644 00000000... a52e00bf... A	uip/mhstore.c
:000000 100644 00000000... d849609f... A	uip/mhstoresbr.c
:000000 100644 00000000... 80a0c7b3... A	uip/mhtest.c
:000000 100644 00000000... 65fed7e3... A	uip/msgchk.c
:000000 100644 00000000... 6755a8cf... A	uip/msh.c
:000000 100644 00000000... fcdd5e16... A	uip/mshcmds.c
:000000 100644 00000000... ec2f975a... A	uip/packf.c
:000000 100644 00000000... d2f72efb... A	uip/pick.c
:000000 100644 00000000... 88463ede... A	uip/picksbr.c
:000000 100644 00000000... 59ab61ae... A	uip/popi.c
:000000 100644 00000000... 6b026c6e... A	uip/popsbr.c
:000000 100644 00000000... 4602dc01... A	uip/post.c
:000000 100644 00000000... fa1bfae8... A	uip/prompter.c
:000000 100644 00000000... b210696f... A	uip/rcvdist.c
:000000 100644 00000000... 1520cbe1... A	uip/rcvpack.c
:000000 100644 00000000... 81a03e8f... A	uip/rcvstore.c
:000000 100644 00000000... 9eb365f1... A	uip/rcvtty.c
:000000 100644 00000000... 83e56395... A	uip/refile.c
:000000 100644 00000000... af58c59c... A	uip/repl.c
:000000 100644 00000000... 57eb6cdc... A	uip/replsbr.c
:000000 100644 00000000... 059e6075... A	uip/rmf.c
:000000 100644 00000000... 1b09907a... A	uip/rmm.c
:000000 100644 00000000... 1f9b8c0d... A	uip/scan.c
:000000 100644 00000000... 44cbf0d4... A	uip/scansbr.c
:000000 100644 00000000... 2370ea4c... A	uip/send.c
:000000 100644 00000000... 245a538c... A	uip/sendsbr.c
:000000 100644 00000000... 5ab63702... A	uip/show.c
:000000 100644 00000000... c1ee80fb... A	uip/slocal.c
:000000 100644 00000000... 398045b4... A	uip/sortm.c
:000000 100644 00000000... 7d65eada... A	uip/spost.c
:000000 100644 00000000... 77af4680... A	uip/termsbr.c
:000000 100644 00000000... bb5b12cd... A	uip/viamail.c
:000000 100644 00000000... 8b398e60... A	uip/vmh.c
:000000 100644 00000000... 664c388e... A	uip/vmhsbr.c
:000000 100644 00000000... 813e6b74... A	uip/vmhtest.c
:000000 100644 00000000... 083650ed... A	uip/whatnow.c
:000000 100644 00000000... caeeec2c... A	uip/whatnowproc.c
:000000 100644 00000000... b12307dc... A	uip/whatnowsbr.c
:000000 100644 00000000... aeb8d3b6... A	uip/whom.c
:000000 100644 00000000... fce1f59b... A	uip/wmh.c
:000000 100644 00000000... 7391814b... A	zotnet/Makefile.in
:000000 100644 00000000... 7dedeeae... A	zotnet/bboards/Makefile.in
:000000 100644 00000000... 227bee5e... A	zotnet/bboards/bboards.h
:000000 100644 00000000... b9904be2... A	zotnet/bboards/getbbent.c
:000000 100644 00000000... 7871ca7c... A	zotnet/mf/Makefile.in
:000000 100644 00000000... b129785e... A	zotnet/mf/mf.c
:000000 100644 00000000... a4c81e89... A	zotnet/mf/mf.h
:000000 100644 00000000... ab8ad654... A	zotnet/mts/Makefile.in
:000000 100644 00000000... 6d860578... A	zotnet/mts/client.c
:000000 100644 00000000... 31d96bdd... A	zotnet/mts/mts.c
:000000 100644 00000000... 66aa590c... A	zotnet/mts/mts.h
:000000 100644 00000000... 3f96711e... A	zotnet/tws/Makefile.in
:000000 100644 00000000... 7e791f34... A	zotnet/tws/dtime.c
:000000 100644 00000000... 12a209bc... A	zotnet/tws/dtimep.c-lexed
:000000 100644 00000000... 467dc85d... A	zotnet/tws/dtimep.lex
:000000 100644 00000000... 601df0f7... A	zotnet/tws/lexedit.sed
:000000 100644 00000000... 91506e72... A	zotnet/tws/lexstring.c
:000000 100644 00000000... 29702db4... A	zotnet/tws/tws.h
