From: Mark Walters Date: Mon, 3 Jun 2013 16:31:12 +0000 (+0100) Subject: Re: [PATCH] news: Be louder about s/v/o on part buttons going away X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f114dfad07330961e7b9406fef2e4d949df4b2e0;p=notmuch-archives.git Re: [PATCH] news: Be louder about s/v/o on part buttons going away --- diff --git a/86/1861285baa0d90a3e802573552903dd56f5745 b/86/1861285baa0d90a3e802573552903dd56f5745 new file mode 100644 index 000000000..feda40538 --- /dev/null +++ b/86/1861285baa0d90a3e802573552903dd56f5745 @@ -0,0 +1,123 @@ +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 71E50431FAF + for ; Mon, 3 Jun 2013 09:31:29 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -1.098 +X-Spam-Level: +X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5 + tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, + NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] 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 kFYmJ+qF0mXY for ; + Mon, 3 Jun 2013 09:31:22 -0700 (PDT) +Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F04F4431FAE + for ; Mon, 3 Jun 2013 09:31:21 -0700 (PDT) +Received: from smtp.qmul.ac.uk ([138.37.6.40]) + by mail2.qmul.ac.uk with esmtp (Exim 4.71) + (envelope-from ) + id 1UjXf7-0004Fx-GJ; Mon, 03 Jun 2013 17:31:18 +0100 +Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost) + by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71) + (envelope-from ) + id 1UjXf7-00018C-8s; Mon, 03 Jun 2013 17:31:13 +0100 +From: Mark Walters +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH] news: Be louder about s/v/o on part buttons going away +In-Reply-To: <1370274285-31178-1-git-send-email-amdragon@mit.edu> +References: <1370274285-31178-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.14+255~gff3cc55 (http://notmuchmail.org) Emacs/23.4.1 + (i486-pc-linux-gnu) +Date: Mon, 03 Jun 2013 17:31:12 +0100 +Message-ID: <87bo7nf967.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Sender-Host-Address: 93.97.24.31 +X-QM-SPAM-Info: Sender has good ham record. :) +X-QM-Body-MD5: 35ffb89b77bf1e2c6bef8165daaebe31 (of first 20000 bytes) +X-SpamAssassin-Score: -0.0 +X-SpamAssassin-SpamBar: / +X-SpamAssassin-Report: The QM spam filters have analysed this message to + determine if it is + spam. We require at least 5.0 points to mark a message as spam. + This message scored -0.0 points. + Summary of the scoring: + * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail + provider * (markwalters1009[at]gmail.com) + * -0.0 AWL AWL: From: address is in the auto white-list +X-QM-Scan-Virus: ClamAV says the message is clean +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, 03 Jun 2013 16:31:29 -0000 + +Austin Clements writes: + +> This change is likely to affect most people, so put this information +> right in the news header and be more explicit about it in the news +> detail. +> --- +> NEWS | 19 ++++++++++--------- +> 1 file changed, 10 insertions(+), 9 deletions(-) +> +> diff --git a/NEWS b/NEWS +> index 6f09cdb..0c0cf82 100644 +> --- a/NEWS +> +++ b/NEWS +> @@ -66,15 +66,16 @@ notmuch-vim, but of course that is their decision. +> Emacs Interface +> --------------- +> +> -New keymap to view/save parts +> - +> - To view or save a single MIME part of a message, use the new "." +> - submap (e.g., ". s" to save, ". v" to view). Previously, these keys +> - were only available when point was on a part button and they did not +> - have the "." prefix, so they were difficult to invoke (impossible if +> - a part did not have a button) and clashed with other bindings. +> - These new bindings also appear in show's help, so you don't have to +> - memorize them. +> +New keymap to view/save parts; removed s/v/o part button bindings +> + +> + The commands to view, save, and open MIME parts are now prefixed +> + with "." (". s" to save, ". v" to view, etc) and can be invoked with +> + point anywhere in a part, unlike the old commands, which were +> + restricted to part buttons. The old "s"/"v"/"o" commands on part +> + buttons have been removed since they clashed with other bindings +> + (notably "s" for search!) and could not be invoked when there was no +> + part button. The new, prefixed bindings appear in show's help, so +> + you no longer have to memorize them. + +Looks good to me but probably worth adding the | key for piping a part? + +Best wishes + +Mark + + +> +> Default part save directory is now `mm-default-directory` +> +> -- +> 1.7.10.4 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch