From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 359B1431FC4 for ; Sun, 19 Feb 2012 12:50:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 Iaor9KPlmhY9 for ; Sun, 19 Feb 2012 12:50:24 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6412A431FAF for ; Sun, 19 Feb 2012 12:50:24 -0800 (PST) Received: by werp13 with SMTP id p13so3517623wer.26 for ; Sun, 19 Feb 2012 12:50:23 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.82.39 as permitted sender) client-ip=10.180.82.39; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.82.39 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.82.39]) by 10.180.82.39 with SMTP id f7mr11800303wiy.19.1329684623199 (num_hops = 1); Sun, 19 Feb 2012 12:50:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.82.39 with SMTP id f7mr9862080wiy.19.1329684623147; Sun, 19 Feb 2012 12:50:23 -0800 (PST) Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be. [81.242.218.104]) by mx.google.com with ESMTPS id er8sm29350687wib.1.2012.02.19.12.50.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Feb 2012 12:50:22 -0800 (PST) From: Pieter Praet To: David Bremner , Tomi Ollila Subject: [PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching Date: Sun, 19 Feb 2012 21:47:51 +0100 Message-Id: <1329684476-9596-2-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <1329684476-9596-1-git-send-email-pieter@praet.org> References: <8739a93beq.fsf@zancas.localnet> <1329684476-9596-1-git-send-email-pieter@praet.org> X-Gm-Message-State: ALoCoQmQg3hJU2kCi5iFVyi3wSEfcFGuett0yIerqNZ+UhO07jDx6vIIuGNfLLg9BDiHja2GmhCd Cc: Notmuch Mail 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: Sun, 19 Feb 2012 20:50:25 -0000 --- notmuch-config.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/notmuch-config.c b/notmuch-config.c index 1f01128..e9b2750 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -47,7 +47,10 @@ static const char new_config_comment[] = "\t added to all messages incorporated by \"notmuch new\".\n" "\n" "\tignore A list (separated by ';') of file and directory names\n" - "\t that will not be searched for messages by \"notmuch new\".\n"; + "\t that will not be searched for messages by \"notmuch new\".\n" + "\n" + "\t NOTE: *Every* file/directory that goes by one of those names will\n" + "\t be ignored, independent of its depth/location in the mail store.\n"; static const char user_config_comment[] = " User configuration\n" -- 1.7.8.1