Re: [PATCH 1/8] emacs: Clean up notmuch-search-show-result
[notmuch-archives.git] / 7b / 243beae6add5e511aa3d5110f2b1225bdac005
1 Return-Path: <tomi.ollila@nixu.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3664E431FD0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 00:06:43 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id zClV0pX0LLgk for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Sep 2011 00:06:42 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 2D579431FB6\r
21         for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 00:06:42 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p8776beH001109\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Wed, 7 Sep 2011 10:06:37 +0300\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p8776ahM001108;\r
29         Wed, 7 Sep 2011 10:06:36 +0300\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@iki.fi>\r
33 To: Mark Walters <markwalters1009@gmail.com>\r
34 Subject: Re: RFC/PATCH emacs attachment handling\r
35 References: <87mxehqhbl.fsf@r102.config>\r
36 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
37         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
38         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
39 Date: Wed, 07 Sep 2011 10:06:36 +0300\r
40 In-Reply-To: <87mxehqhbl.fsf@r102.config> (Mark Walters's message of "Wed, 07\r
41         Sep 2011 02:20:14 +0100")\r
42 Message-ID: <yf6hb4o3k77.fsf@taco2.nixu.fi>\r
43 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 07 Sep 2011 07:06:43 -0000\r
60 \r
61 On Wed 07 Sep 2011 04:20, Mark Walters <markwalters1009@gmail.com> writes:\r
62 \r
63 > Hello\r
64 >\r
65 > I have modified the emacs interface for handling attachments by adding\r
66 > a keymap to the attachment button. For example pressing v when on an\r
67 > attachment button views the attachment (using the mailcap method) and\r
68 > pressing s saves the attachment. I find this makes it a lot easier\r
69 > when dealing with message with lots of attachments.\r
70 \r
71 In my gnus (haven't got rid the latest one, yet ;) :\r
72 \r
73 Pressing ENTER (RET) on top of text/html content: w3m-safe-view-this-url\r
74 Pressing ENTER (RET) on top of text content: widget-button-press\r
75 Pressing ENTER (RET) on top of an attachment: gnus-article-press-button\r
76 \r
77 Pressing 'o' on top of text executes: gnus-summary-save-article\r
78 Pressing 'o' on top of an attachment: gnus-mime-save-part\r
79 \r
80 To user that is:\r
81 \r
82 Pressing Enter on top of an attachment will either show the attachment on\r
83 buffer (in case there is 'converter' defined) or offer to save the\r
84 attachment. Pressing 'o' on top of an attachment will always offer to save\r
85 the attachment.\r
86 \r
87 Therefore I'd check rmail / gnus / vm / mh-e to check what keybindings those\r
88 use and if there are some commonalities, align with those.\r
89 \r
90 >\r
91 > Best wishes\r
92 >\r
93 > Mark\r
94 >\r
95 \r
96 Tomi\r