Re: Patch formatting:
[notmuch-archives.git] / be / 61b924fad25b3942b5d325f840bfcda8c09b4b
1 Return-Path: <lrilling@gmail.com>\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 63FB2429E25\r
6         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 07:36:58 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id WavQ6JhZwAkd for <notmuch@notmuchmail.org>;\r
17         Mon, 11 Jul 2011 07:36:57 -0700 (PDT)\r
18 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
19         [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 46D0D431FB6\r
22         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 07:36:57 -0700 (PDT)\r
23 Received: by eyh5 with SMTP id 5so1380568eyh.26\r
24         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 07:36:55 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=VIo1yofjL2jenJhby/ddqCD69iB+HcdBEz5+s01Ulo8=;\r
28         b=vBvk//GV42yHlm+qxBQgx246dxjqImrMQrPiPvzHbxndSKV4rWh3Roin3bTnKDPaI8\r
29         mTGgtMZjSUuM1T455kVST13PUeP6JXN01xXsErJ1wfyqet1XjIw9+XQLMTYJ4GZ6VkSY\r
30         WYJbPACa4Pj6oCi6MBliTA4FHVgoH0LlkwuSI=\r
31 Received: by 10.213.105.206 with SMTP id u14mr1479840ebo.54.1310395015726;\r
32         Mon, 11 Jul 2011 07:36:55 -0700 (PDT)\r
33 Received: from osdor.le-roi-du-couscous.fr ([78.222.14.116])\r
34         by mx.google.com with ESMTPS id q16sm1163418eef.41.2011.07.11.07.36.54\r
35         (version=SSLv3 cipher=OTHER); Mon, 11 Jul 2011 07:36:55 -0700 (PDT)\r
36 Sender: Louis Rilling <lrilling@gmail.com>\r
37 From: Louis Rilling <l.rilling@av7.net>\r
38 To: Carl Worth <cworth@cworth.org>\r
39 Subject: [PATCH 0/2] lib: Don't always move from maildir new/ to maildir cur/\r
40 Date: Mon, 11 Jul 2011 16:36:16 +0200\r
41 Message-Id: <1310394978-11883-1-git-send-email-l.rilling@av7.net>\r
42 X-Mailer: git-send-email 1.7.2.5\r
43 In-Reply-To: <87d3hzgemi.fsf@yoom.home.cworth.org>\r
44 References: <87d3hzgemi.fsf@yoom.home.cworth.org>\r
45 Cc: notmuch@notmuchmail.org, Austin Clements <amdragon@mit.edu>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Mon, 11 Jul 2011 14:36:58 -0000\r
59 \r
60 Hello,\r
61 \r
62 Here is an alternative, as we discussed earlier. This is enough to keep me\r
63 using mutt's ability to show the "new" status, and to allow me to test notmuch\r
64 with my real emails. Altough my notmuch config uses\r
65 \r
66         [new]\r
67         tags=new;\r
68 \r
69         [maildir]\r
70         synchronize_flags=true\r
71 \r
72 messages will be kept in "new/", even with\r
73 \r
74         [new]\r
75         tags=inbox;unread;\r
76         \r
77         [maildir]\r
78         synchronize_flags=true\r
79 \r
80 as long as no maildir flags have to be changed.\r
81 \r
82 The first patch can be applied independently.\r
83 \r
84 Thanks,\r
85 \r
86 Louis\r
87 \r
88 \r
89 Louis Rilling (2):\r
90   tags_to_maildir_flags: Cleanup double assignement\r
91   tags_to_maildir_flags: Don't rename if no flags change\r
92 \r
93  lib/message.cc |   14 +++++++++++---\r
94  1 files changed, 11 insertions(+), 3 deletions(-)\r
95 \r
96 -- \r
97 1.7.2.5\r
98 \r