--- /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 3C803431FC0\r
+ for <notmuch@notmuchmail.org>; Thu, 1 Jan 2015 09:45:31 -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 q6MHxop+1E9G for <notmuch@notmuchmail.org>;\r
+ Thu, 1 Jan 2015 09:45:28 -0800 (PST)\r
+Received: from mail-we0-f179.google.com (mail-we0-f179.google.com\r
+ [74.125.82.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id D14DE431FAF\r
+ for <notmuch@notmuchmail.org>; Thu, 1 Jan 2015 09:45:27 -0800 (PST)\r
+Received: by mail-we0-f179.google.com with SMTP id q59so3631669wes.10\r
+ for <notmuch@notmuchmail.org>; Thu, 01 Jan 2015 09:45:26 -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=cPYWv1QBh0VWykq0+kLWKNTrOYO5doVIzyKOz65vGi8=;\r
+ b=k7IH+FPlnXc/P0Nt1aXIkdAxL+SxXQl1MoIBZCn0gThVN1Kd8DkW/Hucm7TaDxpW3f\r
+ FA9QNiOdbO+08iJWT7A7h9EnexBwwcVpI8ncHJ8DLu3ppqqiWi6MGIkNPFPYb3WtiW1G\r
+ kF5EMYeHo9ElzUV3zNu6p6tzfXk2vYtLRopzeU7MuyE7FFeNtRbahzeoJ4kDFSY9qhjb\r
+ d0JXuzQBr9ASc9C/v5Rx8vkiLopLg+6soi1VlW+O0gXInt1deA30NHM6OKAE/evUscZt\r
+ bkLIAABGbJCLhjzfnqUu4/JSXspS957GkYwNNSZWvxQIA0nc8jXBwSQUDGhnnEmxiSq8\r
+ YdXA==\r
+X-Gm-Message-State:\r
+ ALoCoQkP5+8GrXOaJXy+hBvcimrqBXJ07dZNjZSvfRAQeXMhrTAJowhTwuGo0lLqs+CL/5ycJXgs\r
+X-Received: by 10.180.198.211 with SMTP id\r
+ je19mr123902936wic.27.1420134325443; Thu, 01 Jan 2015 09:45:25 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw2-58c371-91.dhcp.inet.fi.\r
+ [88.195.113.91])\r
+ by mx.google.com with ESMTPSA id vj1sm1517020wjc.49.2015.01.01.09.45.24\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Thu, 01 Jan 2015 09:45:24 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] emacs: add stash support for git send-email command line\r
+Date: Thu, 1 Jan 2015 19:45:32 +0200\r
+Message-Id: <1420134332-25698-1-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1414525138-838-1-git-send-email-jani@nikula.org>\r
+References: <1414525138-838-1-git-send-email-jani@nikula.org>\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: Thu, 01 Jan 2015 17:45:31 -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..887d877672fc 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."\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