[PATCH 1/3] test: add functions to count how much times notmuch was called
[notmuch-archives.git] / 48 / 648627fe6f0e5f5c096ccbcf97681ce5bd91d5
1 Return-Path: <Sebastian@SSpaeth.de>\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 A2C1F4196F2\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 03:35:21 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001] autolearn=ham\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 XJi0riHMHxuM for <notmuch@notmuchmail.org>;\r
16         Thu, 22 Apr 2010 03:35:20 -0700 (PDT)\r
17 Received: from homiemail-a18.g.dreamhost.com (caiajhbdcbbj.dreamhost.com\r
18         [208.97.132.119])\r
19         by olra.theworths.org (Postfix) with ESMTP id ADC77431FC1\r
20         for <notmuch@notmuchmail.org>; Thu, 22 Apr 2010 03:35:20 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de)\r
23         by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id D3403250065; \r
24         Thu, 22 Apr 2010 03:35:18 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Thu, 22 Apr 2010 12:35:16 +0200\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Jesse Rosenthal <jrosenthal@jhu.edu>, notmuch@notmuchmail.org\r
29 Subject: Re: [notmuch] auto-tagging replied messages\r
30 In-Reply-To: <87pr3iygrx.fsf@jhu.edu>\r
31 References: <87pr3iygrx.fsf@jhu.edu>\r
32 Date: Thu, 22 Apr 2010 12:35:16 +0200\r
33 Message-ID: <87y6gfojvf.fsf@SSpaeth.de>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 22 Apr 2010 10:35:21 -0000\r
49 \r
50 On 2010-03-05, Jesse Rosenthal wrote:\r
51 > One element of traditional clients that I've missed in notmuch is the\r
52 > ability to easily see which messages have been replied to. A look at the\r
53 > thread structure will often make that clear, but for both searching and\r
54 > syncing, an "answered" tag would be nice.\r
55 \r
56 This patch has been working great so far and is very useful. Can I\r
57 persuade someone to take this into the notmuch code and have a defcustom\r
58 as to which tag a reply should get (or disable if nil)?\r
59 \r
60 Sebastian\r