Authentication-Results: mail-b.sr.ht; dkim=pass header.d=disroot.org header.i=@disroot.org Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by mail-b.sr.ht (Postfix) with ESMTPS id 555F811F053 for <~rjarry/aerc-devel@lists.sr.ht>; Sat, 20 Aug 2022 14:19:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1704440648; Sat, 20 Aug 2022 16:19:02 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i70SR_J5-xMq; Sat, 20 Aug 2022 16:19:01 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1661005141; bh=MJFoEE6Nsc6ix6t7BqbhHvRe2Z1NspqRXBGPawB000Y=; h=Date:To:Subject:From:References:In-Reply-To; b=UxhTlpGdb3mBuSOaeaTBhQHVbobogyV9ec7DzGruC1mKEznzGZHWt7ZkQA/E2RXj+ VRwcpWaPFBHmbz//r2N1szBBox/Od8z/h6SmIe/zp63KvzRFf/WGIv0QnAyqKnE1Nv hloa+uEKXWx3UlcDTisAVstlxWIP3s3EYjFLqBBlu2RZi7nCP0m3EC/J3SftU6kBKD DLQkpO8K+yEx6oa9f1Uhqw/9tABnvOLVjUw4aVqtb5OY4bd//NF59dbz/uQm5EMi/F QnumGSORj8AOAUMPDzUNAY2tyjmYEK3SlrXsSQHFttFIQQEf4Mk70eEMXlGoLALAg+ Vz+cBvsQQ1GyQ== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 20 Aug 2022 15:19:00 +0100 Message-Id: To: "James Cook" , "Moritz Poldrack" , <~rjarry/aerc-devel@lists.sr.ht> Subject: Re: [PATCH aerc] Use IMAP PEEK and allow not marking messages read. From: "(" References: <20220820002218.43914-1-falsifian@falsifian.org> In-Reply-To: (Sorry for butting in... :)) On Sat Aug 20, 2022 at 3:15 PM BST, James Cook wrote: > Where should I write v2, v3, etc? Git's `send-email` provides a `-v` flag: --- # Send a v2 of the last 10 commits to blah@foobar.dev, with # a cover letter preceding the patchset. git send-email -10 --to=3Dblah@foobar.dev -v2 --cover-letter --- -- (