--- /dev/null
+Return-Path: <dme@dme.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 6221E431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 9 May 2014 01:22:36 -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 IkfppE10y+lt for <notmuch@notmuchmail.org>;\r
+ Fri, 9 May 2014 01:22:32 -0700 (PDT)\r
+Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com\r
+ [74.125.82.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ D2362431FC0 for <notmuch@notmuchmail.org>; Fri, 9 May 2014 01:22:28 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f41.google.com with SMTP id z12so3559381wgg.0\r
+ for <notmuch@notmuchmail.org>; Fri, 09 May 2014 01:22:26 -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:subject:date:message-id;\r
+ bh=29rZPwqpzG6NfDoub53nH+bJXx99HBXinAh8rit85cg=;\r
+ b=J9D6lWX+FEFrU3/Mb65GUAHGQ6+px7D9+XFt3k0GTdalOw9npiSMxSp4IaWcdjjDF+\r
+ N0VPU7YrMQupazgbUUDXzzJIYP4m8jRs8yikke5DyFS8P459Q3SsZdvgk9Rp1Pcryfhg\r
+ r3sWxXy6lRUdBUjJCXebkHVNL66TmhSoQTkwHJepyKCa9xpXc2Rc3hDoZIr4f/FX318X\r
+ ccWPY41L/vo13ijb2gQRLmdZrVMZYzmSd2TPMxCAgwZ9O77E+m2AqeyuMVkjfhbsBuJC\r
+ D8y303B0/oS1ZMQxKbWCgX0PMGeHyioTeOfzNw+MFqtixX4jaTTDfe759awqXRidqP//\r
+ lUtw==\r
+X-Gm-Message-State:\r
+ ALoCoQlcrAc7LEF4Ef4VEPJqZJdht0bdmlNCdl4DmZM25u8tNcIBvYp+JwK1RUnyfBYNTRuizxKr\r
+X-Received: by 10.194.87.163 with SMTP id az3mr748999wjb.63.1399623745282;\r
+ Fri, 09 May 2014 01:22:25 -0700 (PDT)\r
+Received: from hotblack-desiato.hh.sledj.net (disaster-area.hh.sledj.net.\r
+ [81.149.164.25])\r
+ by mx.google.com with ESMTPSA id gt4sm3818217wib.11.2014.05.09.01.22.24\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Fri, 09 May 2014 01:22:24 -0700 (PDT)\r
+Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
+ id 0DA4F10920C; Fri, 9 May 2014 09:22:23 +0100 (BST)\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v1 0/3] emacs: Allow saving of threads and messages\r
+Date: Fri, 9 May 2014 09:22:20 +0100\r
+Message-Id: <1399623743-30478-1-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 2.0.0.rc0\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, 09 May 2014 08:22:36 -0000\r
+\r
+\r
+emacs: Allow saving of threads and messages\r
+\r
+Similar to the pipe (|) support, allow saving of threads and messages.\r
+\r
+\r
+David Edmondson (3):\r
+ emacs: Fix indentation.\r
+ emacs: Minor re-work of `notmuch-show-pipe-message'\r
+ emacs: Add `notmuch-show-save-message' to save messages\r
+\r
+ emacs/notmuch-show.el | 161 ++++++++++++++++++++++++++++----------------------\r
+ 1 file changed, 91 insertions(+), 70 deletions(-)\r
+\r
+-- \r
+2.0.0.rc0\r
+\r