From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 0E35E1F0FF4; Mon, 13 Mar 2017 04:58:52 -0400 (EDT) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) by befuddled.reisers.ca (Postfix) with ESMTPS id AFF101F0FC3 for ; Mon, 13 Mar 2017 04:58:50 -0400 (EDT) Received: by mail-it0-x243.google.com with SMTP id g138so5342425itb.0 for ; Mon, 13 Mar 2017 01:58:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OU8vl3r8rTqeFjiuId4E1oidh1JtlodnSJl2k9fmJg4=; b=PpSfX1iG9yZT+yoG+El/BkAPrdb0Y3Efct5mvhuqgFCwrYH9b/OKY7Cy1EC4U8AxdQ tU1I5psvUumWdl8s+axBg41odKQtjHKxHByYmqslQCLNRSUDaDnOgHEgKhm0lPXtCe50 yg9NxUwAliU4h3+kwXJwu1HPRG5264VU7gUm1qBYOLCVifjX2pDpdglCQeY7mHDupJB+ ebEQRobahj9JAeQ4zzDVu0zIiLVBDMdN4DYujUQ5+IgizYuav3NxOrpIPLNXR2AZ6Tmq HltZRlYhP3S1b6g0eYGuvuVUlPy/kJszSyoeusZYYi/JoBQW5osOGKjMcNxQnJOKnVR9 DBBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OU8vl3r8rTqeFjiuId4E1oidh1JtlodnSJl2k9fmJg4=; b=R6QLOGgFBj31OIrm3o78q/VQKY4eTcaci91Y8ngFrG5DSDHBphn6tmqNEMxY2sxvGV LvcMfcxrHUToOlMvIotqwBfytMb7RpBL79EHaBdWRFfRziNrhf3XwPojNXdSiRQ3gFXP SZ/YhgnieqTonGCU6OpdJhc+wTg2Eof/BnvPhHSD+zVt50Tua11A4MEzfRBTB3pG0wtw ilbgCBEQPKY29YXtsXCJu5HJWr+iPyBRT+xLa3d9ImhQMSQVz2En5SRAWmTASS9WbBY5 +HDX1AdH7CHYgoKaObuVXZnQ7PxmwmXftkFYPBadcw4SKlOWHpLTqfRtwNgK6JJBlcVr 1o6A== X-Gm-Message-State: AFeK/H3Pzmu2yffdCsSxHNWkjucLCxXq9ykGO/CrPpOmKBaYwTR33TE0Hz1ugZynbOSLY43m1sIrsQQZBt6iTg== X-Received: by 10.36.138.65 with SMTP id v62mr9382730itd.108.1489395530112; Mon, 13 Mar 2017 01:58:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.144.198 with HTTP; Mon, 13 Mar 2017 01:58:49 -0700 (PDT) In-Reply-To: <20170313084355.teftwqwhupdkeepk@var.youpi.perso.aquilenet.fr> References: <20170312121644.448468179@gmail.com> <20170312124210.hybsr6ri6rdk73ut@var.youpi.perso.aquilenet.fr> <20170313084355.teftwqwhupdkeepk@var.youpi.perso.aquilenet.fr> From: Okash Khawaja Date: Mon, 13 Mar 2017 08:58:49 +0000 Message-ID: Subject: Re: [patch 0/8] staging: speakup: introduce tty-based comms To: Samuel Thibault Cc: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2017 08:58:52 -0000 On Mon, Mar 13, 2017 at 8:43 AM, Samuel Thibault wrote: > Okash Khawaja, on lun. 13 mars 2017 08:38:47 +0000, wrote: >> On Sun, Mar 12, 2017 at 12:42 PM, Samuel Thibault >> wrote: >> > okash.khawaja@gmail.com, on dim. 12 mars 2017 12:16:44 +0000, wrote: >> >> This patchset introduces a TTY-based way for the synths to communicate >> >> with devices >> > >> > Ok, this looks good to me. Now you need to submit it. The >> > ./scripts/get_maintainer.pl script applied to the various patches gives >> > the following list of recipients: >> >> Thanks! I'll also cc Alan Cox for the first patch, as you suggested earlier. > > Oh, right, he needs to be in the loop indeed. > >> according to /usr/share/doc/quilt/README.MAIL: >> >> "Each message is assigned a unique Message-Id header, and all messages >> other than the introduction are made to refer to the introduction (using >> a References header) for proper message threading in mail clients." > > Ok, so it should have worked. > >> > So the idea would be to prepare your quilt >> > command, then write your "patch 0/7" mail, and once you have posted it, >> > pass the Message-Id to the --reply-to parameter of your quilt command. >> >> For --reply-to we need to pass in the file containing the introduction email? > > I guess when using --reply-to one shouldn't provide an introduction text > at all, that'd be spurious. Of course. I mean the 0/7 email from sent folder. But I should be able to work it out myself :)