Re: Hi all
[notmuch-archives.git] / a8 / a6c7181449ece8b7b10d960e28b4980b32c5fb
1 Return-Path: <rlb@defaultvalue.org>\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 32488431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Feb 2011 22:08:04 -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: 1.625\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.625 tagged_above=-999 required=5\r
12         tests=[SUBJ_ALL_CAPS=1.625] autolearn=disabled\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 taQ2yCsahgDu for <notmuch@notmuchmail.org>;\r
16         Mon, 14 Feb 2011 22:08:02 -0800 (PST)\r
17 Received: from defaultvalue.org (defaultvalue.org [70.85.129.156])\r
18         by olra.theworths.org (Postfix) with ESMTP id B7B38431FB5\r
19         for <notmuch@notmuchmail.org>; Mon, 14 Feb 2011 22:08:02 -0800 (PST)\r
20 Received: from trouble.defaultvalue.org (localhost [127.0.0.1])\r
21         (Authenticated sender: rlb@defaultvalue.org)\r
22         by defaultvalue.org (Postfix) with ESMTPSA id 7C30D90D42;\r
23         Tue, 15 Feb 2011 00:08:11 -0600 (CST)\r
24 Received: by trouble.defaultvalue.org (Postfix, from userid 1000)\r
25         id B583614E44B; Tue, 15 Feb 2011 00:07:59 -0600 (CST)\r
26 From: Rob Browning <rlb@defaultvalue.org>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH] *** SUBJECT HERE ***\r
29 Date: Tue, 15 Feb 2011 00:07:58 -0600\r
30 Message-Id: <cover.1297749638.git.rlb@defaultvalue.org>\r
31 X-Mailer: git-send-email 1.7.2.3\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Tue, 15 Feb 2011 06:08:04 -0000\r
45 \r
46 The function notmuch_message_tags_to_maildir_flags() unconditionally\r
47 returns NOTMUCH_STATUS_SUCCESS, but it looks like it should probably\r
48 return status.\r
49 \r
50 Rob Browning (1):\r
51   Return error status from notmuch_message_tags_to_maildir_flags().\r
52 \r
53  lib/message.cc |    2 +-\r
54  1 files changed, 1 insertions(+), 1 deletions(-)\r
55 \r
56 -- \r
57 1.7.2.3\r
58 \r