Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 32488431FD0 for ; Mon, 14 Feb 2011 22:08:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.625 X-Spam-Level: * X-Spam-Status: No, score=1.625 tagged_above=-999 required=5 tests=[SUBJ_ALL_CAPS=1.625] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id taQ2yCsahgDu for ; Mon, 14 Feb 2011 22:08:02 -0800 (PST) Received: from defaultvalue.org (defaultvalue.org [70.85.129.156]) by olra.theworths.org (Postfix) with ESMTP id B7B38431FB5 for ; Mon, 14 Feb 2011 22:08:02 -0800 (PST) Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 7C30D90D42; Tue, 15 Feb 2011 00:08:11 -0600 (CST) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id B583614E44B; Tue, 15 Feb 2011 00:07:59 -0600 (CST) From: Rob Browning To: notmuch@notmuchmail.org Subject: [PATCH] *** SUBJECT HERE *** Date: Tue, 15 Feb 2011 00:07:58 -0600 Message-Id: X-Mailer: git-send-email 1.7.2.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 06:08:04 -0000 The function notmuch_message_tags_to_maildir_flags() unconditionally returns NOTMUCH_STATUS_SUCCESS, but it looks like it should probably return status. Rob Browning (1): Return error status from notmuch_message_tags_to_maildir_flags(). lib/message.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.2.3