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 2DEF1431E62 for ; Fri, 9 Jan 2015 04:34:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.639 X-Spam-Level: * X-Spam-Status: No, score=1.639 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_FROM=0.001, 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 xms5neQ7D4lb for ; Fri, 9 Jan 2015 04:34:05 -0800 (PST) Received: from mail-yh0-f42.google.com (mail-yh0-f42.google.com [209.85.213.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E0C4F431FD8 for ; Fri, 9 Jan 2015 04:34:04 -0800 (PST) Received: by mail-yh0-f42.google.com with SMTP id v1so3949329yhn.1 for ; Fri, 09 Jan 2015 04:34:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=/O2WgutViXa1V6J+sxPFJrGpzuO+/PzNkgCHBt5dBLA=; b=Qj5vmBK8ZgNvxXLejqb2Y+Na32V4BmHMcYAIATVWz1GpLRibQaABnkTiZsj6OrlTAm UuIySKZnQI53boFS4GPeGcYovLyeRUt44gpgL6hyKlMpuQDdcc5lkmxuBMZGbgxUbqJf lwye51gRzexYnAhHtvtHeDXhL6H1W68C7SivJmRepz/qUfe8d7yNTKM1waHb6UFK7niP +SZjAyX+5hioOVvgf5cT3awlt28F/0hR2hhQnRSqDBwDi9UaEufxr+HWkY4WDFCeyZeb AiNZrL8+03Xjdz/oaZkHxIg3obNYMVhIpNy/wIxDOAgYNCsAk7aMAmY4zsHItmxDNskN JOnw== X-Received: by 10.170.140.10 with SMTP id h10mr12416895ykc.9.1420806843182; Fri, 09 Jan 2015 04:34:03 -0800 (PST) Received: from tz-lab (user-69-73-37-128.knology.net. [69.73.37.128]) by mx.google.com with ESMTPSA id e68sm4660605yhb.26.2015.01.09.04.34.02 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 09 Jan 2015 04:34:02 -0800 (PST) From: Todd X-Google-Original-From: Todd To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] Use the message cite variable instead of a hard coded function In-Reply-To: <874ms0o0jz.fsf@maritornes.cs.unb.ca> References: <1420766347-3692-1-git-send-email-todd@electricoding.com> <874ms0o0jz.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 09 Jan 2015 06:33:41 -0600 Message-ID: <87a91s2kwq.fsf@electricoding.com> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Fri, 09 Jan 2015 05:08:10 -0800 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 Jan 2015 12:34:08 -0000 It's defaulted to message-cite-original in Emacs 24, and may have been back to Emacs 22.3 ("This variable was introduced, or its default value was changed, in version 22.3 of Emacs."). I can re-work the patch to fall back to message-cite-original if it's been unset, if that's preferred. - Todd >>>>> "DB" == David Bremner writes: DB> Hi Todd; DB> Thanks for the patch. What happens to the behaviour of notmuch-reply for DB> people that have not customized this variable? DB> d