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 6B169431FAE for ; Sat, 21 Nov 2009 15:20:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 YNRRDCdv2vgs for ; Sat, 21 Nov 2009 15:20:51 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 92578431FBC for ; Sat, 21 Nov 2009 15:20:51 -0800 (PST) Received: by bwz24 with SMTP id 24so3165734bwz.30 for ; Sat, 21 Nov 2009 15:20:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=sNal901Lxj4qtdZsRwQjXCPl8C6xVDNSylsJy5mMDNg=; b=lw7hYyzG9MQ7528W8RA6YynIrNW7+hxymy03nRv1ZBFe570oFl95l9i86DrxgmNOSf HP5AYRAwg6SOGjoaXP46Bzk/xWz/JByGgw00qCZLb0w9Ncx8JJq5nmnnq+1cg8sA5qxc ENhTYrpbnuBl1rsgHmq/jsae076THbJFQIqKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; b=rjfj/VQhPFNv8/p9Pmwzg/7G1cErrVx4NLgcerItpmWFlNnFP96NzhS75OBSqwRRxq MEqaUbGMLYkF6P6Tgaf32igUVzESRdcyJBUc8/h3F31GwCV6V0I/rnjOoskTdhVZKbET Kmg8wIZDbtJOxKpFBTtmGylq7Yrt9Rwg2EQo8= Received: by 10.204.32.76 with SMTP id b12mr2830467bkd.165.1258845650764; Sat, 21 Nov 2009 15:20:50 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id 18sm3492222fks.34.2009.11.21.15.20.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Nov 2009 15:20:49 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Carl Worth , Jan Janak In-Reply-To: <87my2f329e.fsf@yoom.home.cworth.org> References: <1258630481-5133-1-git-send-email-jan@ryngle.com> <1258630481-5133-2-git-send-email-jan@ryngle.com> <87lji2bmrb.fsf@yoom.home.cworth.org> <87my2f329e.fsf@yoom.home.cworth.org> Date: Sun, 22 Nov 2009 00:21:19 +0100 Message-ID: <876393tqfk.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH 2/2] notmuch list: A new command to produce various lists. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 21 Nov 2009 23:20:52 -0000 On Sun, 22 Nov 2009 00:07:57 +0100, Carl Worth wrote: > One thing we'll still have to think about is how to remove the "virtual > tags" from the completion list, (once we have virtual tags in the > configuration file---that is, tags applied automatically based on search > specifications). Do these need to be real tags? Would it be sufficient for them to just be aliases for search patterns? I think I would prefer the latter because I could modify the pattern and not have to rewrite tags to the whole database. Maybe real tags are needed to optimize expensive patterns, but I wouldn't think the user needs to know about that. Jed