Re: [PATCH v3] Allow content preference based on message content.
[notmuch-archives.git] / dc / 6ab23f688037c74829b17f42b67cd56d7feb2c
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 1FFED431FC0\r
6         for <notmuch@notmuchmail.org>; Mon, 25 Jan 2010 05:49:06 -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.362\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.362 tagged_above=-999 required=5\r
12         tests=[AWL=-0.363, BAYES_50=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 hcggl4YEY7iz for <notmuch@notmuchmail.org>;\r
16         Mon, 25 Jan 2010 05:49:05 -0800 (PST)\r
17 Received: from homiemail-a22.g.dreamhost.com (caiajhbdcbbj.dreamhost.com\r
18         [208.97.132.119])\r
19         by olra.theworths.org (Postfix) with ESMTP id 84B2A431FBC\r
20         for <notmuch@notmuchmail.org>; Mon, 25 Jan 2010 05:49:05 -0800 (PST)\r
21 Received: from sspaeth.de (unknown [84.55.198.58])\r
22         by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 31CAC1A8071; \r
23         Mon, 25 Jan 2010 05:49:03 -0800 (PST)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Mon, 25 Jan 2010 14:49:00 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: martin f krafft <madduck@madduck.net>,\r
28  Asheesh Laroia <asheesh@asheesh.org>\r
29 In-Reply-To: <20100125004659.GA24818@lapse.rw.madduck.net>\r
30 References: <20100111221909.GA30299@lapse.rw.madduck.net>\r
31         <1263267603-sup-302@elise>\r
32         <20100112045152.GA15275@lapse.rw.madduck.net>\r
33         <alpine.DEB.2.00.1001140254240.27198@vellum>\r
34         <20100114203730.GE4691@lapse.rw.madduck.net>\r
35         <alpine.DEB.2.00.1001210124590.24778@localhost>\r
36         <20100125004659.GA24818@lapse.rw.madduck.net>\r
37 Date: Mon, 25 Jan 2010 14:49:00 +0100\r
38 Message-ID: <87k4v670s3.fsf@SSpaeth.de>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Cc: notmuch <notmuch@notmuchmail.org>\r
42 Subject: Re: [notmuch] Git as notmuch object store (was: Potential problem\r
43  using Git for mail)\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 25 Jan 2010 13:49:06 -0000\r
57 \r
58 \r
59 On Mon, 25 Jan 2010 13:46:59 +1300, martin f krafft <madduck@madduck.net> wrote:\r
60 > I think we all kinda agreed that the Maildir flags should not be\r
61 > used by notmuch and that things like Sebastian's notmuchsync should\r
62 > be used if people wanted flags represented in Maildir filenames.\r
63 \r
64 While notmuchsync fullfils my needs, it is a kludge. It needs to call\r
65 "notmuch" for each mail where a MailDir flag has changed (which can be\r
66 quite often on an initial run, where most mails are likely to be read),\r
67 this can take a long, long time. It would makes sense IMHO to at least\r
68 pick pioto's "don't set unread if 'S' flag is set" on notmuch new[1].\r
69 \r
70 Or - at the very least - not to set the "unread" flag by default.\r
71 \r
72 Sebastian\r
73 \r
74 [1] pioto's noarg-count branch (http://git.pioto.org/gitweb/notmuch.git\r
75 Announced in mail id:20100121204201.1C82764A0E@aether.pioto.org)\r