Re: [PATCH 6/7] emacs: hello: add highlight newly arrived messages option
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 7 Jan 2016 22:52:40 +0000 (00:52 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:20:48 +0000 (16:20 -0700)
4d/3c70b63fcd1245a1f369926f5081e1cfb6b017 [new file with mode: 0644]

diff --git a/4d/3c70b63fcd1245a1f369926f5081e1cfb6b017 b/4d/3c70b63fcd1245a1f369926f5081e1cfb6b017
new file mode 100644 (file)
index 0000000..941c478
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 175776DE0B27\r
+ for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 14:52:27 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.666\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.666 tagged_above=-999 required=5 tests=[AWL=0.014, \r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id ugyG34AtgqPE for <notmuch@notmuchmail.org>;\r
+ Thu,  7 Jan 2016 14:52:25 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D5BB16DE0B26\r
+ for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 14:52:22 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 9685A1000B3;\r
+ Fri,  8 Jan 2016 00:52:40 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 6/7] emacs: hello: add highlight newly arrived messages\r
+ option\r
+In-Reply-To: <1399797282-20389-7-git-send-email-markwalters1009@gmail.com>\r
+References: <1399797282-20389-1-git-send-email-markwalters1009@gmail.com>\r
+ <1399797282-20389-7-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Fri, 08 Jan 2016 00:52:40 +0200\r
+Message-ID: <m2ziwhhuiv.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 07 Jan 2016 22:52:27 -0000\r
+\r
+On Sun, May 11 2014, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> This adds a function that highlights searches which have newly arrived\r
+> messages (ones which arrived since the previous refresh of\r
+> notmuch-hello). It does that by getting a full list of matching\r
+> message ids and checking whether any new messages have appeared. Thus\r
+> it will be slow on large saved searches.\r
+\r
+What we need is docid: support -- then this could be faaast !!111!!11??? ;D\r
+\r
+-> ZZZ\r
+\r
+Tomi\r
+\r
+\r