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 BF861431FB6 for ; Mon, 2 Apr 2012 09:02:58 -0700 (PDT) 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 OBRSkWTDg+bz for ; Mon, 2 Apr 2012 09:02:58 -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 30596431FAE for ; Mon, 2 Apr 2012 09:02:58 -0700 (PDT) Received: by ggni4 with SMTP id i4so1948638ggn.26 for ; Mon, 02 Apr 2012 09:02:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=m+iGCFVIqeAWhOjKCoxtOBPkoez5Qv0grhvobeJames=; b=ECyXLBHU+IMl/GcGKItlqWe1UddkkenoS4C2N1k5PNofFLNg+E4WqOpqT3qdknJymd 0nEFGSGMRxCbjYrJ3X2jff+O49YZrogL6aRs282b2uRCh4fberIGGlUsLR7fce1mWuha eZE3B3nR5kV3m/2qrBPBffJ221M9HVcLk7KW0YhjJqsxpqIPkj+BH+ixxw91SXQ/Mbax K1hpVX6gsQHLRKbPxLUMGgn4WiYmiJziFaNr6O0bg+/Ij5GjoWuaFg8yy90FeWPzp59w MDIyTelwGgEqlTrzv9SOrSd9O/XXcARtg5HEHZmqjfjxz3sCONg0BG7X5ISCfJRglh7X NvVg== Received: by 10.182.122.4 with SMTP id lo4mr11013307obb.24.1333382576107; Mon, 02 Apr 2012 09:02:56 -0700 (PDT) Received: from localhost (D-173-250-162-36.dhcp4.washington.edu. [173.250.162.36]) by mx.google.com with ESMTPS id o6sm14365845oec.11.2012.04.02.09.02.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 Apr 2012 09:02:50 -0700 (PDT) From: Svend Sorensen To: Andrei POPESCU , notmuch@notmuchmail.org Subject: Re: Handling of symlinked maildirs? In-Reply-To: <20120402112828.GW21443@sid.nuvreauspam> References: <20120402112828.GW21443@sid.nuvreauspam> User-Agent: Notmuch/0.11.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Mon, 02 Apr 2012 09:02:46 -0700 Message-ID: <87398muno9.fsf@ciffer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkVa8jO5ewAtaa6+ib8QcA2kDOb0vRFuXI+IUZmx3O7HIzGujcDNYbeQLrGcYgx5JjeeHcD 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, 02 Apr 2012 16:02:58 -0000 On Mon, 2 Apr 2012 14:28:28 +0300, Andrei POPESCU wrote: > > The reason I'm asking is that in theory one could completely drop any > sorting (just drop all mail in one folder) and use something like > 'list-id: debian-devel' instead. I've been using afew [1], which can add tags for mailing lists. A mail with List-Id: "mailinglist.example.org" gets a "mailinglist" tag. [1] https://github.com/teythoon/afew Svend