[PATCH 1/3] emacs: Don't overload same-window-regexps
[notmuch-archives.git] / cf / e79c64e7546d7b0f75299fc314bc8ebe5f9357
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 ACC6D431FAE\r
6         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 05:55:51 -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 AdcXpAf5Yek1 for <notmuch@notmuchmail.org>;\r
11         Fri,  4 Dec 2009 05:55:51 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id 3CBA6431FBC\r
14         for <notmuch@notmuchmail.org>; Fri,  4 Dec 2009 05:55:51 -0800 (PST)\r
15 Received: from localhost ([127.0.0.1] helo=pivot.cs.unb.ca ident=bremner)\r
16         by pivot.cs.unb.ca with esmtp (Exim 4.69)\r
17         (envelope-from <bremner@pivot.cs.unb.ca>)\r
18         id 1NGYdS-0008Dw-3H; Fri, 04 Dec 2009 09:55:50 -0400\r
19 Date: Fri, 04 Dec 2009 09:55:45 -0400\r
20 Message-ID: <87k4x29732.wl%bremner@pivot.cs.unb.ca>\r
21 From: david@tethera.net\r
22 To: Carl Worth <cworth@cworth.org>\r
23 In-Reply-To: <87zl5zfty5.fsf@yoom.home.cworth.org>\r
24 References: <1259267025-28733-1-git-send-email-dottedmag@dottedmag.net>\r
25         <1259788526-14205-1-git-send-email-dottedmag@dottedmag.net>\r
26         <87zl5zfty5.fsf@yoom.home.cworth.org>\r
27 User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=)\r
28         APEL/10.7 Emacs/23.1.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)\r
29 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
30 Content-Type: text/plain; charset=US-ASCII\r
31 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
32 Cc: notmuch@notmuchmail.org\r
33 Subject: Re: [notmuch] [PATCH (rebased)] Handle message renames in mail spool\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.12\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Fri, 04 Dec 2009 13:55:51 -0000\r
47 \r
48 \r
49 At Thu, 03 Dec 2009 16:45:22 -0800,\r
50 \r
51 > Anyway, I think we'll see code for that soon, so I'm not planning to\r
52 > commit the offered patch. But people really needing renames might want\r
53 > to use it for now, (and live with any performance implications it\r
54 > causes).\r
55 \r
56 I could live with the performance issues, but it seems that it re-tags\r
57 every "Processed" file (renamed or not) as inbox.  This brings about\r
58 20k messages back into my inbox, which is a bit unusable.  The problem\r
59 seems to be that notmuch_database_add_message returns\r
60 NOTMUCH_STATUS_SUCCESS whether or not a new message was really added.\r
61 I don't know if there is an easy fix for this, or if it is worth\r
62 pursuing, given that the patch won't be committed.\r
63 \r
64 d\r
65 \r
66 P.S. do people want to be CC'd on this list, or not?\r
67 \r
68 \r