Re: [PATCH 3/4] config: only set search.exclude_tags to "deleted; spam; " during...
authorPieter Praet <pieter@praet.org>
Mon, 23 Jan 2012 04:16:47 +0000 (05:16 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:57 +0000 (09:42 -0800)
83/7dd0861583dc78eede89d95366d92a6b98b48b [new file with mode: 0644]

diff --git a/83/7dd0861583dc78eede89d95366d92a6b98b48b b/83/7dd0861583dc78eede89d95366d92a6b98b48b
new file mode 100644 (file)
index 0000000..5f9fd9a
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <pieter@praet.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 61CCF429E54\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:18:38 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 5EcPpd1wX94C for <notmuch@notmuchmail.org>;\r
+       Sun, 22 Jan 2012 20:18:38 -0800 (PST)\r
+Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B1C8A429E40\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:18:37 -0800 (PST)\r
+Received: by werb10 with SMTP id b10so2112410wer.26\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:18:36 -0800 (PST)\r
+Received: by 10.180.109.198 with SMTP id hu6mr11634094wib.16.1327292316408;\r
+       Sun, 22 Jan 2012 20:18:36 -0800 (PST)\r
+Received: from localhost ([109.131.95.182])\r
+       by mx.google.com with ESMTPS id ho4sm10772238wib.3.2012.01.22.20.18.35\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sun, 22 Jan 2012 20:18:35 -0800 (PST)\r
+From: Pieter Praet <pieter@praet.org>\r
+To: Xavier Maillard <xma@gnu.org>, Austin Clements <amdragon@MIT.EDU>\r
+Subject: Re: [PATCH 3/4] config: only set search.exclude_tags to "deleted;\r
+ spam; " during setup\r
+In-Reply-To: <m2r4yr2xmy.fsf@kcals.intra.maillard.im>\r
+References: <1326586654-16840-3-git-send-email-amdragon@mit.edu>\r
+       <1327000744-25463-1-git-send-email-pieter@praet.org>\r
+       <1327000744-25463-4-git-send-email-pieter@praet.org>\r
+       <m2r4yr2xmy.fsf@kcals.intra.maillard.im>\r
+User-Agent: Notmuch/0.11+101~g94bf862 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Mon, 23 Jan 2012 05:16:47 +0100\r
+Message-ID: <87r4yraw9c.fsf@praet.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 23 Jan 2012 04:18:38 -0000\r
+\r
+On Sun, 22 Jan 2012 23:14:13 +0100, Xavier Maillard <xavier@maillard.im> wrote:\r
+> \r
+> On Thu, 19 Jan 2012 20:19:03 +0100, Pieter Praet <pieter@praet.org> wrote:\r
+> > If the 'search.exclude_tags' option is missing from the config file,\r
+> > its value is automatically set to "deleted;spam;".  Taking PoLS/DWIM\r
+> > into account, this should probably only happen during setup.\r
+> > \r
+> > This patch is actually Austin Clements' work:\r
+> >   id:"20120117203211.GQ16740@mit.edu"\r
+> \r
+> I do not think this is a sane default. As I told it in another post. I\r
+> do not expect notmuch to skew my search queries not that I specifically\r
+> asked.\r
+> \r
+\r
+I agree 100%.  I've responded in more detail @ your previous reply:\r
+\r
+  id:"87ty3nawbt.fsf@praet.org"\r
+\r
+> /Xavier\r
+\r
+\r
+Peace\r
+\r
+-- \r
+Pieter\r