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 01B06431FB6 for ; Fri, 2 Mar 2012 10:22:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 ACrjcdvRS4lc for ; Fri, 2 Mar 2012 10:22:13 -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 4DDD6431FAE for ; Fri, 2 Mar 2012 10:22:13 -0800 (PST) Received: by werm13 with SMTP id m13so1411167wer.26 for ; Fri, 02 Mar 2012 10:22:10 -0800 (PST) Received-SPF: pass (google.com: domain of patricktotzke@googlemail.com designates 10.180.95.1 as permitted sender) client-ip=10.180.95.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of patricktotzke@googlemail.com designates 10.180.95.1 as permitted sender) smtp.mail=patricktotzke@googlemail.com; dkim=pass header.i=patricktotzke@googlemail.com Received: from mr.google.com ([10.180.95.1]) by 10.180.95.1 with SMTP id dg1mr7671917wib.21.1330712530856 (num_hops = 1); Fri, 02 Mar 2012 10:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:from:user-agent :to:references:in-reply-to:message-id:subject:date; bh=3xzUT0XPCw/XLrQa0zxfOGUBWwr9PYFEMP3ycNiw7lQ=; b=bcgXqL7jrsSSX3YoCRXcYptHochNWwGwy/85ufEbBX8ZoEWPeXm5PRhsfdgTodpRVr 6D+Zq60CdpwA6Y4MHfjNJulRPKVK5E+g6YGhQzn0ewRaH1iaHLHW/j7oudfrNyIV5Q5m dVlxw1uSdV09A2IrfjzATV3NDKNb+MVxAkYwYTsozCRQ/2OvGVbhLORn1SjdB8VhBzNy rK2B9qn19a24Vxb3HtOpF9kRJ50Zab9iX1atFkOn21cKLTbEW4f75eYS9RD+AF9NzucF 8ObmCnhl3WwEG4WuK5vGGB2deZf8VHOI4KNwacSH5EREHmu+xfOlXgsjMulusP5pvlvI o6lg== Received: by 10.180.95.1 with SMTP id dg1mr6139640wib.21.1330712530806; Fri, 02 Mar 2012 10:22:10 -0800 (PST) Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com. [82.41.10.37]) by mx.google.com with ESMTPS id hn8sm13679980wib.11.2012.03.02.10.22.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 02 Mar 2012 10:22:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Patrick Totzke User-Agent: alot/0.21+ To: Philippe LeCavalier , notmuch@notmuchmail.org References: <20120301154512.2406.81541@plc.plecavalier.com> In-Reply-To: <20120301154512.2406.81541@plc.plecavalier.com> Message-ID: <20120302182207.27070.90291@brick.lan> Subject: Re: [alot] howto multiple selections Date: Fri, 02 Mar 2012 18:22:07 +0000 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: Fri, 02 Mar 2012 18:22:14 -0000 Hi! Quoting Philippe LeCavalier (2012-03-01 15:45:12) >Is it possible to select more than one msg in search-mode to retag? No, not yet: https://github.com/pazz/alot/issues/116 Please have a look at the issue tracker for other feature requests or if you're looking for inspiration on how you could help :D Best, /p