Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 1e / ad51501340ab2a3e6340e4250172f022c47d8d
1 Return-Path: <bart@jukie.net>\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 5C423431FC2\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 20:55:19 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Jzjf-8ZQULby for <notmuch@notmuchmail.org>;\r
11         Tue, 24 Nov 2009 20:55:18 -0800 (PST)\r
12 Received: from tau.jukie.net (tau.jukie.net [216.239.93.128])\r
13         by olra.theworths.org (Postfix) with ESMTP id 65EF7431FAE\r
14         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 20:55:18 -0800 (PST)\r
15 Received: from localhost.localdomain (oxygen.jukie.net [10.10.10.8])\r
16         by tau.jukie.net (Postfix) with ESMTP id BEBCAC00F83\r
17         for <notmuch@notmuchmail.org>; Tue, 24 Nov 2009 23:55:17 -0500 (EST)\r
18 From: Bart Trojanowski <bart@jukie.net>\r
19 To: notmuch@notmuchmail.org\r
20 Date: Tue, 24 Nov 2009 23:54:32 -0500\r
21 Message-Id: <1259124875-28212-1-git-send-email-bart@jukie.net>\r
22 X-Mailer: git-send-email 1.6.4.4.2.gc2f148\r
23 Subject: [notmuch] notmuch show should tell us what messages matched the\r
24         search expression\r
25 X-BeenThere: notmuch@notmuchmail.org\r
26 X-Mailman-Version: 2.1.12\r
27 Precedence: list\r
28 List-Id: "Use and development of the notmuch mail system."\r
29         <notmuch.notmuchmail.org>\r
30 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
31         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
32 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
33 List-Post: <mailto:notmuch@notmuchmail.org>\r
34 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
35 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
37 X-List-Received-Date: Wed, 25 Nov 2009 04:55:19 -0000\r
38 \r
39 The following 3 patches implement this feature.\r
40 \r
41 Internally the message object learns about flags.  Only a single flag is\r
42 defined to denote that a message matched the search expression.\r
43 \r
44 That flag is then rendered on the "message{" line in the output of\r
45 notmuch show like this:\r
46 \r
47 message{ id:... depth:4 match:0 filename:...\r
48 message{ id:... depth:4 match:1 filename:...\r
49 \r
50 This can now be used by UI interfaces to hide or collapse less\r
51 interesting messages.\r
52 \r
53 -Bart\r