Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b0 / b14278ee7d8b469770614d01877d7fa38cebe8
1 Return-Path: <jrollins@finestructure.net>\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 9B4A540BFD3\r
6         for <notmuch@notmuchmail.org>; Sat, 18 Sep 2010 11:14:39 -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: -1.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham\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 VeUZPEU5yIFY for <notmuch@notmuchmail.org>;\r
16         Sat, 18 Sep 2010 11:14:29 -0700 (PDT)\r
17 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
18         by olra.theworths.org (Postfix) with ESMTP id 49518408AF3\r
19         for <notmuch@notmuchmail.org>; Sat, 18 Sep 2010 11:14:29 -0700 (PDT)\r
20 Received: from servo.finestructure.net (cpe-67-243-144-42.nyc.res.rr.com\r
21         [67.243.144.42])\r
22         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
23         by tarap.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id o8IIEQFw029419\r
24         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
25         Sat, 18 Sep 2010 14:14:27 -0400 (EDT)\r
26 Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
27         (envelope-from <jrollins@finestructure.net>)\r
28         id 1Ox1ve-0002Ho-Fz; Sat, 18 Sep 2010 14:14:26 -0400\r
29 From: Jameson Rollins <jrollins@finestructure.net>\r
30 To: Daniel Goldin <danielgoldin@gmail.com>,\r
31         notmuch list <notmuch@notmuchmail.org>\r
32 Subject: Re: noobie trying to find a good poll script and other things\r
33 In-Reply-To: <87tylomj4r.fsf@gmail.com>\r
34 References: <87iq26gawo.fsf@gmail.com>\r
35  <87hbhqj1u0.fsf@servo.finestructure.net>       <874odptlqg.fsf@gmail.com>\r
36  <87bp7wh176.fsf@servo.finestructure.net>       <87tylomj4r.fsf@gmail.com>\r
37 User-Agent: Notmuch/0.3.1-69-g51a0d54 (http://notmuchmail.org) Emacs/23.2.1\r
38         (i486-pc-linux-gnu)\r
39 Date: Sat, 18 Sep 2010 14:14:22 -0400\r
40 Message-ID: <87wrqigbr5.fsf@servo.finestructure.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: multipart/signed; boundary="=-=-=";\r
43         micalg=pgp-sha256; protocol="application/pgp-signature"\r
44 X-No-Spam-Score: Local\r
45 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 18 Sep 2010 18:14:39 -0000\r
59 \r
60 --=-=-=\r
61 Content-Transfer-Encoding: quoted-printable\r
62 \r
63 On Fri, 17 Sep 2010 09:26:12 -0700, Daniel Goldin <danielgoldin@gmail.com> =\r
64 wrote:\r
65 >=20\r
66 > Again, I'm not a programmer, so bear with me. When I open a "folder"\r
67 > after the "hello page," I see a list of mesaages with subjects, authors,\r
68 > dates, etc. It seems I am unable to operate on items in this list using\r
69 > functions such as the following:\r
70 >=20\r
71 > (defun notmuch-show-tag-spam()\r
72 >   "mark message as spam"\r
73 >   (interactive)\r
74 >   (notmuch-show-add-tag "spam")\r
75 >   (notmuch-show-remove-tag "new"))\r
76 >=20\r
77 > I get a "buffer is read only" error. However, I can operate on the\r
78 > messages themselves, when I move into a message buffer.=20\r
79 \r
80 The "notmuch-show-" functions only work in notmuch-show-mode, i.e. when\r
81 a message is being displayed.  The list of messages with subject,\r
82 authors, etc. are notmuch search results, that are being displayed in a\r
83 notmuch-search-mode buffer.  "notmuch-show-" functions only work in\r
84 notmuch-show-mode, and "notmuch-search-" functions only work in\r
85 notmuch-search-mode.\r
86 \r
87 jamie.\r
88 \r
89 --=-=-=\r
90 Content-Type: application/pgp-signature\r
91 \r
92 -----BEGIN PGP SIGNATURE-----\r
93 Version: GnuPG v1.4.10 (GNU/Linux)\r
94 \r
95 iQIcBAEBCAAGBQJMlQF/AAoJEO00zqvie6q8vlcP/jo3zjw7OjcrVin+fZyG/xw8\r
96 xSwCr3AwZaHo7dlhZTchohWl4yGIcmgwJbOuqLVmsjvbqhFA3jRPuR5RoVcoyR4g\r
97 vJ9gzp1EQorNo5wW+B/9/3JD36f74FIAdWKHeq3PxFne0qsk5bOadWbESoufhuCk\r
98 gTX+3U3uwvt9Ctu93A5VEa9ZtGfMGg5hGBd9J9fhszhXtJ5ckvu+3o+QPr38O14r\r
99 L5/dMu/xsCHjyBJOF7CTIcyOKK/Vv3tiae4/gHwVHZ8Skmo+nRzk0d/ZApgsYM5O\r
100 Fr+LJ4AMzkDNHJnok4nAjeI2+0K3wwdab3aiHbIqc8eW8D7c0XeWC1kMxJNqlYTL\r
101 rc9ffgbT9xEHQ5oZvAmF4fEIJCL81sADlT/ZlgiKk+vvt+tDDlVQhnMMYJzuJW4H\r
102 B7BdhmU8Tvg9yP5sU59aH4V1GjU7boUnZxnYk1CFsT24yzHZZWxMmUkInNf2dUas\r
103 mcNmAEgaNoThMBLySKJ2mwC7jeYHgz5Dg99CK6lkehVLQ5OjZKRQNEAihtR1b8VX\r
104 pEm/URs5bnkbHzqrABYfSnmhHeapZgdRPFTy529hIiAr+2QP9gQeYgopzqbxa8NA\r
105 qrqkavGBL89BdApO3xFb1swbyJeVZDAe94gfUBEZaS5/jUQDvdifl5c9SV1U98kv\r
106 So95iKE3jtJ0RhVFc1Tz\r
107 =8Pdu\r
108 -----END PGP SIGNATURE-----\r
109 --=-=-=--\r