From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.28.87.5 with SMTP id l5mr234250wmb.23.1518540242777; Tue, 13 Feb 2018 08:44:02 -0800 (PST) X-BeenThere: mblaze@googlegroups.com Received: by 10.28.108.16 with SMTP id h16ls1684566wmc.1.gmail; Tue, 13 Feb 2018 08:44:02 -0800 (PST) X-Received: by 10.28.218.16 with SMTP id r16mr248084wmg.11.1518540242018; Tue, 13 Feb 2018 08:44:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518540241; cv=none; d=google.com; s=arc-20160816; b=MvZ/8vfU8PQST2lbZAGOscX+FFnKbV7bu4XZvG9FtFlhAXFWMTCaTXhPBKIL4H9gcF Dol6BIFkW2kGk0cJzMrWdAWSUc7g05uBV6aCtvYxsZDsa/jxTCOa/6409HHxKh5bSbt7 D5I8SRtTsL9hFzvHPUithbRfRHnAuKs0nS/z4yyGxarn6r6LpnFR9tDM6cm0F472oqpQ uJ1O1vQECtlBloBdvOiaqmq+M8L5RKAgcib4VOW/FXySjsRfmA3499VNgRc/BkIXDfWg +4S3b4e/MhjCSwCh13xLH+pSXYVF+0m6O18p5csveezWOqeiVsK3SvCpq/fvIpg/1xyQ phtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:user-agent:message-id:date:subject:to:from :arc-authentication-results; bh=cKitV6h2+R2QWWq4+tASgdDmmHZ68MPvWUef0gDU2eY=; b=d3dl70fRD2onOMbE3IErJ72WszGjDtSZyIrh2E7nElDlTFNI129YnvzUAA5bm3lbrU g2GQgWxv/PhFE3pnDDPbTxTRcBieAxR5oZ5bIEtWLFhsaT4T2pK9V2q7ED71nIU6szki IQKPEfbcZuXp3CRC4vjEWmJ+6yXi24ubqZfQQ3K5xq4DyXGkR+Hx3+nDY2k+ZMU5pw5i 0pA7M1hYUGX0Gu7dxXBc6MD6WAd9q9UiR6vWdolqZk8+EdyVIaogPV5MJDEY3MfvTlF0 iyISB6P7nNvkWsBQoST5qoBpLMK47zbe7gws64ZQutTDO5prbd0G3hF1OwtIrfXneG2U cKyQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of chneuk...@gmail.com designates 74.125.82.43 as permitted sender) smtp.mailfrom=chneuk...@gmail.com Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com. [74.125.82.43]) by gmr-mx.google.com with ESMTPS id y42si544223wry.5.2018.02.13.08.44.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Feb 2018 08:44:01 -0800 (PST) Received-SPF: pass (google.com: domain of chneuk...@gmail.com designates 74.125.82.43 as permitted sender) client-ip=74.125.82.43; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of chneuk...@gmail.com designates 74.125.82.43 as permitted sender) smtp.mailfrom=chneuk...@gmail.com Received: by mail-wm0-f43.google.com with SMTP id r78so17208093wme.0 for ; Tue, 13 Feb 2018 08:44:01 -0800 (PST) X-Gm-Message-State: APf1xPBFf3/E/Dw0ixPgF5njp+3ydi2fSb5tEmWPG10ib9HcuXMbXHd6 /+enmvgdOIMdGU+cfwmi4zintQ== X-Received: by 10.28.108.4 with SMTP id h4mr1723372wmc.161.1518540241231; Tue, 13 Feb 2018 08:44:01 -0800 (PST) Return-Path: Received: from juno.home.vuxu.org ([2001:4ca0:0:f224:a288:b4ff:fea1:ce50]) by smtp.gmail.com with ESMTPSA id 42sm17023854wrw.15.2018.02.13.08.44.00 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Feb 2018 08:44:00 -0800 (PST) Received: from localhost (juno.home.vuxu.org [local]) by juno.home.vuxu.org (OpenSMTPD) with ESMTPA id 6f095f20 for ; Tue, 13 Feb 2018 16:43:59 +0000 (UTC) From: Leah Neukirchen To: mblaze@googlegroups.com Subject: [ANN] mblaze 0.3.2, a Maildir-focused command line mail client Date: Tue, 13 Feb 2018 17:43:59 +0100 Message-ID: <878tbw3kmo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Hello, I'm happy to announce a new release of "mblaze", a Unix command line mail client system in the spirit of RAND MH, but developed from scratch and focused on Maildir. This is mainly a bugfix release: * magrep: add *:REGEX to search in any header * Fix of a buffer overflow in blaze822_multipart. * Small bug fixes. * Many documentation improvements by Larry Hynes. Please note that mblaze is still quite new and while the code has been tested on substantial piles of real-world mail, I'm sure there still are kinks here and there. It probably won't eat your mail. Please report issues you find. You can find mblaze source at https://github.com/chneukirchen/mblaze and release tarballs on https://github.com/chneukirchen/mblaze/releases http://chneukirchen.org/releases/mblaze-0.3.2.tar.gz Releases are also signed with signify(1) using http://chneukirchen.org/releases/mblaze.pub namely: RWT/F+mCqnmHzj/+dB32aXOuZ+4Afcr3r6TOVHXGkRNCBExd3kS0tCnL There is a mailing list available at mbl...@googlegroups.com (see https://groups.google.com/forum/#!forum/mblaze), and an IRC channel #vuxu on irc.freenode.net. Enjoy, -- Leah Neukirchen http://leah.zone c402dc58c090a9a9b005f016773b44e22734ce0e40899294abdf2b8ec310b6f5 mblaze-0.3.2.tar.gz 8d75a69361be7cccfb586be0605e1e24beefc047bb57ecc957d618e64c9ea448 mblaze-0.3.2.tar.gz.asc 0b877c9e27e7d79a48bc6bd5c11c534c74fccdce3a50a1f0b365eeb15f109b80 mblaze-0.3.2.tar.gz.sig