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 654D2429E25 for ; Sat, 1 Oct 2011 01:12:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 dLbLXXca97Xy for ; Sat, 1 Oct 2011 01:12:33 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B9BC2431FB6 for ; Sat, 1 Oct 2011 01:12:32 -0700 (PDT) Received: by bkbzt12 with SMTP id zt12so3139417bkb.26 for ; Sat, 01 Oct 2011 01:12:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :organization:mime-version:content-type:content-transfer-encoding; bh=kmCBPBxsQTQ4pohq9QirpunAU9YW3BzAjubekM5oJYM=; b=YwYFxYw1fTI26R/L2iiyqaAUgIWic/E854GjGAmwI1GZa8LWSmRmn9KPT2d/AWOP2y 970JV7d/XCyD6aydWtoy4k/sYYlbo3IyvuL4hsWJuEvE4mbwNPlM4CLqpijbJY/Cwr8v H7h78HCkOL29sOM5zCCMIceTezgf9JKdVfbK0= Received: by 10.223.39.91 with SMTP id f27mr1440526fae.26.1317456749953; Sat, 01 Oct 2011 01:12:29 -0700 (PDT) Received: from localhost ([78.183.84.0]) by mx.google.com with ESMTPS id u6sm10390079fan.17.2011.10.01.01.12.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 01 Oct 2011 01:12:28 -0700 (PDT) From: Ali Polatel To: Austin Clements Subject: [PATCH] lib: make find_message{,by_filename) report errors Date: Sat, 1 Oct 2011 11:12:23 +0300 Message-Id: X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <20110930064712.GA30012@hayalet> References: <20110930064712.GA30012@hayalet> Organization: Pink Floyd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Notmuch Mailing List , Ali Polatel 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: Sat, 01 Oct 2011 08:12:33 -0000 From: Ali Polatel Looks like the patch did not make it correctly the first time. Resending using git-send-emailâ„¢ You may also find the commit in my notmuch repository: git://github.com/alip/notmuch.git branch: find_message Ali Polatel (1): lib: make find_message{,by_filename) report errors lib/database.cc | 89 ++++++++++++++++++++++++++++++++++------------------ lib/message.cc | 6 ++-- lib/notmuch.h | 61 +++++++++++++++++++++++++----------- notmuch-new.c | 4 ++- notmuch-restore.c | 11 ++++-- 5 files changed, 114 insertions(+), 57 deletions(-) -- 1.7.6.1