[PATCH 3/3 v2] emacs: Allow the indentation of content to be toggled.
[notmuch-archives.git] / 83 / b47c1fd162ec26b8496c60c2563b5a20157e22
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 A9353404621\r
6         for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 07:25:15 -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 TX9l44NmR8fY for <notmuch@notmuchmail.org>;\r
16         Fri,  6 Jan 2012 07:25:14 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.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 C627740461E\r
21         for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 07:25:13 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so1397035wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 06 Jan 2012 07:25:12 -0800 (PST)\r
24 Received: by 10.216.131.106 with SMTP id l84mr3064445wei.29.1325863512620;\r
25         Fri, 06 Jan 2012 07:25:12 -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 bj10sm3092221wib.9.2012.01.06.07.25.10\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 06 Jan 2012 07:25:11 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id A742CA32AA; Fri,  6 Jan 2012 15:25:09 +0000 (GMT)\r
33 To: Jesse Rosenthal <jrosenthal@jhu.edu>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH] Perform mail polling asynchronously\r
35 In-Reply-To: <87ipkodh3s.fsf@jhu.edu>\r
36 References: <1315196076-9254-1-git-send-email-self@antono.info>\r
37         <cunr4zg6afw.fsf@hotblack-desiato.hh.sledj.net>\r
38         <87ipkodh3s.fsf@jhu.edu>\r
39 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
40         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
41 From: David Edmondson <dme@dme.org>\r
42 Date: Fri, 06 Jan 2012 15:25:05 +0000\r
43 Message-ID: <cunipko3lbi.fsf@hotblack-desiato.hh.sledj.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\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: Fri, 06 Jan 2012 15:25:15 -0000\r
60 \r
61 --=-=-=\r
62 Content-Type: text/plain\r
63 Content-Transfer-Encoding: quoted-printable\r
64 \r
65 On Fri, 06 Jan 2012 06:45:59 -0800, Jesse Rosenthal <jrosenthal@jhu.edu> wr=\r
66 ote:\r
67 > On Tue, 03 Jan 2012 16:02:43 +0000, David Edmondson <dme@dme.org> wrote:\r
68 > > On Mon,  5 Sep 2011 07:14:36 +0300, Antono Vasiljev <self@antono.info> =\r
69 wrote:\r
70 > >\r
71 > > If the poll script runs asynchronously, won't the notmuch-search output\r
72 > > refresh and jump into my face when I'm busy doing something else? And,\r
73 > > if I'm not busy doing something else, why can't I just wait for the poll\r
74 > > script to complete?\r
75 >=20\r
76 > Well, he might have dropped it (and notmuch), but I've been wondering\r
77 > about the possibilities of this for the emacs client. What I was\r
78 > imagining was some sort of modeline notifier, like what ERC offers. It\r
79 > could easily alert you without jumping into your face.\r
80 \r
81 It sounds useful, but that patch is not it.\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v1.4.11 (GNU/Linux)\r
88 \r
89 iEYEARECAAYFAk8HElIACgkQaezQq/BJZRaqfACcCy+EQDrkhSx+WysTqJftlCGl\r
90 r6kAnRqR3+yQmfFhunjwuI22vRQ/MN/3\r
91 =WOHN\r
92 -----END PGP SIGNATURE-----\r
93 --=-=-=--\r