From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id ECA791F5AE for ; Tue, 4 May 2021 04:46:09 +0000 (UTC) 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=1620103567; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zX4o0H0lc7ClYjUX4+zlaB+uEyjU4Pg+UnvAqP3hm4I=; b=rk6Syr2Pz2fMOMzGOGVfEiGVczfP2+F1tN0u30gd/sGU6fBQdVV7lZOO95FfJYeCTVDOl9 ijcrZ6FpvFbjNXuU9xfrHexwzmkvuX/LoWP82v1uwNYlbplwQ7U2Ez3fUVfBAY6VazUkwc PaIIlWhVnuVOMlVlWUp0lq3on9QRU746DXUjEgI4F8ejLuvBj2f9Qh9WhB+J/musb0/JJH Xpxx58RbKxQy+Lj7/kPXZdzOc4Uv78vjk8uW2lP+mf+JP/8H6wS6umbbSv2ooZcV8DWu9e z/1J8I+YP9TZdfAOwH2EqKhL6BguD2wBKQ4s56q8Ly3lG3ablw7tPMz8+Wde5w== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 0/5] Minor ls-mail-sync fixes Date: Tue, 4 May 2021 00:45:54 -0400 Message-Id: <20210504044559.12941-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: In the process of trying to catch up with lei changes (so that I can send the manpage update that I still haven't finished), I noticed that `lei ls-mail-sync' didn't accept a filter despite looking as though it was supposed to. That's fixed in the third patch, with the other patches addressing a few more things I spotted along the way. [1/5] lei ls-mail-sync: update reference to ls-sync [2/5] lei ls-mail-sync: drop repeated -z/0 option [3/5] lei ls-mail-sync: accept a filter [4/5] lei ls-mail-sync: fix handling of non-wildcard filters [5/5] lei: add help output for --invert match lib/PublicInbox/LEI.pm | 5 +++-- lib/PublicInbox/LeiLsMailSync.pm | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) base-commit: 0b15dfc58ceaecdcb1c9285c3ad55813006c8338 -- 2.31.1