Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 4d / 3c70b63fcd1245a1f369926f5081e1cfb6b017
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 175776DE0B27\r
6  for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 14:52:27 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.666\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.666 tagged_above=-999 required=5 tests=[AWL=0.014, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id ugyG34AtgqPE for <notmuch@notmuchmail.org>;\r
16  Thu,  7 Jan 2016 14:52:25 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id D5BB16DE0B26\r
19  for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 14:52:22 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 9685A1000B3;\r
22  Fri,  8 Jan 2016 00:52:40 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 6/7] emacs: hello: add highlight newly arrived messages\r
26  option\r
27 In-Reply-To: <1399797282-20389-7-git-send-email-markwalters1009@gmail.com>\r
28 References: <1399797282-20389-1-git-send-email-markwalters1009@gmail.com>\r
29  <1399797282-20389-7-git-send-email-markwalters1009@gmail.com>\r
30 User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Fri, 08 Jan 2016 00:52:40 +0200\r
36 Message-ID: <m2ziwhhuiv.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 07 Jan 2016 22:52:27 -0000\r
52 \r
53 On Sun, May 11 2014, Mark Walters <markwalters1009@gmail.com> wrote:\r
54 \r
55 > This adds a function that highlights searches which have newly arrived\r
56 > messages (ones which arrived since the previous refresh of\r
57 > notmuch-hello). It does that by getting a full list of matching\r
58 > message ids and checking whether any new messages have appeared. Thus\r
59 > it will be slow on large saved searches.\r
60 \r
61 What we need is docid: support -- then this could be faaast !!111!!11??? ;D\r
62 \r
63 -> ZZZ\r
64 \r
65 Tomi\r
66 \r
67 \r