Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d9 / 7a4dd8e37add3a5fb50011c3aee165e6cb452e
1 Return-Path: <prvs=667190fa7e=davidben@mit.edu>\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 4F233431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 23 Feb 2010 18:28:17 -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.555\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.555 tagged_above=-999 required=5 tests=[AWL=0.555,\r
12         BAYES_05=-1.11] 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 Q7FPzqaxtqki for <notmuch@notmuchmail.org>;\r
16         Tue, 23 Feb 2010 18:28:16 -0800 (PST)\r
17 Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU\r
18         [18.9.25.13])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5B0BF431FBC\r
20         for <notmuch@notmuchmail.org>; Tue, 23 Feb 2010 18:28:16 -0800 (PST)\r
21 X-AuditID: 1209190d-b7cf8ae00000096b-f9-4b848d91f638\r
22 Received: from mailhub-auth-1.mit.edu (MAILHUB-AUTH-1.MIT.EDU [18.9.21.35])\r
23         by dmz-mailsec-scanner-2.mit.edu (Symantec Brightmail Gateway) with\r
24         SMTP id 07.33.02411.19D848B4; Tue, 23 Feb 2010 21:23:13 -0500 (EST)\r
25 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])\r
26         by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id o1O2NDRE010143; \r
27         Tue, 23 Feb 2010 21:23:13 -0500\r
28 Received: from localhost.localdomain (ET-NINETY-THREE.MIT.EDU [18.208.1.93])\r
29         (authenticated bits=0)\r
30         (User authenticated as davidben@ATHENA.MIT.EDU)\r
31         by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o1O2NTis021532\r
32         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
33         Tue, 23 Feb 2010 21:23:34 -0500 (EST)\r
34 From: David Benjamin <davidben@MIT.EDU>\r
35 To: notmuch@notmuchmail.org\r
36 Date: Tue, 23 Feb 2010 21:23:00 -0500\r
37 Message-Id: <1266978183-19698-2-git-send-email-davidben@mit.edu>\r
38 X-Mailer: git-send-email 1.7.0.18.g39b3\r
39 In-Reply-To: <1266978183-19698-1-git-send-email-davidben@mit.edu>\r
40 References: <1266978183-19698-1-git-send-email-davidben@mit.edu>\r
41 X-Brightmail-Tracker: AAAAAA==\r
42 Subject: [notmuch] [PATCH 1/4] lib/database.cc: Fix function name in comment\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Wed, 24 Feb 2010 02:28:17 -0000\r
56 \r
57 notmuch_message_add_filename has a leading underscore in the name.\r
58 \r
59 Signed-off-by: David Benjamin <davidben@mit.edu>\r
60 ---\r
61  lib/database.cc |    2 +-\r
62  1 files changed, 1 insertions(+), 1 deletions(-)\r
63 \r
64 diff --git a/lib/database.cc b/lib/database.cc\r
65 index 2b5b64d..1bb24ec 100644\r
66 --- a/lib/database.cc\r
67 +++ b/lib/database.cc\r
68 @@ -739,7 +739,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch,\r
69  \r
70      /* Before version 1, each message document had its filename in the\r
71       * data field. Copy that into the new format by calling\r
72 -     * notmuch_message_add_filename.\r
73 +     * _notmuch_message_add_filename.\r
74       */\r
75      if (version < 1) {\r
76         notmuch_query_t *query = notmuch_query_create (notmuch, "");\r
77 -- \r
78 1.7.0.18.g39b3\r
79 \r