--- /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 D37C6431FBC\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Oct 2014 12:39:07 -0700 (PDT)\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 lUIdhM0CPRo3 for <notmuch@notmuchmail.org>;\r
+ Tue, 28 Oct 2014 12:39:03 -0700 (PDT)\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
+ 47397431FB6 for <notmuch@notmuchmail.org>; Tue, 28 Oct 2014 12:39:03 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f45.google.com with SMTP id x12so292645wgg.18\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Oct 2014 12:39:02 -0700 (PDT)\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;\r
+ bh=VAIwQG7iPoPgFUWigd134XvEgHVegOun6qucsAmpNn4=;\r
+ b=LXq3YeRUBDkp1JARY7nNs+8eqUdALe9xfZZYT/E81oSEpIBXI1jFvtRz2KblPevb0K\r
+ lpXZdVE5v6tSCL3C8pnGkVPXkP/+sygDNcVA+6SAjYefm3Jlhrh3Khvo6/MC72PG9t+C\r
+ X8glGd7O1KgB4ln6GwgC5LQgktENQTIcnSxKltFg6Qjhr/3gfW4fg7j32ufucbvIVbft\r
+ 27GIXdRb7RIM5/VlY+jLgYGUFR2/eBIklqWX5Wm9KLSsP3fNFo5S34a3+Caumf96Otqt\r
+ L0dIWlyvRtHO6EZ3kQwHBrkGgSyaoN5C5I6g5+WlR6nbrZ+0q1OS0+ea6OrOmKmg6Wt7\r
+ /Suw==\r
+X-Gm-Message-State:\r
+ ALoCoQlghfPwBTIaEsfFxW59ybS8tvACIzMCST4PDTW1FxskJX/WB+5A3+Fy1zXzGZIbhA0VfUMD\r
+X-Received: by 10.180.11.200 with SMTP id s8mr30282882wib.20.1414525142036;\r
+ Tue, 28 Oct 2014 12:39:02 -0700 (PDT)\r
+Received: from localhost (dsl-hkibrasgw2-58c36d-48.dhcp.inet.fi.\r
+ [88.195.109.48])\r
+ by mx.google.com with ESMTPSA id w10sm2887777wje.10.2014.10.28.12.39.00\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Tue, 28 Oct 2014 12:39:01 -0700 (PDT)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] emacs: add stash support for git send-email command line\r
+Date: Tue, 28 Oct 2014 21:38:58 +0200\r
+Message-Id: <1414525138-838-1-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 2.1.1\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: Tue, 28 Oct 2014 19:39:08 -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 | 25 +++++++++++++++++++++++++\r
+ 1 file changed, 25 insertions(+)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index a9974826e824..328c93ba0584 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1274,6 +1274,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
+@@ -2125,6 +2126,30 @@ 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, and add PREFIX to each address in list of ADDRESSES."\r
++ (when addresses\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
++(defun notmuch-show-stash-git-send-email ()\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
++ (interactive)\r
++ (notmuch-common-do-stash\r
++ (concat\r
++ (notmuch-show-stash-git-helper (message-tokenize-header (notmuch-show-get-from)) "--to=")\r
++ (notmuch-show-stash-git-helper (message-tokenize-header (notmuch-show-get-to)) "--to=")\r
++ (notmuch-show-stash-git-helper (message-tokenize-header (notmuch-show-get-cc)) "--cc=")\r
++ (concat "--in-reply-to=\"" (notmuch-show-get-message-id t) "\""))))\r
++\r
+ ;; Interactive part functions and their helpers\r
+ \r
+ (defun notmuch-show-generate-part-buffer (message-id nth)\r
+-- \r
+2.1.1\r
+\r