[PATCH 1/3] lib: make compact to keep backup until new database in place
[notmuch-archives.git] / e2 / ecdb9cb97c533f2f7697f77552defa4c7ab620
1 Return-Path: <jrollins@servo.finestructure.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 8E2DF429E53\r
6         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52: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: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         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 thUk3d54f-2h for <notmuch@notmuchmail.org>;\r
17         Sat, 28 May 2011 14:52:20 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id CFA74429E28\r
21         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52:14 -0700 (PDT)\r
22 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by earth-doxen-postvirus (Postfix) with ESMTP id 4C2C066E034C;\r
24         Sat, 28 May 2011 14:52:13 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
27         [98.149.172.122]) (Authenticated sender: jrollins)\r
28         by earth-doxen-submit (Postfix) with ESMTP id 6FA2866E022C;\r
29         Sat, 28 May 2011 14:52:09 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 4245B7E8; Sat, 28 May 2011 14:52:05 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 14/25] Fix old style notmuch-fcc-dirs configuration check.\r
35 Date: Sat, 28 May 2011 14:51:49 -0700\r
36 Message-Id: <1306619520-25730-15-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.4.4\r
38 In-Reply-To: <1306619520-25730-14-git-send-email-jrollins@finestructure.net>\r
39 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
40         <1306619520-25730-2-git-send-email-jrollins@finestructure.net>\r
41         <1306619520-25730-3-git-send-email-jrollins@finestructure.net>\r
42         <1306619520-25730-4-git-send-email-jrollins@finestructure.net>\r
43         <1306619520-25730-5-git-send-email-jrollins@finestructure.net>\r
44         <1306619520-25730-6-git-send-email-jrollins@finestructure.net>\r
45         <1306619520-25730-7-git-send-email-jrollins@finestructure.net>\r
46         <1306619520-25730-8-git-send-email-jrollins@finestructure.net>\r
47         <1306619520-25730-9-git-send-email-jrollins@finestructure.net>\r
48         <1306619520-25730-10-git-send-email-jrollins@finestructure.net>\r
49         <1306619520-25730-11-git-send-email-jrollins@finestructure.net>\r
50         <1306619520-25730-12-git-send-email-jrollins@finestructure.net>\r
51         <1306619520-25730-13-git-send-email-jrollins@finestructure.net>\r
52         <1306619520-25730-14-git-send-email-jrollins@finestructure.net>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Sat, 28 May 2011 21:52:22 -0000\r
66 \r
67 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
68 \r
69 In notmuch 0.5 notmuch-fcc-dirs style changed.  The previous code\r
70 did not correctly identify an old configuration and, as a\r
71 consequence, broke new configurations.\r
72 \r
73 The fix was extracted from a bigger patch series by David\r
74 Edmondson id:"1290682750-30283-2-git-send-email-dme@dme.org".\r
75 \r
76 Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>\r
77 ---\r
78  emacs/notmuch-maildir-fcc.el |    2 +-\r
79  1 files changed, 1 insertions(+), 1 deletions(-)\r
80 \r
81 diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el\r
82 index 3f1c124..b79f6a3 100644\r
83 --- a/emacs/notmuch-maildir-fcc.el\r
84 +++ b/emacs/notmuch-maildir-fcc.el\r
85 @@ -88,7 +88,7 @@ will NOT be removed or replaced."\r
86            notmuch-fcc-dirs)\r
87  \r
88           ((and (listp notmuch-fcc-dirs)\r
89 -               (= 1 (length (car notmuch-fcc-dirs))))\r
90 +               (stringp (car notmuch-fcc-dirs)))\r
91            ;; Old style - no longer works.\r
92            (error "Invalid `notmuch-fcc-dirs' setting (old style)"))\r
93  \r
94 -- \r
95 1.7.4.4\r
96 \r