Re: How does notmuch track mails?
[notmuch-archives.git] / e5 / 18650805aff16fe99e38a1373495c5d5d2fc3a
1 Return-Path: <dme@dme.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 4768D431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 00:15:31 -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 2CH1N5yjtkMl for <notmuch@notmuchmail.org>;\r
16         Tue, 20 Dec 2011 00:15:30 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  9D326431FB6    for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 00:15:30 -0800\r
21  (PST)\r
22 Received: by wgbds13 with SMTP id ds13so9808357wgb.2\r
23         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 00:15:29 -0800 (PST)\r
24 Received: by 10.227.207.133 with SMTP id fy5mr987765wbb.23.1324368929488;\r
25         Tue, 20 Dec 2011 00:15:29 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id b5sm1027628wbh.4.2011.12.20.00.15.27\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Tue, 20 Dec 2011 00:15:28 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id A8860A0179; Tue, 20 Dec 2011 08:15:26 +0000 (GMT)\r
33 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] emacs: Add `notmuch-jump-to-recent-buffer'.\r
35 In-Reply-To: <yf662hb1xj0.fsf@taco2.nixu.fi>\r
36 References: <1290426664-15745-1-git-send-email-dme@dme.org>\r
37         <yf662hb1xj0.fsf@taco2.nixu.fi>\r
38 User-Agent: Notmuch/0.10.2+107~ga2d0215 (http://notmuchmail.org)\r
39         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
40 From: David Edmondson <dme@dme.org>\r
41 Date: Tue, 20 Dec 2011 08:15:26 +0000\r
42 Message-ID: <cunehvzzmjl.fsf@hotblack-desiato.hh.sledj.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Tue, 20 Dec 2011 08:15:31 -0000\r
58 \r
59 On Tue, 20 Dec 2011 10:02:11 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
60 > > +    (loop for buffer in (buffer-list)\r
61 > > +          if (progn\r
62\r
63 > Are the last few lines above working... if without '(' and no\r
64 > loop (nor for) function in my emacs (where notmuch loaded).\r
65 \r
66 `loop' is an emacs clone of the all singing ("It slices, it dices!")\r
67 Common Lisp `loop' macro in cl-macs.el.\r
68 \r
69 dme.\r
70 -- \r
71 David Edmondson, http://dme.org\r