Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7a / 749451822e71c01bc78c8d0bbfc70257a7a193
1 Return-Path: <daniel@schoepe.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 4D87A429E35\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:10:00 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id fcMH4VuKIQYz for <notmuch@notmuchmail.org>;\r
17         Wed, 16 Nov 2011 10:09:59 -0800 (PST)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 828BF429E2F\r
22         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:09:55 -0800 (PST)\r
23 Received: by bkaq10 with SMTP id q10so960524bka.26\r
24         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 10:09:54 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=VPRmBB38mmbz6HidfdHAoeUvkQbCKZAVxFY5XG/058g=;\r
28         b=LtVrsazUK90w8deM8gF68wdi/6ooSk9015+Hb6gmwOXaqhRTWun3Qh5vz9BAlY3OVk\r
29         SkFaIsCprwT6RA4RBXbZTOO5dcIx4ESiyv5xYttwMJ1m9DP6M8+edCvVXNiXM0eqvH1r\r
30         mrwf+b9x6RoBPpdyx55t18Cna2rnvtOc81Ofk=\r
31 Received: by 10.204.152.66 with SMTP id f2mr15108558bkw.137.1321466993998;\r
32         Wed, 16 Nov 2011 10:09:53 -0800 (PST)\r
33 Received: from localhost (dslb-178-004-079-007.pools.arcor-ip.net.\r
34         [178.4.79.7])\r
35         by mx.google.com with ESMTPS id i3sm21304851faf.0.2011.11.16.10.09.52\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 16 Nov 2011 10:09:53 -0800 (PST)\r
38 From: daniel@schoepe.org\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v2 2/2] NEWS entry for id-links\r
41 Date: Wed, 16 Nov 2011 19:09:22 +0100\r
42 Message-Id: <4ec3fc71.432edf0a.3284.4d43@mx.google.com>\r
43 X-Mailer: git-send-email 1.7.7.2\r
44 In-Reply-To: <1321466963-29702-1-git-send-email-y>\r
45 References: <87pqgsnduy.fsf@gmail.com>\r
46  <1321466963-29702-1-git-send-email-y>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 16 Nov 2011 18:10:00 -0000\r
60 \r
61 From: Daniel Schoepe <daniel@schoepe.org>\r
62 \r
63 This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38\r
64 ---\r
65  NEWS |    5 +++++\r
66  1 files changed, 5 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/NEWS b/NEWS\r
69 index ff12ca6..044a51e 100644\r
70 --- a/NEWS\r
71 +++ b/NEWS\r
72 @@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter\r
73    These functions now support completion tags for query parts\r
74    starting with "tag:".\r
75  \r
76 +Turn "id:MSG-ID" links into buttons associated with notmuch searches\r
77 +\r
78 +  Text of the form "id:MSG-ID" in mails is now a clickable button that\r
79 +  opens a notmuch search for the given message id.\r
80 +\r
81  Performance\r
82  -----------\r
83  \r
84 -- \r
85 1.7.7.2\r
86 \r