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 E930C4196F0 for ; Wed, 7 Apr 2010 16:12:37 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.89 X-Spam-Level: X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham 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 M4bEiV1qP3Da; Wed, 7 Apr 2010 16:12:37 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 22B12431FC1; Wed, 7 Apr 2010 16:12:37 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id A938B25400C; Wed, 7 Apr 2010 16:12:36 -0700 (PDT) From: Carl Worth To: Sebastian Spaeth Subject: Re: [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders. In-Reply-To: <1267256946-6897-1-git-send-email-Sebastian@SSpaeth.de> References: <1265889583-25406-1-git-send-email-dme@dme.org> <1267256946-6897-1-git-send-email-Sebastian@SSpaeth.de> Date: Wed, 07 Apr 2010 16:12:36 -0700 Message-ID: <87vdc2q2l7.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Wed, 07 Apr 2010 23:12:38 -0000 --=-=-= On Sat, 27 Feb 2010 08:49:06 +0100, Sebastian Spaeth wrote: > From: David Edmondson > --- > Dear Carl, I start out notmuch in my inbox search, but find myself > navigating to the notmuch-folder view quite often. Therefore the key > binding 'F' to open a notmuch-folder is really handy. I agree that a single-key binding for this is really handy. I'm actually currently using super-n (a personal customization I have) to get to notmuch-folder view from *any* buffer in emacs. And I want to make a (cleaned-up) version of notmuch-folder be the starting point for notmuch, (rather than the inbox view). And I also want to make the 'q' binding more clever so that instead of just closing the current view it will actually return to the parent view. That would make 'q' be a single-key binding from most search views (unfiltered ones at least) to the notmuch-folder view. But that's all future ideas---back to the current patch. I don't really like the keybinding of 'F' for this. We've mostly avoided capitalized bindings so far, (we have quite a few lowercase bindings available after all). The few we have are all alternate versions of the lowercase version, ("N" = next message vs. 'n' = next unread message). Since "F" = folder-view is unrelated to 'f' = filter, I'd like to avoid that. Also, I think we need a better name for notmuch-folder view anyway. We have an outstanding patch to make the filesystem-directory of mail messages available with a search syntax of "folder:". So there's a conceptual clash of "folder" there already. So maybe this view needs a name like "home" or even just "notmuch"? Like I said, I would like to make my cleaned-up version (see TODO for a mockup) be the view that one gets with "M-x notmuch". -Carl --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFLvRFk6JDdNq8qSWgRAg5nAJ9JSg8Vmq9g3QrfYeFVvD/E+SQ7kgCgiYdm A295x4b1EMMn56fDCscvNdg= =YPJ9 -----END PGP SIGNATURE----- --=-=-=--