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 08C27429E21 for ; Mon, 3 Oct 2011 09:49:28 -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 q-smD8sIAKsm for ; Mon, 3 Oct 2011 09:49:27 -0700 (PDT) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 680E6431FB6 for ; Mon, 3 Oct 2011 09:49:27 -0700 (PDT) Received: by ggmi1 with SMTP id i1so784017ggm.26 for ; Mon, 03 Oct 2011 09:49:25 -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; bh=HEsJZgjFYE8ey0biLe+oVLmJv9fBrC2zosfvMe56NPM=; b=cPgT63odwEto8w0h2xnXTDAWn4aTpWH9OoCKcLAXr4hZrPgMB7HczXFeq+woJ1MBdJ vFnd+RU3xIhREa4Eu0b9IpZRPW1C3lfWpD3mbD3Frt/8ErNsDICHhu/dzTxmsww5vmIo PGl3TSgfg8EwH6pN0nZtHyzIncmyny7BRq410= Received: by 10.223.45.202 with SMTP id g10mr146697faf.126.1317660565385; Mon, 03 Oct 2011 09:49:25 -0700 (PDT) Received: from localhost ([88.236.39.101]) by mx.google.com with ESMTPS id g19sm21908274fai.8.2011.10.03.09.49.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Oct 2011 09:49:23 -0700 (PDT) From: Ali Polatel To: Notmuch Mailing List Subject: [PATCH v1 0/1] lib: make find_message{,by_filename) report errors Date: Mon, 3 Oct 2011 19:49:19 +0300 Message-Id: X-Mailer: git-send-email 1.7.6.1 In-Reply-To: References: Organization: Pink Floyd Cc: Austin Clements 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: Mon, 03 Oct 2011 16:49:28 -0000 Here is an updated patch fixing style issues addressed by amdragon on IRC. I plan to submit a patch documenting how to configure VIM to code using notmuch's style guidelines as well. You may also find the commit in my notmuch repository: git://github.com/alip/notmuch.git branch: find_message-v1 Ali Polatel (1): lib: make find_message{,by_filename) report errors lib/database.cc | 90 ++++++++++++++++++++++++++++++++++------------------ lib/message.cc | 6 ++-- lib/notmuch.h | 61 +++++++++++++++++++++++++---------- notmuch-new.c | 4 ++- notmuch-restore.c | 11 ++++-- 5 files changed, 115 insertions(+), 57 deletions(-) -- 1.7.6.1