--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 8AA49431FAF\r
+ for <notmuch@notmuchmail.org>; Fri, 2 Jan 2015 09:48:16 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id fCJ9uIpFaq-1 for <notmuch@notmuchmail.org>;\r
+ Fri, 2 Jan 2015 09:48:13 -0800 (PST)\r
+Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
+ [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 27226431FAE for <notmuch@notmuchmail.org>; Fri, 2 Jan 2015 09:48:13 -0800\r
+ (PST)\r
+Received: by mail-wg0-f45.google.com with SMTP id b13so24398328wgh.32\r
+ for <notmuch@notmuchmail.org>; Fri, 02 Jan 2015 09:48:11 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
+ :references;\r
+ bh=TY05P/XP9f2TJiSRX9ehloQflN/j9ccXZOQa/V1mGIk=;\r
+ b=GH4E1U0O0ySHS7I6m45jhOMK6vwv3lgHhG+YhICKiOxHGHI30Z6YRsExeuTuT91SsO\r
+ EtuM2DS6kco5PRObIJM4+lb+3H7MtPBWgVl7dJyO/MS/i9iKbPTw1f66MSB5mBybOvqI\r
+ p93uFEicOJP8ijNUJgxEU6pSlLr9XdIurKA8Q0mxke1fFWyFoprB15kUso2PkSMBogX0\r
+ YhAkB7WUBGCSSta9U0ycBpc+9baJTXS1IO4GIKq7qvrnR7/uGQUsHUYgB+c7P+HYEwF4\r
+ 7ObmvHmhOn2gjcePbM0yqel+H3ao2rF5D59AWWk1C6n+TEVJ4JcGoUk32H2g7lhmEq2G\r
+ D7NQ==\r
+X-Gm-Message-State:\r
+ ALoCoQnU6d+EI0Q15pg4jVAe2kdHn59DwVyR9E8FYm/1iDl0NGZNlcCVDAzBp9Q1r8BKVD6ZvoSk\r
+X-Received: by 10.194.108.98 with SMTP id hj2mr153307809wjb.102.1420220891679;\r
+ Fri, 02 Jan 2015 09:48:11 -0800 (PST)\r
+Received: from localhost (mobile-internet-bceeb5-193.dhcp.inet.fi.\r
+ [188.238.181.193])\r
+ by mx.google.com with ESMTPSA id s9sm54849110wiz.12.2015.01.02.09.48.10\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Fri, 02 Jan 2015 09:48:10 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: David Edmondson <dme@dme.org>,\r
+ notmuch@notmuchmail.org\r
+Subject: [PATCH v3] emacs: add stash support for git send-email command line\r
+Date: Fri, 2 Jan 2015 19:48:17 +0200\r
+Message-Id: <1420220897-6245-1-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <cuna921smnf.fsf@gargravarr.hh.sledj.net>\r
+References: <cuna921smnf.fsf@gargravarr.hh.sledj.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 02 Jan 2015 17:48:16 -0000\r
+\r
+Stash From/To/Cc as --to/--to/--cc, respectively, and Message-Id as\r
+--in-reply-to, suitable for pasting to git send-email command line.\r
+---\r
+ emacs/notmuch-show.el | 38 ++++++++++++++++++++++++++++++++++++++\r
+ 1 file changed, 38 insertions(+)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index b8cfbb8a3286..9f6fe077df0c 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1280,6 +1280,7 @@ reset based on the original query."\r
+ (define-key map "t" 'notmuch-show-stash-to)\r
+ (define-key map "l" 'notmuch-show-stash-mlarchive-link)\r
+ (define-key map "L" 'notmuch-show-stash-mlarchive-link-and-go)\r
++ (define-key map "G" 'notmuch-show-stash-git-send-email)\r
+ (define-key map "?" 'notmuch-subkeymap-help)\r
+ map)\r
+ "Submap for stash commands")\r
+@@ -2131,6 +2132,43 @@ the user (see `notmuch-show-stash-mlarchive-link-alist')."\r
+ (notmuch-show-stash-mlarchive-link mla)\r
+ (browse-url (current-kill 0 t)))\r
+ \r
++(defun notmuch-show-stash-git-helper (addresses prefix)\r
++ "Escape, trim, quote, and add PREFIX to each address in list of ADDRESSES, and return the result as a single string."\r
++ (mapconcat (lambda (x)\r
++ (concat prefix "\""\r
++ ;; escape double-quotes\r
++ (replace-regexp-in-string\r
++ "\"" "\\\\\""\r
++ ;; trim leading and trailing spaces\r
++ (replace-regexp-in-string\r
++ "\\(^ *\\| *$\\)" ""\r
++ x)) "\""))\r
++ addresses " "))\r
++\r
++(put 'notmuch-show-stash-git-send-email 'notmuch-prefix-doc\r
++ "Copy From/To/Cc of current message to kill-ring in a form suitable for pasting to git send-email command line.")\r
++\r
++(defun notmuch-show-stash-git-send-email (&optional no-in-reply-to)\r
++ "Copy From/To/Cc/Message-Id of current message to kill-ring in a form suitable for pasting to git send-email command line.\r
++\r
++If invoked with a prefix argument (or NO-IN-REPLY-TO is non-nil),\r
++omit --in-reply-to=<Message-Id>."\r
++ (interactive "P")\r
++ (notmuch-common-do-stash\r
++ (mapconcat 'identity\r
++ (remove ""\r
++ (list\r
++ (notmuch-show-stash-git-helper\r
++ (message-tokenize-header (notmuch-show-get-from)) "--to=")\r
++ (notmuch-show-stash-git-helper\r
++ (message-tokenize-header (notmuch-show-get-to)) "--to=")\r
++ (notmuch-show-stash-git-helper\r
++ (message-tokenize-header (notmuch-show-get-cc)) "--cc=")\r
++ (unless no-in-reply-to\r
++ (notmuch-show-stash-git-helper\r
++ (list (notmuch-show-get-message-id t)) "--in-reply-to="))))\r
++ " ")))\r
++\r
+ ;; Interactive part functions and their helpers\r
+ \r
+ (defun notmuch-show-generate-part-buffer (message-id nth)\r
+-- \r
+2.1.4\r
+\r