From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 2DB981F0AE5; Wed, 8 Feb 2017 17:52:40 -0500 (EST) Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a01:474::1]) by befuddled.reisers.ca (Postfix) with ESMTP id 2452F1F0AE2 for ; Wed, 8 Feb 2017 17:52:12 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4CDF2B732; Wed, 8 Feb 2017 23:52:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bdh1QhP2P9Zt; Wed, 8 Feb 2017 23:52:06 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (unknown [IPv6:2a01:cb19:181:c200:3602:86ff:fe2c:6a19]) by hera.aquilenet.fr (Postfix) with ESMTPSA id BEFC89ACE; Wed, 8 Feb 2017 23:52:06 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.88) (envelope-from ) id 1cbb5q-0005U1-07; Wed, 08 Feb 2017 23:52:06 +0100 Date: Wed, 8 Feb 2017 23:52:05 +0100 From: Samuel Thibault To: Okash Khawaja Cc: "Speakup is a screen review system for Linux." Subject: Re: [PATCH 1/5] staging: speakup: enable access to tty device Message-ID: <20170208225205.GT2955@var.home> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) 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: Wed, 08 Feb 2017 22:52:40 -0000 Hello, Okash Khawaja, on Wed 08 Feb 2017 22:46:32 +0000, wrote: > enable acess to tty device from kernel module Are you sending them by hand? At the very least, you need to attach patches with text/plain type, otherwise it's a real pain to review. But actually quilt has a "mail" command, which you can use to prepare the mails to be sent. And BTW, better use --reply-to to make the various mails part of the same mail thread. Samuel