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 333FF40DDE3 for ; Sun, 14 Nov 2010 13:09:35 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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 Eg3qRdf5uZzD for ; Sun, 14 Nov 2010 13:09:25 -0800 (PST) Received: from homiemail-a23.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by olra.theworths.org (Postfix) with ESMTP id 0043D40DDC0 for ; Sun, 14 Nov 2010 13:09:24 -0800 (PST) Received: from homiemail-a23.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTP id 32F484B0060; Sun, 14 Nov 2010 13:09:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :in-reply-to:references:date:message-id:mime-version: content-type; q=dns; s=sspaeth.de; b=fyz0lU6kCtdAS4FsyF6wMogc12g iTfdb0dBT4rAnOiCaBBL3u8HHMO+RAPz+GnIg713fs4Zo1g+9orxyFnXAKlQaZ6f uLsUkc00ZO9BJAMceMFCB3uogmK85nLDM16QCsSmz/lMhh393gGoFIiUi/INyy0I tvAW0uWbMo5vPqkQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:in-reply-to:references:date:message-id:mime-version: content-type; s=sspaeth.de; bh=hiLCFYynH97nCjp4BRA+k0aFPmc=; b=g GCmSVSlogSDSBRhCQdlhfgtnHJA6KxpoZ3gHDFVtVV2VlBsy/lLsyd6iDs1TyaBS cQ6JqKn5qtv+A/eI+lU/Vq6vqC5/uTCRTCnHImG3mFPAXlGz26Sd4fN8WScoPLei a9MVcy/CrqqqxVpdGlBWyMBJS39eIEnBwbK4VbbSuI= Received: from spaetzbook.sspaeth.de (unknown [84.55.209.24]) (Authenticated sender: fax@sspaeth.de) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPA id 660B44B0058; Sun, 14 Nov 2010 13:07:45 -0800 (PST) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Sun, 14 Nov 2010 22:07:04 +0100 From: Sebastian Spaeth To: Jameson Rollins , Matthieu Lemerre , notmuch@notmuchmail.org Subject: Re: [PATCH] How to improve the mail handling workflow? In-Reply-To: <87iq02wo8i.fsf@servo.finestructure.net> References: <87fwv65zw1.fsf@free.fr> <87iq02wo8i.fsf@servo.finestructure.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Sun, 14 Nov 2010 22:07:03 +0100 Message-ID: <878w0v4nt4.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Sun, 14 Nov 2010 21:09:35 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Fri, 12 Nov 2010 10:33:33 -0500, Jameson Rollins wrote: > I agree that the function currently bound to space bar is annoying. I > am actually in the middle of preparing a patch to fix this. I think > that space should just scroll through the open messages. I don't want > it to archive anything, or pop out of the currently viewed thread. I > think this function is too aggressive as is. +1 for not switching to the next thread. I often do it by accident. > I agree that some built-in support for handling "deleted" tags is called > for, but in the mean time it's very easy to make your own custom > functions to drop into your emacs config. I have the following: >=20 > (define-key notmuch-search-mode-map "d" > (lambda () > "delete thread and advance" > (interactive) > (notmuch-search-add-tag "deleted") > (forward-line))) ... This only works if you've already loaded notmuch, or you get error messages about notmuch-search-mode-map not being known. How do you deal with that or does it simply work for you? Sebastian --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkzgT3gACgkQVYX1jMgnoGISkQCcCDW78hCxDNjQnPvluVEoGyus CoUAniqiJW/dHRjpLDO0ikhryZmrwkqg =6Cjh -----END PGP SIGNATURE----- --=-=-=--