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 D1F4B429E30 for ; Wed, 7 Sep 2011 14:31:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.566 X-Spam-Level: * X-Spam-Status: No, score=1.566 tagged_above=-999 required=5 tests=[DATE_IN_PAST_06_12=1.103, DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 Y8uSdgVsVNef for ; Wed, 7 Sep 2011 14:31:21 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 7F7A5431FD0 for ; Wed, 7 Sep 2011 14:31:21 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 5109B2C05A; Wed, 7 Sep 2011 23:31:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=X390RpZmt2ngXO3T4wJWj4 vbHo4=; b=cgsdfuJcwhHZ2p6yF14yROU/vZ8EJ6CMOdFt8ZVWuCtdWwQucu3sMu HfmFy5fNz9rHNqUsXQVfY8LGabmbvB+ZqAZQFwB7XgTAO7Y5jG86qfNNccsEROx5 fA4pO38nDfGx2lNCAk++oAmbtEjoF0TqUksEN23GGYaSsKLoQ87Ho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=KA1Ydfn2i9QgnVzD 2sfBPDqQTDsHdl/eHPFmqc5olJgJIt2Gu2SZYni7cfN/um4w1GNo3df0bCjJIUGN 29rgGoVzIHUbysah3QSJBopUMs3WTAPrMusMj03MT23llYbHvVG4zIUpemfItjft cvD9V39iAyN/MkiAjUPu0omgReQ= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Wed, 7 Sep 2011 23:31:18 +0200 (CEST) From: Xavier Maillard To: Tomi Ollila , Mark Walters Subject: Re: RFC/PATCH emacs attachment handling In-Reply-To: References: <87mxehqhbl.fsf@r102.config> User-Agent: Notmuch/0.5-194-gb20f9fa (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Wed, 07 Sep 2011 17:04:23 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard 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 Sep 2011 21:31:23 -0000 Hello Tomi, On Wed, 07 Sep 2011 10:06:36 +0300, Tomi Ollila wrote: > On Wed 07 Sep 2011 04:20, Mark Walters writes: > > > Hello > > > > I have modified the emacs interface for handling attachments by adding > > a keymap to the attachment button. For example pressing v when on an > > attachment button views the attachment (using the mailcap method) and > > pressing s saves the attachment. I find this makes it a lot easier > > when dealing with message with lots of attachments. > > In my gnus (haven't got rid the latest one, yet ;) : > > Pressing ENTER (RET) on top of text/html content: w3m-safe-view-this-url > Pressing ENTER (RET) on top of text content: widget-button-press > Pressing ENTER (RET) on top of an attachment: gnus-article-press-button > > Pressing 'o' on top of text executes: gnus-summary-save-article > Pressing 'o' on top of an attachment: gnus-mime-save-part > > To user that is: > > Pressing Enter on top of an attachment will either show the attachment on > buffer (in case there is 'converter' defined) or offer to save the > attachment. Pressing 'o' on top of an attachment will always offer to save > the attachment. I really do not like it this behaviour. I'd rather want easy to memorize keybindings: 'v'iew,'s'ave, etc. -- X=M=A