From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:203:375::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12.migadu.com with LMTPS id wTjCFE8zj2QeIAAATFOONw (envelope-from ) for ; Sun, 18 Jun 2023 18:39:43 +0200 Received: from mta1.migadu.com ([2001:41d0:203:375::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eOnGE08zj2RAlwAA9RJhRA (envelope-from ) for ; Sun, 18 Jun 2023 18:39:43 +0200 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1687106383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=F2wIclV27vuAWA4ts1DlWlJvmGx1iJYnCxl1hILCfs0=; b=u5DYSkfra03/PxNRWFoCTS2iBDlwi7MMFIN5uhWCSWzAr+l+NWiiK5qs0orfD6YpDs6t8D LTN/ntPge4TJztsvekr8p3GlK8/u+bDjjTuqFUbiIJy+kRk3HIe9uhk4UMhgNWoC/Z9wzj TDIfu3c/UHsNNNf9ipLrCEqFHY6DyExneGTJ6Tp/Uamu+uCMsQsVeDL3L/m1GvK8+xQMGP hAQCrF/5gz+vhvd2/bXThlL+Lp0jzZ3tgsfoA7V/84ka6mswWRJVq4XFk8MVtYovdjU8Nt vVD86AuVmeB9PGIRPn/zVZsr2myYgW9uebh0LEI0YycrAPfBXvBpjDj0rPvdmQ== From: Kyle Meyer To: piem@inbox.kyleam.com Cc: jlicht@fsfe.org Subject: [ANNOUNCE] piem v0.5.0 Date: Sun, 18 Jun 2023 12:39:41 -0400 Message-ID: <87zg4wlo6q.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-TUID: gNkP16obq4mA piem v0.5.0 has been released, with a corresponding tag pushed to . It consists of 22 non-merge commits since v0.4.0 contributed by Jelle Licht and Kyle Meyer. Bug reports, patches, questions, and other feedback are welcome. Please send a plain-text email to piem@inbox.kyleam.com Messages that include this address are public and available as public-inbox archives at https://inbox.kyleam.com/piem/ ------------------------------------------------------------------------ piem v0.5.0 release notes ========================= Changes since v0.4.0 -------------------- * New library piem-debbugs.el provides Debbugs mode integration. * New :gnu-package property enables mapping a message to an inbox via the X-GNU-PR-Package header (present on messages). * An inbox can now be linked to multiple repositories by setting :coderepo to a list. * :url values in piem-inboxes no longer require a trailing slash. * piem-inject-thread-into-maildir gained an INBOX argument to enable Lisp callers to specify an inbox. Thanks to zimoun for the suggestion. * The piem-b4-am transient now includes --cc-trailers (added in b4 v0.6.0). * The logic to insert a Message-ID header when piem-add-message-id-header is non-nil has been updated to account for a recent change in how Git spells the header. * piem-am now reorders attachments to be more helpful in cases where the sender attaches the patches out of order. Thanks for Ihor Radchenko for the suggestion. Fixes since v0.4.0 ------------------ * piem-gnus-mid-to-thread didn't consider that gnus-summary-display-article may dump a message in mbox format. ------------------------------------------------------------------------ Jelle Licht (5): piem: Add :gnu-package keyword to piem-inboxes gnus: Skip adding mboxrd from-line when not needed piem: Add piem-inbox-by-gnu-package-match piem-inbox-by-header-match: Fallback to matching via :gnu-package Add basic integration for debbugs Kyle Meyer (17): piem-inboxes: Support mapping inbox to multiple coderepos TODO: mention Ihor's suggestion for reapply behavior piem-inject-thread-into-maildir: Let Lisp callers specify inbox piem-b4-am: Move trailer-related options to dedicated section piem-b4-am: Add --cc-trailers piem--write-mbox-to-maildir: Tweak error message gnus: Call message-field-value with lower case header piem-am: Order attached patches by file name prefix piem-rmail-tests.el: Silence rmail-mode messages piem-b4-am-from-mid: Tweak docstring for consistency piem-am-ready-mbox: Adjust header regex for format-patch change piem-am-ready-mbox: Change spelling of inserted message ID header Switch remaining Message-Id headers to Message-ID piem-inbox-by-header-match: Fix docstring reference piem-inboxes: Allow :url values without a trailing slash .guix.scm: Update for upstream inclusion Release version 0.5.0