From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32631 invoked from network); 31 May 2020 17:25:34 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 31 May 2020 17:25:34 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id E6C229CA4B; Mon, 1 Jun 2020 03:25:32 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6E8BE9C932; Mon, 1 Jun 2020 03:25:12 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C0CD69C932; Mon, 1 Jun 2020 03:25:09 +1000 (AEST) Received: from fourwinds.com (fourwinds.com [63.64.179.162]) by minnie.tuhs.org (Postfix) with ESMTPS id 3B64E9C92D for ; Mon, 1 Jun 2020 03:25:09 +1000 (AEST) Received: from darkstar.fourwinds.com (localhost [127.0.0.1]) by fourwinds.com (8.15.2/8.15.2) with ESMTPS id 04VHP7Iu3814698 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sun, 31 May 2020 10:25:07 -0700 Received: from darkstar.fourwinds.com (jon@localhost) by darkstar.fourwinds.com (8.15.2/8.15.2/Submit) with ESMTP id 04VHP7bX3814695 for ; Sun, 31 May 2020 10:25:07 -0700 Message-Id: <202005311725.04VHP7bX3814695@darkstar.fourwinds.com> From: Jon Steinhart To: The Eunuchs Hysterical Society In-reply-to: <20200531170924.0609821F85@orac.inputplus.co.uk> References: <1jeHk5-5LM-00@marmaro.de> <1jfNb2-7JV-00@marmaro.de> <20200531170924.0609821F85@orac.inputplus.co.uk> Comments: In-reply-to Ralph Corderoy message dated "Sun, 31 May 2020 18:09:24 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3814693.1590945907.1@darkstar.fourwinds.com> Date: Sun, 31 May 2020 10:25:07 -0700 X-JON-SPAM: local delivery Subject: Re: [TUHS] mh/hm, mmh (was: fmt(1): history, POSIX, -t, -c) X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Ralph Corderoy writes: > ... > > (I still use nmh and I'm using it for this reply.) +1 on that. I also still use nmh. To me, the set of shell commands exemplifies the UNIX philosophy as I can easily "show | wc -l" or whatever that is cumbersome with monolithic packages. My minor contributions were adding the attachment support and the hooks. The hooks allow other programs to be triggered behind the scenes when nmh commands are run; I use it to keep an elasticsearch database of my messages. I have two additional command script to support thise: gpick and gscan which are the equivalent of pick and scan except that they search the elasticsearch database and pretty much return results instantaneously. Jon