Re: RFC/PATCH emacs attachment handling
authorMark Walters <markwalters1009@gmail.com>
Thu, 8 Sep 2011 07:49:10 +0000 (08:49 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:24 +0000 (09:39 -0800)
76/c863a846cbf768a1c8bdff4b538581e52a709b [new file with mode: 0644]

diff --git a/76/c863a846cbf768a1c8bdff4b538581e52a709b b/76/c863a846cbf768a1c8bdff4b538581e52a709b
new file mode 100644 (file)
index 0000000..a67eb4f
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4F50F431FD0\r
+       for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 00:49:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.424\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.424 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_ENVFROM_END_DIGIT=2.223, FREEMAIL_FROM=0.001,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id O8eeV1DnUq9y for <notmuch@notmuchmail.org>;\r
+       Thu,  8 Sep 2011 00:49:14 -0700 (PDT)\r
+Received: from mail-gw0-f43.google.com (mail-gw0-f43.google.com\r
+ [74.125.83.43])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ D9026431FB6   for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 00:49:13 -0700\r
+ (PDT)\r
+Received: by gwm11 with SMTP id 11so556934gwm.2\r
+       for <notmuch@notmuchmail.org>; Thu, 08 Sep 2011 00:49:11 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
+       :cc:content-type;\r
+       bh=/VMP1zHl5gFYNuyVVX9CCQnq8QTCNf3L4fFmUjJzVc4=;\r
+       b=ScEod8of6AO7xVEzr3twJ1if6HzXsb59ZpJuvgKi0RwNUkNsbjGK5oHBc33XBsEqj6\r
+       rBZaxKm8LZjTy6pFCojhWpUReI1kwpxWcWD+NnGqIkwrbNdU8/eyPq3V7HKF+IT9meKZ\r
+       dTsboh9euh+0Cw90plmu53qspGet1kg33WAxk=\r
+MIME-Version: 1.0\r
+Received: by 10.42.156.6 with SMTP id x6mr153890icw.174.1315468150880; Thu, 08\r
+       Sep 2011 00:49:10 -0700 (PDT)\r
+Received: by 10.231.36.204 with HTTP; Thu, 8 Sep 2011 00:49:10 -0700 (PDT)\r
+In-Reply-To: <m2mxegfl6w.fsf@gnu.org>\r
+References: <87mxehqhbl.fsf@r102.config> <yf6hb4o3k77.fsf@taco2.nixu.fi>\r
+       <m2mxegfl6w.fsf@gnu.org>\r
+Date: Thu, 8 Sep 2011 08:49:10 +0100\r
+Message-ID:\r
+ <CALUdzSWSJGK7SEpp7YxeoyG3wE7Lt0A8MxOf2bDDw1WRm9NdhA@mail.gmail.com>\r
+Subject: Re: RFC/PATCH emacs attachment handling\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: Xavier Maillard <xma@gnu.org>\r
+Content-Type: text/plain; charset=ISO-8859-1\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>, Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 08 Sep 2011 07:49:14 -0000\r
+\r
+>> To user that is:\r
+>>\r
+>> Pressing Enter on top of an attachment will either show the attachment on\r
+>> buffer (in case there is 'converter' defined) or offer to save the\r
+>> attachment. Pressing 'o' on top of an attachment will always offer to save\r
+>> the attachment.\r
+>\r
+> I really do not like it this behaviour. I'd rather want easy to memorize\r
+> keybindings: 'v'iew,'s'ave, etc.\r
+\r
+I am happy either way. I think a bigger question is about what re-use\r
+of keys is sensible between the normal notmuch-show map (when not over\r
+the button) and this new button map. For example using `a' in the\r
+button map seems like it would cause accidental archiving of threads\r
+(when you happen not be over the button).\r
+\r
+Perhaps using v and w so v means view and w means save: if over the\r
+body it applies to all attachments if over a button just to that\r
+single attachment. (We would still need a new key for the "open-with"\r
+behaviour.)\r
+\r
+Best wishes\r
+\r
+Mark\r