[PATCH] devel: add dkg's printmimestructure script to notmuch devel scripts
[notmuch-archives.git] / 75 / 19a31ebbb79456aeee042af03df9a7af7f3f5f
1 Return-Path: <dme@dme.org>\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 620AA431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 07:22:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 CUMLpZaVOsAO for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Dec 2011 07:22:54 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id BF7C1431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 07:22:53 -0800 (PST)\r
22 Received: by wibhq2 with SMTP id hq2so6830609wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 07:22:52 -0800 (PST)\r
24 Received: by 10.181.13.162 with SMTP id ez2mr71158296wid.17.1325085772583;\r
25         Wed, 28 Dec 2011 07:22:52 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id k5sm75293015wiz.9.2011.12.28.07.22.50\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 28 Dec 2011 07:22:51 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 698A4A04BC; Wed, 28 Dec 2011 15:22:49 +0000 (GMT)\r
33 To: Austin Clements <amdragon@MIT.EDU>, Aaron Ecay <aaronecay@gmail.com>\r
34 Subject: Re: [RFC][PATCH v4] emacs: Re-implement advance/rewind functions of\r
35         notmuch-show-mode.\r
36 In-Reply-To: <cunlipztxo5.fsf@hotblack-desiato.hh.sledj.net>\r
37 References: <id:"1324553312-10972-1-git-send-email-dme@dme.org">\r
38         <1324665712-2419-1-git-send-email-dme@dme.org>\r
39         <20111225010635.GG1927@mit.edu>\r
40         <cunlipztxo5.fsf@hotblack-desiato.hh.sledj.net>\r
41 User-Agent: Notmuch/0.10.2+107~ga2d0215 (http://notmuchmail.org)\r
42         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 X-Now-Playing: Eurythmics: Paint a Rumour (Touch)\r
45 Date: Wed, 28 Dec 2011 15:22:45 +0000\r
46 Message-ID: <cun1urosou2.fsf@hotblack-desiato.hh.sledj.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha1; protocol="application/pgp-signature"\r
50 Cc: notmuch@notmuchmail.org\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Wed, 28 Dec 2011 15:22:54 -0000\r
64 \r
65 --=-=-=\r
66 Content-Type: text/plain\r
67 Content-Transfer-Encoding: quoted-printable\r
68 \r
69 On Mon, 26 Dec 2011 10:49:46 +0000, David Edmondson <dme@dme.org> wrote:\r
70 > > > +     ((=3D start-of-message (point))\r
71 > > > +      ;; The cursor is at the start of the current message - move to\r
72 > > > +      ;; the previous open message.\r
73 > > > +      (notmuch-show-previous-open-message))\r
74 > >=20\r
75 > > This will jump to the beginning of the previous message if I'm at the\r
76 > > beginning of a message.  I would expect rewind to show me the end of\r
77 > > the previous message in this case.\r
78 >=20\r
79 > That would definitely more closely be the inverse of how advance works,\r
80 > but is it the most useful behaviour?\r
81 \r
82 I thought about this a bit more (mostly because I don't want to write\r
83 tests for one behaviour and then have to change them - writing tests for\r
84 emacs with the current test suite is painful).\r
85 \r
86 If you want to go back a page you can use M-v. The whole point of\r
87 binding DEL to something in `notmuch-show-mode' is that it implement\r
88 something other than the vanilla behaviour. Simply showing the previous\r
89 page (the equivalent of M-v) adds no value.\r
90 \r
91 Hence, I'd like to keep the (jump back a full message) behaviour in the\r
92 patch.\r
93 \r
94 --=-=-=\r
95 Content-Type: application/pgp-signature\r
96 \r
97 -----BEGIN PGP SIGNATURE-----\r
98 Version: GnuPG v1.4.11 (GNU/Linux)\r
99 \r
100 iEYEARECAAYFAk77NEUACgkQaezQq/BJZRZ+FACeJxY+jvCfUyRiTBhbmwY8vtoy\r
101 MpQAniN9NMVmOEJdgevq2/HRFazuOp+a\r
102 =WWNR\r
103 -----END PGP SIGNATURE-----\r
104 --=-=-=--\r