From: Peter Wang Date: Mon, 1 Jul 2013 04:17:26 +0000 (+1000) Subject: Re: bower (git) to show Inbox (folder) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc1231b814ac82bbd8eac3c66cfdcf949fbec776;p=notmuch-archives.git Re: bower (git) to show Inbox (folder) --- diff --git a/0a/12449dfecb3e3c40c1fa83d79c37a74de5c3ab b/0a/12449dfecb3e3c40c1fa83d79c37a74de5c3ab new file mode 100644 index 000000000..f43819d03 --- /dev/null +++ b/0a/12449dfecb3e3c40c1fa83d79c37a74de5c3ab @@ -0,0 +1,96 @@ +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 86A6C431FDB + for ; Sun, 30 Jun 2013 21:17:40 -0700 (PDT) +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 NMkfRxshU6yD for ; + Sun, 30 Jun 2013 21:17:33 -0700 (PDT) +Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com + [209.85.160.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E255D431FDA + for ; Sun, 30 Jun 2013 21:17:32 -0700 (PDT) +Received: by mail-pb0-f51.google.com with SMTP id um15so4335672pbc.24 + for ; Sun, 30 Jun 2013 21:17:32 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:message-id:from:to:cc:subject:in-reply-to:references + :mime-version:content-type:content-disposition + :content-transfer-encoding; + bh=NXtQwcgZIRr8McxYKDj3oHBPOn1RKn5ptCCk4zGPONM=; + b=r43Rj6fF36A/MlyYfgnx/J5U/sZs+FqqVLr2hD02Z4ptgzS/waAvTY1KXj9AM0GO/9 + p13PnHpkNJ1H1vKLyfAcYzS7kow400nS1Reons8gFFzZA83yJ4SzskY53ygpDskcFl1t + TYywd5CblegEy0eSFYlvEqLr4apCAX3JmiUUg4bCmDidEUz44BcMv7vuUTY2vc5QtAD5 + kLQx+Jqza20RfaE7b+pqPntuDeGWcRthuLkCoMHB7On5TQcdPjxbyo5SWBQ2I/vXGwhe + 4Yu/pwHiamA78rTLIsXFsmRgelCSGfMXYC+9qXD5bkOwbPUQr2ozL+4H4w4QTeN9/+cE + NLEw== +X-Received: by 10.66.118.227 with SMTP id kp3mr14677013pab.190.1372652252196; + Sun, 30 Jun 2013 21:17:32 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) by mx.google.com with ESMTPSA id + qe10sm20110846pbb.2.2013.06.30.21.17.29 for + (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Sun, 30 Jun 2013 21:17:31 -0700 (PDT) +Date: Mon, 1 Jul 2013 14:17:26 +1000 +Message-ID: <20130701141726.GB2574@lucy.WAG320N> +From: Peter Wang +To: Marius +Subject: Re: bower (git) to show Inbox (folder) +In-Reply-To: + +References: + +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +Content-Transfer-Encoding: 8bit +Cc: notmuch@notmuchmail.org +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, 01 Jul 2013 04:17:40 -0000 + +On Sun, 30 Jun 2013 15:52:33 +0200, Marius wrote: +> Hi! +> +> Today I ditched mutt(-kz) in favour of a notmuch/isync setup. I +> compiled bower, because it's able to use a remote notmuch instance. +> My issue is a follows: I start bower, and I see an unsorted selection +> of mails (300 newest). +> How can I navigate by folders/tags? +> +> - A search like folder:Inbox shows 0 mails. Also I disable the limit +> of 300 mails... with no effect on the search. Could someone enlighten +> me on the usability here a little? + +Hi, + +folder:Inbox would search for messages in a sub-directory 'Inbox' under +your Maildir directory. You could search for 'tag:inbox' if new +messages are tagged as such by the new.tags configuration option. +However, bower doesn't have a quick way to remove the 'inbox' tag, +though it could be added easily enough. + +I normally leave bower open on the last few days' mail, and only change +the search query if I'm looking for something in particular. I use +folders and tags sparingly. + +Peter