Re: Batch tagging - add id_list as tag possible?
[notmuch-archives.git] / b1 / 21cc509dea87952c1f13d4982ab5188d4aa925
1 Return-Path: <pieter@praet.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 9F2F6431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:25:40 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 93nmFXd8DJAp for <notmuch@notmuchmail.org>;\r
16         Thu, 12 Jan 2012 09:25:40 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id ACE76429E25\r
21         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:25:39 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so1515830wib.26\r
23         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:25:38 -0800 (PST)\r
24 Received: by 10.180.93.132 with SMTP id cu4mr2018242wib.9.1326389138522;\r
25         Thu, 12 Jan 2012 09:25:38 -0800 (PST)\r
26 Received: from localhost ([109.131.126.209])\r
27         by mx.google.com with ESMTPS id ek1sm947269wib.10.2012.01.12.09.25.37\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Thu, 12 Jan 2012 09:25:38 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 Subject: [PATCH 1/3] emacs: s/buttonise/buttonize/g\r
33 Date: Thu, 12 Jan 2012 18:23:43 +0100\r
34 Message-Id: <1326389025-18877-1-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.8.1\r
36 In-Reply-To: <874nw0ltwz.fsf@praet.org>\r
37 References: <874nw0ltwz.fsf@praet.org>\r
38 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 12 Jan 2012 17:25:40 -0000\r
52 \r
53 "Worldwide, -ize endings prevail in scientific writing and are commonly\r
54 used by many international organizations, such as the ISO and the\r
55 WHO. The European Union switched from -ize to -ise some years ago in its\r
56 English language publications, and this resulted in the coexistence of\r
57 the -ize spelling in older legislative acts and the -ise spelling in\r
58 more recent ones." ... and other convincing reasons [1].\r
59 \r
60 Let's follow the good example of academic and standards bodies,\r
61 instead of the errors of a non-democratic pseudo-authority [2].\r
62 \r
63 [1] http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#Greek-derived_spellings\r
64 [2] http://en.wikipedia.org/wiki/Democratic_deficit_in_the_European_Union\r
65 ---\r
66  emacs/notmuch-show.el |    6 +++---\r
67  1 files changed, 3 insertions(+), 3 deletions(-)\r
68 \r
69 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
70 index 5502efd..c55a1d1 100644\r
71 --- a/emacs/notmuch-show.el\r
72 +++ b/emacs/notmuch-show.el\r
73 @@ -797,8 +797,8 @@ current buffer, if possible."\r
74  (defvar notmuch-show-buffer-name nil)\r
75  (make-variable-buffer-local 'notmuch-show-buffer-name)\r
76  \r
77 -(defun notmuch-show-buttonise-links (start end)\r
78 -  "Buttonise URLs and mail addresses between START and END.\r
79 +(defun notmuch-show-buttonize-links (start end)\r
80 +  "Buttonize URLs and mail addresses between START and END.\r
81  \r
82  This also turns id:\"<message id>\"-parts into buttons for\r
83  a corresponding notmuch search."\r
84 @@ -874,7 +874,7 @@ buffer."\r
85           (notmuch-show-insert-forest\r
86            (notmuch-query-get-threads basic-args))))\r
87  \r
88 -      (jit-lock-register #'notmuch-show-buttonise-links)\r
89 +      (jit-lock-register #'notmuch-show-buttonize-links)\r
90  \r
91        ;; Act on visual lines rather than logical lines.\r
92        (visual-line-mode t)\r
93 -- \r
94 1.7.8.1\r
95 \r