From: David Edmondson Date: Thu, 8 May 2014 06:24:31 +0000 (+0100) Subject: [PATCH v2] emacs: Improve the cited message included in replies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c2ae12d8a5cc61c0b9cae4af9de95ad88832999;p=notmuch-archives.git [PATCH v2] emacs: Improve the cited message included in replies --- diff --git a/69/df0cd19b76b12b70568915915ecbf9a0662069 b/69/df0cd19b76b12b70568915915ecbf9a0662069 new file mode 100644 index 000000000..62a921259 --- /dev/null +++ b/69/df0cd19b76b12b70568915915ecbf9a0662069 @@ -0,0 +1,83 @@ +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 5CFCC431FC0 + for ; Wed, 7 May 2014 23:24:41 -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 MbJgCYwy8KMW for ; + Wed, 7 May 2014 23:24:37 -0700 (PDT) +Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com + [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CDB10431FBF + for ; Wed, 7 May 2014 23:24:36 -0700 (PDT) +Received: by mail-wi0-f173.google.com with SMTP id bs8so10286020wib.0 + for ; Wed, 07 May 2014 23:24:35 -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:in-reply-to + :references; + bh=7J66htnUUzqk1iVZU8XeQ0R39aVZWle+6oqz05F8Vgs=; + b=if+vrTDkzxhbI7DkCxy5+tIx0dOlPNezL/WKZQYAQhT3Wv+q9RAYrWuFkCZ91rHbrd + 8edVUA0z643VhNGZqjFz6kIuy68eGbyiksDTP/StqRQ1G2MY9qV6aDNUqsqSVoGWnFHg + QJ/eg87cl7IWDFKAe75HBtY18BNRyMA4IXrfUT8mKPSVuf3ShXE3jgEX1nqHIkjU8Tly + vCCUaVw2zryqroRE7PiEPF+kfWb1ZNwzLk+Rki/pW5i0yHB5TsthLfnWRaEQmZpdLEoo + 80u0UgMtad8wonZ3K3Sg6GXNYQdpzO7Hp9gsMBQTJfqxtHF4zr4v1aLDCQvtMfqmkfQa + GnAg== +X-Gm-Message-State: + ALoCoQmvU76kZVt/nhUb2b/RLUNYmxz8UsIoVNVTExFNo/+FAMPRn6wfPFQfpwd+hCdkfgRNUh40 +X-Received: by 10.194.103.230 with SMTP id fz6mr1369250wjb.37.1399530275590; + Wed, 07 May 2014 23:24:35 -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 fi2sm2694689wic.15.2014.05.07.23.24.33 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 07 May 2014 23:24:34 -0700 (PDT) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id B8800108B15; Thu, 8 May 2014 07:24:32 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH v2] emacs: Improve the cited message included in replies +Date: Thu, 8 May 2014 07:24:31 +0100 +Message-Id: <1399530272-11857-1-git-send-email-dme@dme.org> +X-Mailer: git-send-email 2.0.0.rc0 +In-Reply-To: <1399482846-25308-1-git-send-email-dme@dme.org> +References: <1399482846-25308-1-git-send-email-dme@dme.org> +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: Thu, 08 May 2014 06:24:41 -0000 + +emacs: Improve the cited message included in replies + +v2: +- Don't run the text/plain hooks when generating the message to quote. + + +David Edmondson (1): + emacs/notmuch-mua: Generate improved cited text for replies + + emacs/notmuch-mua.el | 38 ++++++++------------------------------ + 1 file changed, 8 insertions(+), 30 deletions(-) + +-- +2.0.0.rc0 +