Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754621AbbKFGWm (ORCPT ); Fri, 6 Nov 2015 01:22:42 -0500 Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:45363 "HELO gproxy10-pub.mail.unifiedlayer.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754563AbbKFGWk (ORCPT ); Fri, 6 Nov 2015 01:22:40 -0500 X-Authority-Analysis: v=2.1 cv=Jv9i8qIC c=1 sm=1 tr=0 a=PkLafpyMt2xwRD+PMJrZ3Q==:117 a=PkLafpyMt2xwRD+PMJrZ3Q==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=ptNznvi-AAAA:8 a=kj9zAlcOel0A:10 a=fztpppUj2ZoA:10 a=gylEWfV3lGQA:10 a=qtqOOiqGOCEA:10 a=JHozWft0QlH3kJ6tzKgA:9 a=CjuIK1q_8ugA:10 Date: Thu, 5 Nov 2015 23:23:01 -0700 From: Eddie Kovsky To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Darren Hart Subject: [PATCH 2/3] Documentation: Add note on sending files directly with Mutt Message-ID: <20151106062301.GA16408@athena> Mail-Followup-To: Eddie Kovsky , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Darren Hart MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Identified-User: {1650:box492.bluehost.com:edkovsky:edkovsky.org} {sentby:smtp auth 73.243.172.2 authed with ewk+edkovsky.org} Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1129 Lines: 32 Like 'git send-email', Mutt can also be used to send patches generated with 'git format-patch'. This works regardless of the editor the contributor has set up to use with Mutt. Signed-off-by: Eddie Kovsky --- Documentation/email-clients.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt index ca38031c4762..d11c20b0e897 100644 --- a/Documentation/email-clients.txt +++ b/Documentation/email-clients.txt @@ -176,6 +176,10 @@ To use 'vim' with mutt: if you want to include the patch inline. (a)ttach works fine without "set paste". +You can also generate patches with 'git format-patch' and then use Mutt +to send them: + $ mutt -H 0001-some-bug-fix.patch + Config options: It should work with default settings. However, it's a good idea to set the "send_charset" to: -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/