From: Jani Nikula Date: Thu, 1 May 2014 14:41:59 +0000 (+0300) Subject: [PATCH 2/5] NEWS: emacs: push mark before signature on reply X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ad1c14e7585ef1caeee9ed5fa7e553818df2aa9;p=notmuch-archives.git [PATCH 2/5] NEWS: emacs: push mark before signature on reply --- diff --git a/7c/dc059291ca33c702c1d97abf9e1af4887204d9 b/7c/dc059291ca33c702c1d97abf9e1af4887204d9 new file mode 100644 index 000000000..fb20d86ac --- /dev/null +++ b/7c/dc059291ca33c702c1d97abf9e1af4887204d9 @@ -0,0 +1,95 @@ +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 27598431FCF + for ; Thu, 1 May 2014 07:42:16 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" +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 vt5R1gSbqQ-f for ; + Thu, 1 May 2014 07:42:12 -0700 (PDT) +Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com + [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 2DE49431FAE for ; Thu, 1 May 2014 07:42:11 -0700 + (PDT) +Received: by mail-ee0-f54.google.com with SMTP id b57so399173eek.27 + for ; Thu, 01 May 2014 07:42:10 -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:cc:subject:date:message-id:in-reply-to + :references:in-reply-to:references; + bh=u3wsGCt5sf0BvqgBZ7qjvAaV3RwOwt8EhE4ke+xbTfg=; + b=ZyHfMkAQ/yYq2jRi4hSLxZU7Os7lMtwjJHK2zqAY1G22XrTWPF91SXyFroUUCBRWJY + Q1XB/tT64L7MrEEvc67Oc2LMrPDKCfbGiNB528BB89B9cVf31gOkvjR4qdmqcqREob3A + 9fg0jpw/KnmoL4Hl2su9SBNaTZNVBWzNYr5XR4XycP9aBs4DB2fWuBLwL8i+UxsQUhNy + yXwgRw6jPx6Fa86ktiZEPaYg7QaRdZCXSoCE63QPdvsYVfh8RJi0bbN8OD2QHa9HxbXa + SjsWN3AoEO4SrFvy8mVpdjar3yutVLr0/N/VoeH5zSTCSRPcU0W6glWuyGeFv96vTOsA + K8Cw== +X-Gm-Message-State: + ALoCoQk73VAGmjXJ26Ay9MYUITFZPttfjiRVvkdN1znEtBbzTSSlX3qH1xisBtXIlGU5cIBy68Uf +X-Received: by 10.15.102.74 with SMTP id bq50mr10250223eeb.21.1398955330015; + Thu, 01 May 2014 07:42:10 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) by mx.google.com with ESMTPSA id + e42sm76817547eev.32.2014.05.01.07.42.08 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 01 May 2014 07:42:09 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org, + david@tethera.net +Subject: [PATCH 2/5] NEWS: emacs: push mark before signature on reply +Date: Thu, 1 May 2014 17:41:59 +0300 +Message-Id: + <496874dd3b42f379e9657ce261d6ddfe36ff9424.1398955196.git.jani@nikula.org> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: +References: <1398899916-18352-1-git-send-email-david@tethera.net> + +In-Reply-To: +References: +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, 01 May 2014 14:42:16 -0000 + +--- + NEWS | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/NEWS b/NEWS +index b7a1b5f645e5..b635b46aeebc 100644 +--- a/NEWS ++++ b/NEWS +@@ -170,6 +170,12 @@ Replies to encrypted messages will be encrypted by default + encrypt replies to encrypted messages. This should make it less + likely to accidentally reply to encrypted messages in plain text. + ++Reply pushes mark before signature ++ ++ We push mark and set point on reply so that the user can easily cut ++ the quoted text. The mark is now pushed before the signature, if ++ any, instead of end of buffer so the signature is preserved. ++ + nmbug + ----- + +-- +1.9.2 +