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 34B9F429E54 for ; Sun, 22 Jan 2012 21:07:23 -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 hjtnqYDkpkw6 for ; Sun, 22 Jan 2012 21:07:22 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F8C3429E40 for ; Sun, 22 Jan 2012 21:07:22 -0800 (PST) Received: by wibhi8 with SMTP id hi8so319654wib.26 for ; Sun, 22 Jan 2012 21:07:21 -0800 (PST) Received: by 10.180.24.105 with SMTP id t9mr10754004wif.19.1327295240935; Sun, 22 Jan 2012 21:07:20 -0800 (PST) Received: from localhost ([109.131.95.182]) by mx.google.com with ESMTPS id fr8sm27759291wib.10.2012.01.22.21.07.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jan 2012 21:07:20 -0800 (PST) From: Pieter Praet To: Jameson Graef Rollins , Xavier Maillard , Austin Clements Subject: Re: [PATCH 3/4] config: only set search.exclude_tags to "deleted; spam; " during setup In-Reply-To: <874nvnqrgq.fsf@servo.finestructure.net> References: <1326586654-16840-3-git-send-email-amdragon@mit.edu> <1327000744-25463-1-git-send-email-pieter@praet.org> <1327000744-25463-4-git-send-email-pieter@praet.org> <874nvnqrgq.fsf@servo.finestructure.net> User-Agent: Notmuch/0.11+101~g94bf862 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Mon, 23 Jan 2012 06:05:27 +0100 Message-ID: <87ipk3au08.fsf@praet.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQl/002Bg6SZWyUcLSORRqXSNSTTYjT1xCmK0K1uUJTNqrcFX6eYsRICweZkimARyjPNFenj Content-Type: text/plain; charset=us-ascii 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: Mon, 23 Jan 2012 05:07:23 -0000 On Sun, 22 Jan 2012 14:53:41 -0800, Jameson Graef Rollins wrote: > On Sun, 22 Jan 2012 23:14:13 +0100, Xavier Maillard wrote: > > > > On Thu, 19 Jan 2012 20:19:03 +0100, Pieter Praet wrote: > > > If the 'search.exclude_tags' option is missing from the config file, > > > its value is automatically set to "deleted;spam;". Taking PoLS/DWIM > > > into account, this should probably only happen during setup. > > > > > > This patch is actually Austin Clements' work: > > > id:"20120117203211.GQ16740@mit.edu" > > > > I do not think this is a sane default. As I told it in another post. I > > do not expect notmuch to skew my search queries not that I specifically > > asked. > > Hi, Xavier. Do you currently mark things as "deleted" or "spam"? If > not, this would have no affect on your search results. If you do, do > you currently expect those messages to show up in searches? If so, why > did you mark them as "deleted" or "spam" to begin with? > > I agree with your point in principle (ie. I don't generally want my > searches tampered with behind the scenes) but the issue here is about > messages that have been explicitly tagged as a form of "trash". Trash > is by it's nature something you're trying to get rid of. If you wanted > to find something in the future, why would you put it in the trash in > the first place? > You definitely have a point, but then again, who are we to assume that the terms "deleted" and "spam" have the *exact* same meaning for everyone? (also see id:"8739bbo0br.fsf@praet.org") IMHO, this is one of those options that should remain disabled until *explicitly* set by the user. > jamie. Peace -- Pieter