[PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / bd / 99a2048f8ab5247f1b23fb4793584af950597d
1 Return-Path: <markwalters1009@gmail.com>\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 03F25431FC3\r
6         for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:22 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id OV12WNyYDBXR for <notmuch@notmuchmail.org>;\r
18         Sat, 18 Jan 2014 15:31:16 -0800 (PST)\r
19 Received: from mail-we0-f175.google.com (mail-we0-f175.google.com\r
20         [74.125.82.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id BCECE431FC4\r
23         for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:10 -0800 (PST)\r
24 Received: by mail-we0-f175.google.com with SMTP id p61so5865417wes.34\r
25         for <notmuch@notmuchmail.org>; Sat, 18 Jan 2014 15:31:09 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=OtljRpbfMX1AXd9Wj2R5ZiDRa0FgMQhq8Gb1mIiq5as=;\r
29         b=uYfp+uml23VVcYJYms5QJw3V1jkl3bbRAoh7RiakDoOT036JhV6TPCGl1GJIMoOmLM\r
30         Oed8ygthP3RVUlMc/gdLYSL0ofl8gtZRlEhOv1326LQ7mp3vtKmmLKUeghCb80eDcmwB\r
31         79wQyv8IoQgjHYtN/qwJPC2pIPZBa2g54ss8g9PAORM5fSKlgAAfstrr40LVCR9YMWIG\r
32         i84/C7zUyH0nwcKkqFO19Y9Y+m9RquSn9bIb6cIyGm1aW5EJB2xQGdRu5nsXSZNWJwFC\r
33         Ci9rf3CENytJLnlr1qeVHuBK9IKKps9QqcQFk2qx0SLPtLEEJgSk9kskBbKWEWfGY7aM\r
34         5BCQ==\r
35 X-Received: by 10.180.37.193 with SMTP id a1mr4110802wik.52.1390087869680;\r
36         Sat, 18 Jan 2014 15:31:09 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id p1sm10991053wie.1.2014.01.18.15.31.08\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 18 Jan 2014 15:31:09 -0800 (PST)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 5/7] emacs: show: use orig-tags for tag display\r
45 Date: Sat, 18 Jan 2014 23:30:53 +0000\r
46 Message-Id: <1390087855-26194-6-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1390087855-26194-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1390087855-26194-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 18 Jan 2014 23:31:22 -0000\r
63 \r
64 This uses the previous patch to show the tag changes that have occured\r
65 in the show buffer since it was last loaded/refreshed.\r
66 ---\r
67  emacs/notmuch-show.el |    4 +++-\r
68  1 files changed, 3 insertions(+), 1 deletions(-)\r
69 \r
70 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
71 index 1ce56f9..97243dc 100644\r
72 --- a/emacs/notmuch-show.el\r
73 +++ b/emacs/notmuch-show.el\r
74 @@ -344,7 +344,7 @@ operation on the contents of the current buffer."\r
75      (if (re-search-forward "(\\([^()]*\\))$" (line-end-position) t)\r
76         (let ((inhibit-read-only t))\r
77           (replace-match (concat "("\r
78 -                                (notmuch-tag-format-tags tags tags)\r
79 +                                (notmuch-tag-format-tags tags (notmuch-show-get-prop :orig-tags))\r
80                                  ")"))))))\r
81  \r
82  (defun notmuch-clean-address (address)\r
83 @@ -1167,6 +1167,8 @@ function is used."\r
84  \r
85        (jit-lock-register #'notmuch-show-buttonise-links)\r
86  \r
87 +      (notmuch-show-mapc (lambda () (notmuch-show-set-prop :orig-tags (notmuch-show-get-tags))))\r
88 +\r
89        ;; Set the header line to the subject of the first message.\r
90        (setq header-line-format (notmuch-sanitize (notmuch-show-strip-re (notmuch-show-get-subject))))\r
91  \r
92 -- \r
93 1.7.9.1\r
94 \r