From: David Edmondson Date: Fri, 9 May 2014 08:22:20 +0000 (+0100) Subject: [PATCH v1 0/3] emacs: Allow saving of threads and messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65003955a42d8cd294ee8fb8e917748e3356613b;p=notmuch-archives.git [PATCH v1 0/3] emacs: Allow saving of threads and messages --- diff --git a/79/32941a65bb160ef8c38f30cdccd08d42d6c71c b/79/32941a65bb160ef8c38f30cdccd08d42d6c71c new file mode 100644 index 000000000..174db6810 --- /dev/null +++ b/79/32941a65bb160ef8c38f30cdccd08d42d6c71c @@ -0,0 +1,82 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 6221E431FAE + for ; Fri, 9 May 2014 01:22:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id IkfppE10y+lt for ; + Fri, 9 May 2014 01:22:32 -0700 (PDT) +Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com + [74.125.82.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + D2362431FC0 for ; Fri, 9 May 2014 01:22:28 -0700 + (PDT) +Received: by mail-wg0-f41.google.com with SMTP id z12so3559381wgg.0 + for ; Fri, 09 May 2014 01:22:26 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:date:message-id; + bh=29rZPwqpzG6NfDoub53nH+bJXx99HBXinAh8rit85cg=; + b=J9D6lWX+FEFrU3/Mb65GUAHGQ6+px7D9+XFt3k0GTdalOw9npiSMxSp4IaWcdjjDF+ + N0VPU7YrMQupazgbUUDXzzJIYP4m8jRs8yikke5DyFS8P459Q3SsZdvgk9Rp1Pcryfhg + r3sWxXy6lRUdBUjJCXebkHVNL66TmhSoQTkwHJepyKCa9xpXc2Rc3hDoZIr4f/FX318X + ccWPY41L/vo13ijb2gQRLmdZrVMZYzmSd2TPMxCAgwZ9O77E+m2AqeyuMVkjfhbsBuJC + D8y303B0/oS1ZMQxKbWCgX0PMGeHyioTeOfzNw+MFqtixX4jaTTDfe759awqXRidqP// + lUtw== +X-Gm-Message-State: + ALoCoQlcrAc7LEF4Ef4VEPJqZJdht0bdmlNCdl4DmZM25u8tNcIBvYp+JwK1RUnyfBYNTRuizxKr +X-Received: by 10.194.87.163 with SMTP id az3mr748999wjb.63.1399623745282; + Fri, 09 May 2014 01:22:25 -0700 (PDT) +Received: from hotblack-desiato.hh.sledj.net (disaster-area.hh.sledj.net. + [81.149.164.25]) + by mx.google.com with ESMTPSA id gt4sm3818217wib.11.2014.05.09.01.22.24 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 09 May 2014 01:22:24 -0700 (PDT) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id 0DA4F10920C; Fri, 9 May 2014 09:22:23 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH v1 0/3] emacs: Allow saving of threads and messages +Date: Fri, 9 May 2014 09:22:20 +0100 +Message-Id: <1399623743-30478-1-git-send-email-dme@dme.org> +X-Mailer: git-send-email 2.0.0.rc0 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 09 May 2014 08:22:36 -0000 + + +emacs: Allow saving of threads and messages + +Similar to the pipe (|) support, allow saving of threads and messages. + + +David Edmondson (3): + emacs: Fix indentation. + emacs: Minor re-work of `notmuch-show-pipe-message' + emacs: Add `notmuch-show-save-message' to save messages + + emacs/notmuch-show.el | 161 ++++++++++++++++++++++++++++---------------------- + 1 file changed, 91 insertions(+), 70 deletions(-) + +-- +2.0.0.rc0 +